No equivalent COM Commands
:PROGram[:SELected]:STATe {STOP|RUN}
:PROGram[:SELected]:STATe?
This command sets/gets the control/state of the VBA macro selected with the :PROG:STAT command.
Range |
STOP: Stop the program. RUN: Run the Program. |
Preset value |
STOP |
{STOP|RUN}<newline><^END>
10 OUTPUT 717;":PROG:STAT RUN"
20 OUTPUT 717;":PROG:STAT?"
30 ENTER 717;A$
Macro Break (to stop)
Macro Setup > Select Macro (to run)
When performing the operation from the front panel, you select the VBA macro and execute it at the same time.