1.1.4.51 DRV_METROLOGY_AFE_DATA Struct
C
typedef struct {
DRV_METROLOGY_AFE_EVENTS afeEvents;
float energy;
float measure[MEASURE_TYPE_NUM];
float cycleMeasure[MEASURE_TYPE_NUM];
} DRV_METROLOGY_AFE_DATA;SummaryIdentifies the data calculated from the Metrology AFE measurements.
DescriptionField description:
- afeEvents: AFE events data
- energy: Active energy calculated value
- measure: Measurement values calculated on integration Period
- cycleMeasure: Per-cycle measurement values calculated on Mains line cycle
