Using HP Instrument BASIC
Control from External Computer
To Control State of HP 4155A/4156A Program
:PROGram[:SELected]:STATe command from external computer can control
HP Instrument BASIC program in the HP 4155A/4156A as follows:
Example
To run the program:
OUTPUT @Hp4155;":PROGram[:SELected]:STATe RUN"
To continue the program:
OUTPUT @Hp4155;":PROGram[:SELected]:STATe CONT"
To stop the program:
OUTPUT @Hp4155;":PROGram[:SELected]:STATe STOP"
To pause the program:
OUTPUT @Hp4155;":PROGram[:SELected]:STATe PAUSE"
1-40