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: int, rev: int) -> None

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

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

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