LimitSwitchNormal

class phoenix5.LimitSwitchNormal(value: int)

Bases: pybind11_object

Choose 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>
property name
property value