Example: pulse_meas_sm
This function sets channel 1 of the PMU for the spot mean discrete measure type to acquire the
voltage amplitude measurement, the current base level measurement, and the time stamps. It also
enables LLEC for amplitude:
pulse_meas_sm(PMU1, 1, 0, 1, 0, 1, 0, 1, 1);
Where:
• Instr_id = PMU1
• chan = 1 (channel 1)
• AcquireType = 0 (discrete)
• AcquireMeasVAmpl = 1 (enable)
• AcquireMeasVBase = 0 (disable)
• AcquireMeasIAmpl = 1 (enable)
• AcquireMeasIBase = 0 (disable)
• AcquireTimeStamp = 1 (enable)
• LLEComp = 1 (enable)
Example: pulse_meas_wfm
This function sets channel 1 of the PMU for the waveform discrete measure type to acquire the
voltage/current readings for the waveform and the time stamps. It also enables LLEC.
pulse_meas_wfm(PMU1, 1, 0, 1, 1, 1, 1);
Where:
• Instr_id = PMU1
• chan = 1 (channel 1)
• AcquireType = 0 (discrete)
• AcquireMeasV = 1 (enable)
• AcquireMeasI = 1 (enable)
• AcquireTimeStamp = 1 (enable)
• LLEComp = 1 (enable)