Click or drag to resize
Grid Solutions Framework

PowerMultiCalculatorAdapterEnablePowerFactorCalculation Property

Gets or sets flag that determines if a power factor output measurement should be calculated for each circuit.

Namespace: PowerCalculations.PowerMultiCalculator
Assembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.292-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool EnablePowerFactorCalculation { get; set; }
View Source

Property Value

Boolean
Remarks
When enabled, a power factor output measurement will be auto-created (per circuit) using the MetadataHelpers APIs if one is not already present in active configuration. The naming convention is the existing active power (MW) point tag with the trailing power suffix replaced by PF.
See Also