DoubleSolenoidSim
- class wpilib.simulation.DoubleSolenoidSim(*args, **kwargs)
Bases:
pybind11_objectOverloaded function.
__init__(self: wpilib.simulation._simulation.DoubleSolenoidSim, moduleSim: wpilib.simulation._simulation.PneumaticsBaseSim, fwd: typing.SupportsInt | typing.SupportsIndex, rev: typing.SupportsInt | typing.SupportsIndex) -> None
__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
__init__(self: wpilib.simulation._simulation.DoubleSolenoidSim, type: wpilib._wpilib.PneumaticsModuleType, fwd: typing.SupportsInt | typing.SupportsIndex, rev: typing.SupportsInt | typing.SupportsIndex) -> None
- getModuleSim() wpilib.simulation._simulation.PneumaticsBaseSim
- set(output: wpilib._wpilib.DoubleSolenoid.Value) None