Table of Contents

Enum TerminalType

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[Nominal] Defines the terminal type for a sensor or wire. This is either the positive or negative terminal of the sensor or wire.


public enum TerminalType

Fields

Negative = 1

The negative terminal of the sensor or wire.

Positive = 0

The positive terminal of the sensor or wire.