10-35
Programming Examples
20 ms pulsewidth, 2.3 ms delay, internal trigger, single shot operation.
Example 1:
:PULSE0:MODE SING<cr><lf> sets system mode to single shot
:PULSE0:TRIG:MODE DIS<cr><lf> disables the external trigger
:PULSE1:WIDT 0.020<cr><lf> sets pulsewidth to 20 ms
:PULSE1:DELAY 0.0023<cr><lf> sets delay to 2.3 ms
:PULSE1:STATE ON<cr><lf> enables channel A
To start the pulses use either of the following commands:
:PULSE0:STATE ON<cr><lf> starts the pulses
:INST:STATE ON<cr><lf> alternate form to start pulses.
20 ms pulsewidth, 100ms rate, 4 burst, internal trigger, burst mode
operation.
Example 2:
:PULSE0:MODE BURST<cr><lf> sets system mode to burst
:PULSE0:RATE 0.1<cr><lf> sets the system rate to 100 ms
:PULSE0:TRIG:MODE DIS<cr><lf> disables the external trigger
:PULSE1:WIDT 0.020<cr><lf> sets pulsewidth to 20 ms
:PULSE1:STATE ON<cr><lf> enables channel A
To start the pulses use either of the following commands:
:PULSE0:STATE ON<cr><lf> starts the pulses
:INST:STATE ON<cr><lf> alternate form to start pulses.