Model 4200A-SCS Parameter Analyzer Reference Manual
Section 13: LPT library function reference
4200A-901-01 Rev. C / February 2017
13-143
Example
pulse_fall(VPU1, 1, 50e-9)
For fast speed, the sets the pulse fall time for channel 1 of the pulse card to 50 ns.
Also see
(on page 13-150)
(on page 13-116)
(on page 13-152)
pulse_halt
This command stops all pulse output from the pulse card.
Usage
int pulse_halt(int
instr_id
);
instr_id
The instrument identification code of the pulse card, such as VPU1 or VPU2
Pulse modes
Standard, Full Arb, Segment Arb
Details
This command stops all pulse output from the pulse card and turns the pulse card channels off. Pulse
output can be restarted by turning the outputs on with
pulse_output
and then using the
pulse_trig
command to restart the test.
Example
pulse_halt(VPU1)
Stops pulse output.
Also see
(on page 13-146)
(on page 13-152)