1.1.4.48 DRV_METROLOGY_CALIBRATION_REFS Struct
C
typedef struct {
double va;
double ia;
double aa;
double vb;
double ib;
double ab;
double vc;
double ic;
double ac;
double in;
double an;
double vd;
double avab;
double avac;
DRV_METROLOGY_CALIBRATION_MASK calMask;
} DRV_METROLOGY_CALIBRATION_REFS;
Summary
Specifies the all reference values used for the auto calibration process.
Description
Field description:
- vx refers to the RMS voltage applied to the voltage input where x = A, B, C, D
- ix refers to the Rms current applied to the current input where x = A, B, C, N
- ax refers to the Angle between the voltage and current vectors where x = A, B, C, N, VAB, VAC
- calMask is a bitmask of the parameters to be calibrated
