1.1.4.43 DRV_METROLOGY_HARMONICS_RMS Struct

C
typedefstruct {
    double Irms_A_m;
    double Irms_B_m;
    double Irms_C_m;
    double Irms_N_m;
    double Vrms_A_m;
    double Vrms_B_m;
    double Vrms_C_m;
} DRV_METROLOGY_HARMONICS_RMS;
Summary

Identifies the result of the Harmonic Analysis process.

Description

Field description:

  • Irms_A_m. RMS current value obtained as the result of last the harmonic analysis on channel A.
  • Irms_B_m. RMS current value obtained as the result of last the harmonic analysis on channel B.
  • Irms_C_m. RMS current value obtained as the result of last the harmonic analysis on channel C.
  • Irms_N_m. RMS current value obtained as the result of last the harmonic analysis on neutral channel.
  • Vrms_A_m. RMS voltage value obtained as the result of last the harmonic analysis on channel A.
  • Vrms_B_m. RMS voltage value obtained as the result of last the harmonic analysis on channel B.
  • Vrms_C_m. RMS voltage value obtained as the result of last the harmonic analysis on channel C.
Remarks

None.