LimitSwitchNormal
- class phoenix5.LimitSwitchNormal(value: SupportsInt | SupportsIndex)
Bases:
pybind11_objectChoose whether the limit switch is normally open or normally closed
Members:
NormallyOpen : Limit Switch is tripped when
the circuit is closed
NormallyClosed : Limit Switch is tripped when
the circuit is open
Disabled : Limit switch is disabled
- Disabled = <LimitSwitchNormal.Disabled: 2>
- NormallyClosed = <LimitSwitchNormal.NormallyClosed: 1>
- NormallyOpen = <LimitSwitchNormal.NormallyOpen: 0>
- LimitSwitchNormal.name -> str
- property value