2.1.4.41 DRV_MCMETROLOGY_HARMONIC_ANALYSIS Struct
C
typedefstruct {
DRV_MCMETROLOGY_HARMONICS_RMS * pHarmonicAnalysisResponse;
uint32_t harmonicNumReq;
uint8_t integrationPeriods;
bool running;
bool holdRegs;
} DRV_MCMETROLOGY_HARMONIC_ANALYSIS;SummaryInternal data used to perform the harmonic analysis.
DescriptionField description:
- pHarmonicAnalysisResponse. Pointer to store the result of the Harmonic Analysis.
- harmonicNumReq. Store the harmonic order to be analyzed.
- integrationPeriods. Indicate the number of integration periods that must be waited until get the response
- running: Flag to indicate that harmonic analysis is in process.
- holdRegs. Flag to hold registered values even if a new integration period occurs.
None.
