Table of Contents

Enum S1CloseStateValue

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

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

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

Fields

CloseWhenFloating = 1

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

CloseWhenHigh = 3

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

CloseWhenLow = 5

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

CloseWhenNotFloating = 0

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

CloseWhenNotHigh = 2

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

CloseWhenNotLow = 4

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