5: Pulse measure and pulse generator units Model 4200A-SCS Parameter Analyzer
5-76 4200A-901-01 Rev. C / February 2017
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)
Example: pulse_meas_timing
This function sets the following pulse measure timing settings for five spot mean measurements for
channel 1 of PMU1:
pulse_meas_timing(PMU1, 1, 0.6, 0.8, 5);
Where:
• Instr_id = PMU1
• chan = 1 (channel 1)
• StartPercent = 0.6 (60%)
• StopPercent = 0.8 (80%)
• NumPulses = 5 (output one pulse)