User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
FORCE_TRIGGER, FRTR
Description
Causes the instrument to make one acquisition.
Command Syntax
FORCE_TRIGGER
Example (GPIB)
Either of the following programs forces the oscilloscope to make one acquisition:
CMD$="TRMD SINGLE;ARM;FRTR"
CALL IBWRT(Scope%, CMD$)
CMD$ = "TRMD STOP;ARM;FRTR"
CALL IBWRT(Scope%, CMD$)
6-21