openPDC Synchrophasor Help
ScalingValue Property
NamespacesTVA.PhasorProtocolsDigitalDefinitionBaseScalingValue
Gets or sets the integer scaling value of this DigitalDefinitionBase.
Declaration Syntax
C#Visual BasicVisual C++
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override sealed uint ScalingValue { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides NotOverridable Property ScalingValue As UInteger
	Get
	Set
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual property unsigned int ScalingValue {
	unsigned int get () override sealed;
	void set (unsigned int value) override sealed;
}
Remarks
Scaling value for digital values will always be 1; assigning a value other than 1 will thrown an exception.
Exceptions
ExceptionCondition
NotImplementedExceptionDigital values represent bit flags and thus are not scaled.

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