DoubleSolenoidSim

class wpilib.simulation.DoubleSolenoidSim(*args, **kwargs)

Bases: pybind11_object

Overloaded function.

  1. __init__(self: wpilib.simulation._simulation.DoubleSolenoidSim, moduleSim: wpilib.simulation._simulation.PneumaticsBaseSim, fwd: typing.SupportsInt | typing.SupportsIndex, rev: typing.SupportsInt | typing.SupportsIndex) -> None

  2. __init__(self: wpilib.simulation._simulation.DoubleSolenoidSim, module: typing.SupportsInt | typing.SupportsIndex, type: wpilib._wpilib.PneumaticsModuleType, fwd: typing.SupportsInt | typing.SupportsIndex, rev: typing.SupportsInt | typing.SupportsIndex) -> None

  3. __init__(self: wpilib.simulation._simulation.DoubleSolenoidSim, type: wpilib._wpilib.PneumaticsModuleType, fwd: typing.SupportsInt | typing.SupportsIndex, rev: typing.SupportsInt | typing.SupportsIndex) -> None

get() wpilib._wpilib.DoubleSolenoid.Value
getModuleSim() wpilib.simulation._simulation.PneumaticsBaseSim
set(output: wpilib._wpilib.DoubleSolenoid.Value) None