2.1.4.37 DRV_MCMETROLOGY_POWER_MEASURE_TYPE Enum
C
typedefenum {
POW_MEASURE_P = 0,
POW_MEASURE_P_F,
POW_MEASURE_Q,
POW_MEASURE_Q_F,
POW_MEASURE_ANGLE,
POW_MEASURE_TYPE_NUM
} DRV_MCMETROLOGY_POWER_MEASURE_TYPE;SummaryIdentifies all types of power source measurements.
DescriptionValues are calculated both including all harmonics and fundamental only (F added at the end of magnitude name), where:
- P = Active power value, fundamental + harmonics
- P_F = Active power value, fundamental only
- Q = Reactive power value, fundamental + harmonics
- Q_F = Reactive power value, fundamental only
- ANGLE = Angle between the voltage and current vectors
