Click or drag to resize
Grid Solutions Framework

PhasorDataConcentratorBaseCurrentScalingValue Property

Gets or sets the integer scaling value to apply to current values published by this PhasorDataConcentratorBase.

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.182-beta
Syntax
public uint CurrentScalingValue { get; set; }
View Source

Property Value

UInt32
Remarks
Typically only the lower 24-bits will be used to scale current values in 10^–5 amperes 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.
See Also