Gets or sets the integer scaling value to apply to voltage values published by this PhasorDataConcentratorBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public uint VoltageScalingValue { get; set; }
Public Property VoltageScalingValue As UInteger Get Set
public: property unsigned int VoltageScalingValue { unsigned int get (); void set (unsigned int value); }
Remarks
Typically only the lower 24-bits will be used to scale voltage values in 10^–5 volts per bit. Note that this value represents
the default value that will be used if user has not specified a value for an individual device.