2.1.4.38 DRV_MCMETROLOGY_MEASURE_TYPE Enum

C
typedefenum {
    MEASURE_V_AB = 0,
    MEASURE_V_BC,
    MEASURE_V_CA,
    MEASURE_V_AB_F,
    MEASURE_V_BC_F,
    MEASURE_V_CA_F,
    MEASURE_ACC_TO,
    MEASURE_ACC_T1,
    MEASURE_ACC_T2,
    MEASURE_FREQ,
    MEASURE_PT,
    MEASURE_PT_F,
    MEASURE_QT,
    MEASURE_QT_F,
    MEASURE_ENERGY,
    MEASURE_TYPE_NUM
} DRV_MCMETROLOGY_MEASURE_TYPE;
Summary

Identifies all types of generic measurements.

Description

Values are calculated assuming: - V_A is the first (lowest index) voltage channel defined - V_B is the second voltage channel defined - V_C is the third voltage channel defined, where:

  • V_AB = accumulated voltage to voltage (V) quantities between channels: V_A - V_B, fundamental + harmonics
  • V_BC = accumulated voltage to voltage (V) quantities between channels: V_B - V_C, fundamental + harmonics
  • V_CB = accumulated voltage to voltage (V) quantities between channels: V_C - V_A, fundamental + harmonics
  • V_AB_F = accumulated voltage to voltage (V) quantities between channels: V_A - V_B, fundamental only
  • V_BC_F = accumulated voltage to voltage (V) quantities between channels: V_B - V_C, fundamental only
  • V_CB_F = accumulated voltage to voltage (V) quantities between channels: V_C - V_A, fundamental only
  • ACC_TO = accumulated total energy according to the Pulse 0 Type selection (PC0_Type)
  • ACC_T1 = accumulated total energy according to the Pulse 1 Type selection (PC1_Type)
  • ACC_T2 = accumulated total energy according to the Pulse 2 Type selection (PC2_Type)
  • FREQ = Frequency of fundamental harmonic
  • PT = accumulated active power, fundamental + harmonics
  • PT_F = accumulated active power, fundamental only
  • QT = accumulated reactive power, fundamental + harmonics
  • QT_F = accumulated reactive power, fundamental only
  • ENERGY = accumulated total active energy