
326
S:\agilent\e8285\USRGUIDE\BOOK\CHAPTERS\ibasic.fb
Chapter 6, IBASIC Controller
PROGram Subsystem
:STATe?
The STATe? query command is used to query, from an external
controller, the current execution state of the IBASIC program in the Test Set. The
return data (RUN, STOP, or PAUS) is sent as a series of ASCII characters.
The program execution states are defined as follows:
•
RUN, the program is currently executing.
•
PAUS, the program has reached a break in execution but can be continued.
•
STOP, program execution has been terminated.
Syntax
PROGram[:SELected]:STATe?
Example
OUTPUT 714;"PROGram:SELected:STATe?"
ENTER 714;State$
or
OUTPUT 714;"PROG:STAT?"
ENTER 714;State$
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание E8285A
Страница 18: ...Contents 17 Index Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 100: ...99 4 Status Reporting Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 268: ...267 6 IBASIC Controller Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...
Страница 346: ...345 A Error Messages Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com...