4- 128 Keysight E5260/E5270 Programming Guide, Edition 4
Command Reference
Command Reference
UNT?
This query command returns the model and revision numbers of all modules in the
E5260/E5270, and stores the results in the E5260/E5270 output data buffer (query
buffer).
Syntax UNT? [mode]
Parameters mode : Response type. Integer expression.
0: Returns information for all modules.
1: Returns information for all modules with control unit.
If you do not specify this parameter, the mode is set to 0.
Query Response
part number of control unit,revision number of control unit;
model number at slot 1,revision number at slot 1;
...... ......
model
number at slot 8,revision number at slot 8<CR/LF^EOI>
For mode=0, ignore the first line shown above. The E5260/E5270 does not return
the information of the control unit.
Example
Statements
DIM A$[50]
OUTPUT @E5270;"UNT?"
ENTER
@E5270;A$