Click or drag to resize

DigitalDefinitionBaseOffset Property

Gets or sets the offset of this DigitalDefinitionBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override sealed 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