1.1.3.4.33 DRV_METROLOGY_PHASE_ID Enum

C

typedef enum
{
    PHASE_A        = 1,
    PHASE_B        = 2,
    PHASE_C        = 3,
    PHASE_T        = 5,
    PHASE_ID_NUM   = PHASE_T
} DRV_METROLOGY_PHASE_ID;

Summary

Line identifier used in the calibration process.

Description

Phase A, B and C are used to identify Ua, Ub and Uc respectively. Phase T includes all phases.