Keysight E5260/E5270 Programming Guide, Edition 4 4- 99
Command Reference
Command Reference
*RST
The *RST command resets the E5260/E5270 to the initial settings. This command
does not clear the program memory and the self calibration data.
Syntax *RST
Remarks If you want to reset channels while a sweep measurement is being performed, you
must first send the AB command, then the *RST command.
Example
Statement
OUTPUT @E5270;"*RST"
RU
The RU command sequentially executes the internal memory programs.
Execution
Conditions
The specified programs have been stored by using the ST and END commands,
from the start program number through the stop program number.
Syntax RU start,stop
Parameters start : Start program number. Numeric expression. 1 to 2000.
stop : Stop program number. Numeric expression. 1 to 2000.
where stop value must be greater than or equal to the start value.
Example
Statements
OUTPUT @E5270;"RU 1,10"
OUTPUT @E5270;"RU 3,6"