Click or drag to resize

DigitalDefinition3Offset Property

Gets or sets the offset of this DigitalDefinitionBase.

Namespace: GSF.PhasorProtocols.IEEEC37_118
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override double Offset { get; set; }
View Source

Property Value

Double

Implements

IChannelDefinitionOffset
IChannelDefinitionOffset
Exceptions
ExceptionCondition
NotImplementedExceptionDigital values represent bit flags and thus do not support an offset.
Remarks
Offset for digital values will always be 0; assigning a value other than 0 will thrown an exception.
See Also