9 - Remote Operation
37
QPX750 Instruction Manual
9.6
Parameter Data Format
<NR1>
Digits with no fractional part, i.e., an integer Example: 451
<NR2>
Digits with an explicit decimal point. Example: 0.451
<NR3>
Digits with an explicit decimal point and an exponent. Example: 45.1e+01
<NRF>
A number in any format. Example: 12, 12·00, 1·2 e1 and 120 e-1 are all accepted as the
number 12
<CPD>
<CHARACTER PROGRAM DATA>, i.e., a short mnemonic or string such as ON or OFF.
Multiple CPDs in a command are shown as <CPD1>, <CPD2>, <CPD3>, etc.
<CRD>
<CHARACTER RESPONSE DATA> Returns a short mnemonic or string. Only the short
form of the parameter is returned.
<Bool>
Boolean data. Example: 0 | 1 or ON | OFF
<Quad>
A number in dotted quad notation.
<Unquoted String> String data without any quotation.
9.7
Command List
*IDN?
Returns the instrument identification. The exact response is determined by the instrument
configuration and is of the form <MANUFACTURER>,<model>,0,<serial no XX-xx>>, where XX-xx is the
instrument firmware version number.
*CLS
Clear Status. Clears the Status structure; this indirectly clears the Status Byte register.
*RST
Resets the instrument to the factory default settings − with the exception of all remote interface
settings. These can be viewed in Factory Default Settings.
RCL <N>
<unquoted
string>
Recall a set up for the output <N> specified by <unquoted string> from the internal storage.
File name could be mixture of letters and numbers but up to 8 characters long only.
SAV <N>
<unquoted
string>
Save the instrument set-up for the output <N> to a file < unquoted string> on the internal storage.
File name could be mixture of letters or numbers but up to 8 characters long only.
*SRE<NRF>
Sets the Service Request Enable Register to <NRF>
*SRE?
Return the value of Service Request Enable Register in <NR1> numeric format. The syntax of the
response is <NR1>
*ESE <NRF>
Set the Standard Event Status Enable Register to the value of <NRF>.
*ESE?
Return the value in the Standard Event Status Enable Register in < NR1>numeric format. The syntax of
the response is <NR1>
*PRE <NRF>
Set the Parallel Poll Enable Register to the value <NRF>
*PRE?
Return the value in the Parallel Poll Enable Register in <NR1>numeric format. The syntax of the
response is <NR1>
*OPC
Sets the Operation Complete bit (bit 0) in the Standard Event Status Register. This will happen
immediately the command is executed because of the sequential nature of all operations.
*OPC?
Query Operation Complete status. The response is always 1 and is available immediately, the command
is executed because all commands are sequential.
*ESR?
Query and clear the Event Status Register. The response format is <NR1>. See Status Reporting section
for details of the response.
EER?
Query and clear the Execution Error Register. The response format is <NR1>. See Error Reporting
section for details of the response
QER?
Query and clear Query Error Register. The response format is <NR1>.
*STB?
Report the value of the Status Byte. Response is <NR1>
LSE<N><NRF>
Set the Limit Status Enable Register<N> to <NRF>
LSE<N>?
Returns the value in the Limit Status Enable Register. The response format is<NR1>.
LSR<N>?
Query and clear the Limit Status Register<N>. The response format is <NR1><RMT>. See Status
Reporting section for details of the response.
*IST?
Returns ist local message as defined by IEEE Std. 488.2. The response is 0<RMT> if the local message is
false, or 1<RMT> if the local message is true.