Table of Contents

Enum S2CloseStateValue

Namespace
CTRE.Phoenix6.Signals
Assembly
Phoenix6.Hardware.dll

What value the Signal 2 input (S2IN) needs to be for the CTR Electronics' CANdi™ to detect as Closed.

Devices using the S2 input as a remote limit switch will treat the switch as closed when the S2 input is this state.
public enum S2CloseStateValue
Extension Methods

Fields

CloseWhenFloating = 1

The S2 input will be treated as closed when it is floating.

CloseWhenHigh = 3

The S2 input will be treated as closed when it is High.

CloseWhenLow = 5

The S2 input will be treated as closed when it is Low.

CloseWhenNotFloating = 0

The S2 input will be treated as closed when it is not floating.

CloseWhenNotHigh = 2

The S2 input will be treated as closed when it is not High.

CloseWhenNotLow = 4

The S2 input will be treated as closed when it is not Low.