|
PowerMultiCalculatorAdapterEnablePowerFactorCalculation Property
|
Gets or sets flag that determines if a power factor output measurement should be calculated for each circuit.
Namespace: PowerCalculations.PowerMultiCalculatorAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.292-beta
Syntax[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member EnablePowerFactorCalculation : bool with get, set
function get_EnablePowerFactorCalculation();
function set_EnablePowerFactorCalculation(value);
View SourceProperty 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