4: Pulse card concepts Model 4200A-SCS Pulse Card (PGU and PMU)
4-32 4200A-PMU-900-01 Rev. B March 2023
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)