Question
I have the following script in HMExplorer to use the ARB function of the HMP.
SEND *RST
SEND INST OUTP1
SEND ARB:CLE
SEND ARB:DATA 5,0,3,5,0.1,3,5,0.2,3,5,0.3,3
SEND ARB:TRAN 1
SEND OUTP ON
SEND ARB:STAR 1
When I send the commands step by step in the SCPI mode it is working.
Why does not work my script in the script mode?