openPDC Synchrophasor Help
Offset Property
NamespacesTVA.PhasorProtocolsDigitalDefinitionBaseOffset
Gets or sets the offset of this DigitalDefinitionBase.
Declaration Syntax
C#Visual BasicVisual C++
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override sealed double Offset { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides NotOverridable Property Offset As Double
	Get
	Set
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property double Offset {
	double get () override sealed;
	void set (double value) override sealed;
}
Remarks
Offset for digital values will always be 0; assigning a value other than 0 will thrown an exception.
Exceptions
ExceptionCondition
NotImplementedExceptionDigital values represent bit flags and thus do not support an offset.

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