Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
147
ACQUISITION
FORCE_TRIGGER, FRTR
Command
DESCRIPTION
Causes the instrument to make one acquisition.
COMMAND_SYNTAX
FoRce_TRigger
EXAMPLE (GPIB) Either of the following pairs of instructions will force the scope to
make one acquisition:
CMD$=”TRMD SINGLE;ARM;FRTR”
CALL IBWRT(Scope%, CMD$)
CMD$ = “TRMD STOP;ARM;FRTR”
CALL IBWRT(Scope%, CMD$)