3.
Invalid command keyword.
4.
Missing parameter.
5.
Invalid parameter.
6.
Query only, command needs a question mark.
7.
Invalid query, command does not have a query form.
8.
Command unavailable in current system state.
9.3.9
Programming Examples
Example 1)
20 ms pulse width, 2.3 ms delay, 10 Hz internal trigger, and continuous operation.
:PULSE1:STATE ON <cr> <lf>
enables channel A
:PULSE1:POL NORM <cr> <lf>
sets polarity to active high
:PULSE:WIDT 0.020 <cr> <lf>
sets pulse width to 20 ms
:PULSE1:DELAY 0.0023 <cr> <lf>
sets delay to 2.3 ms
:PULSE0:MODE NORM <cr> <lf>
sets system mode to continuous
:PULSE0:PER 0.1 <cr> <lf>
sets period to 100 ms (10 Hz)
:PULSE0:EXT:MODE DIS <cr> <lf>
disables the external trigger
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
Example 2)
25μs pulse width, 0 delay, external trigger, and one pulse for every trigger.
:PULSE1:STATE ON <cr> <lf>
enables channel A
:PULSE1:POL NORM <cr> <lf>
sets polarity to active high
:PULSE:WIDT 0.000025 <cr> <lf>
sets pulse width to 25μs
:PULSE1:DELAY 0 <cr> <lf>
sets delay to 0
:PULSE0:MODE SING <cr> <lf>
sets system mode to single shot
:PULSE:EXT:MODE TRIG <cr> <lf>
sets system to external trigger
:PULS:EXT:LEV 2.5 <cr> <lf>
sets trigger level to 2.5 volts
:PULS:EXT:EDGE RIS <cr> <lf>
set to trigger on rising edge
To arm the instrument in external gate mode, use either of the following commands:
:PULSE0:STATE ON <cr> <lf>
Arms the instrument
:INST:STATE ON <cr> <lf>
Alternate form if
T
0
is currently selected.
A software generated external trigger can be generated by using the following command:
*TRG <cr> <lf>
Generates a software external trigger