This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TIDM-1000: three-phase Vienna:POWER_MEAS_SINE_ANALYZER_run

Part Number: TIDM-1000

Tool/software: Code Composer Studio

VIENNA_sine_mains1.i = VIENNA_iL1Meas_pu;

VIENNA_sine_mains1.v = VIENNA_v1Meas_pu;

POWER_MEAS_SINE_ANALYZER_run(&VIENNA_sine_mains1);

In this function,assign the instantaneous value of VIENNA_sine_mains1.v to v->vNorm,When calculating V->Rms, why multiply it by v->sqrt_inverse_nSamples?