Table of Contents

Enum S1FloatStateValue

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

The floating state of the Signal 1 input (S1IN).

public enum S1FloatStateValue
Extension Methods

Fields

BusKeeper = 3

The input will pull in the direction of the last measured state. This may be useful for devices that can enter into a high-Z tri-state.

FloatDetect = 0

The input will attempt to detect when it is floating. This is enabled by default.

PullHigh = 1

The input will be pulled high when not loaded by an outside device. This is useful for NPN-style devices.

PullLow = 2

The input will be pulled low when not loaded by an outside device. This is useful for PNP-style devices.