Click or drag to resize

DigitalDefinition3ScalingValue Property

Gets or sets the integer scaling value 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 uint ScalingValue { get; set; }
View Source

Property Value

UInt32

Implements

IChannelDefinitionScalingValue
IChannelDefinitionScalingValue
Exceptions
ExceptionCondition
NotImplementedExceptionDigital values represent bit flags and thus are not scaled.
Remarks
Scaling value for digital values will always be 1; assigning a value other than 1 will thrown an exception.
See Also