openPDC Synchrophasor Help
GetLabel Method (index)
NamespacesTVA.PhasorProtocols.IeeeC37_118DigitalDefinitionGetLabel(Int32)
Gets the individual labels for specified bit in this DigitalDefinition.
Declaration Syntax
C#Visual BasicVisual C++
public string GetLabel(
	int index
)
Public Function GetLabel ( _
	index As Integer _
) As String
public:
String^ GetLabel(
	int index
)
Parameters
index (Int32)
Index of desired bit label to access.
Return Value
A String value of the label corresponding to the parameter.
Remarks

In the final version of the protocol each digital bit can be labeled, but we read them out as one big string in the "Label" property so this property allows individual access to each label.

Note that the draft 6 implementation of the protocol supports one label for all 16-bits, however draft 7 (i.e., version 1) supports a label for each of the 16 bits.

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