Property (Read-Write)
SCPI.PROGram.SELected.STATe = Value
Value = SCPI.PROGram.SELected.STATe
This command sets/gets the state of a selected program.
Parameter |
Value |
Description |
State of a selected program |
Data Type |
Character string type (String) |
Range |
STOP|RUN |
Preset Value |
STOP |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
-286, "Program runtime error" -284, "Program currently running" -282, "Illegal program name" 90, "Failed to stop program" |
Dim Var as String
Var= "STOP"
SCPI.PROGram.SELected.STATe = Var
Var = SCPI.PROGram.SELected.STATe
No equivalent key is available on the front panel.
:PROGram:SELected:STATe {STOP|RUN}
:PROGram:SELected:STATe?
{STOP|RUN} <newline><^END>
10 OUTPUT 717;":PROGram:SELected:STATe STOP"
20 OUTPUT 717;":PROGram:SELected:STATe ?"
30 ENTER 717;A$