openPDC Synchrophasor Help
DigitalDefinition Constructor (parent, label, normalStatus, validInputs)
NamespacesTVA.PhasorProtocols.IeeeC37_118DigitalDefinitionDigitalDefinition(ConfigurationCell, String, UInt16, UInt16)
Creates a new DigitalDefinition from specified parameters.
Declaration Syntax
C#Visual BasicVisual C++
public DigitalDefinition(
	ConfigurationCell parent,
	string label,
	ushort normalStatus,
	ushort validInputs
)
Public Sub New ( _
	parent As ConfigurationCell, _
	label As String, _
	normalStatus As UShort, _
	validInputs As UShort _
)
public:
DigitalDefinition(
	ConfigurationCell^ parent, 
	String^ label, 
	unsigned short normalStatus, 
	unsigned short validInputs
)
Parameters
parent (ConfigurationCell)
The ConfigurationCell parent of this DigitalDefinition.
label (String)
The label of this DigitalDefinition.
normalStatus (UInt16)
The normal status for this DigitalDefinition.
validInputs (UInt16)
The valid input for this DigitalDefinition.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0