DigitalDefinitionSetLabel Method
Namespace: Gemstone.PhasorProtocols.IEC61850_90_5Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.164 -- Release Build+e526f121ce33f6a601f5d1519047de17ef46ec99
public void SetLabel(
int index,
string value
)
public:
void SetLabel(
int index,
String^ value
)
function SetLabel(index, value);
Parameters
- index Int32
- Index of desired bit label to access.
- value String
- Value of the bit label to assign.
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.