Enum S1FloatStateValue
The floating state of the Signal 1 input (S1IN).
public enum S1FloatStateValue
- Extension Methods
Fields
BusKeeper = 3The 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 = 0The input will attempt to detect when it is floating. This is enabled by default.
PullHigh = 1The input will be pulled high when not loaded by an outside device. This is useful for NPN-style devices.
PullLow = 2The input will be pulled low when not loaded by an outside device. This is useful for PNP-style devices.