Click or drag to resize

DigitalDefinitionBaseScalePerBit Property

Gets the scale/bit for the ScalingValue 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 ScalePerBit { get; }
View Source

Property Value

Double

Implements

IChannelDefinitionScalePerBit
IChannelDefinitionScalePerBit
Remarks
Scale/bit for digital values will always be 1.0.
See Also