1.1.4.37 DRV_METROLOGY_CALIBRATION_REFS Struct

C

typedefstruct {
    double aimVA;
    double aimIA;
    double angleA;
    double aimVB;
    double aimIB;
    double angleB;
    double aimVC;
    double aimIC;
    double angleC;
    double aimIN;
    double angleN;
    DRV_METROLOGY_PHASE_ID lineId;
} DRV_METROLOGY_CALIBRATION_REFS;

Summary

Specifies the all reference values used for the auto calibration process.

Description

Field description:

  • aimVA. Rms voltage applied to the voltage input (phase A). Units: Volts.
  • aimIA. Rms current applied to the current input (phase A). Units: Amps.
  • angleA. Angle between the voltage and current vectors (phase A). Units: Degrees. The value is positive if the current is lagging the voltage.
  • aimVB. Rms voltage applied to the voltage input (phase B). Units: Volts.
  • aimIB. Rms current applied to the current input (phase B). Units: Amps.
  • angleB. Angle between the voltage and current vectors (phase B). Units: Degrees. The value is positive if the current is lagging the voltage.
  • aimVC. Rms voltage applied to the voltage input (phase C). Units: Volts.
  • aimIC. Rms current applied to the current input (phase C). Units: Amps.
  • angleC. Angle between the voltage and current vectors (phase C). Units: Degrees. The value is positive if the current is lagging the voltage.
  • aimIN. Rms current measured on Neutral line. Units: Amps.
  • angleN. Angle between the current measured on Neutral line and the voltage on the dominant phase. Units: Degrees. The value is positive if the current is lagging the voltage.
  • lineId. Line identifier of the phase to calibrate.

Remarks

None.