Agilent 4155C/4156C SCPI Command Reference, Edition 1 5-19
SCPI Commands
:DIAGnostic:TEST:ABORt
:DIAGnostic:TEST:ABORt
This command forcibly terminates the diagnostics operation.
This command may set the Operation Complete flag to true since it terminates the
executing diagnostics operation.
This command does not have query form.
Syntax :DIAGnostic:TEST:ABORt
Example OUTPUT @Hp4155;":DIAG:TEST:ABOR"
:DIAGnostic:TEST:CONTinue
This command is used for interactive testing.
For interactive testing, operation pauses to wait for operation by user.
This command continues the test from pause status.
This command does not have query form.
Syntax :DIAGnostic:TEST:CONTinue
Example OUTPUT @Hp4155;":DIAG:TEST:RES?"
ENTER @Hp4155;A
IF A=-1 THEN !-1 means pause status(waiting to continue)
OUTPUT @Hp4155;":DIAG:TEST:CONT"
END IF