|
PowerCalculationPowerFactorOutputMeasurement Property
|
Measurement template to be used for power factor output values from the
PowerCalculation.
Namespace: PowerCalculations.PowerMultiCalculatorAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.292-beta
Syntaxpublic IMeasurement PowerFactorOutputMeasurement { get; set; }Public Property PowerFactorOutputMeasurement As IMeasurement
Get
Set
public:
property IMeasurement^ PowerFactorOutputMeasurement {
IMeasurement^ get ();
void set (IMeasurement^ value);
}member PowerFactorOutputMeasurement : IMeasurement with get, set
function get_PowerFactorOutputMeasurement();
function set_PowerFactorOutputMeasurement(value);
View SourceProperty Value
IMeasurement
Remarks
Power factor is an optional, dynamically created output that is not represented by a column on the
PowerCalculation configuration table. When null, no power factor is published for this circuit.
See Also