1.1.4.34 DRV_METROLOGY_PHASE_ID Enum
C
typedefenum
{
PHASE_A = 1,
PHASE_B = 2,
PHASE_C = 3,
PHASE_N = 4,
PHASE_T = 5,
PHASE_TN = 6,
PHASE_ID_NUM = PHASE_TN
} DRV_METROLOGY_PHASE_ID;SummaryLine identifier used in the calibration process.
DescriptionPhase A, B and C are used to identify Ua, Ub and Uc respectively. Phase T includes all phases. Phase N and TN add Neutral calibration, they use dominant U phase on calculations.
