|
DigitalDefinitionGetLabel Method
|
Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic string GetLabel(
int index
)
Public Function GetLabel (
index As Integer
) As String
public:
String^ GetLabel(
int index
)
member GetLabel :
index : int -> string
function GetLabel(index);
View SourceParameters
- index Int32
- Index of desired bit label to access.
Return Value
StringA
String value of the label corresponding to the parameter.
RemarksIn 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.
See Also