Chapter 9 Command Reference
9.1 GPIB Common Commands
●*RST ●*TRG ●*IDN ●*TST
●*ESE ●*SRE ●*ESR ●*STB
●*OPC ●*CLS
The *RST command resets the instrument.
For example: WrtCmd (“*RST”)
The *TRG command triggers the measurement and then sends the result.
For example: WrtCmd (“*TRG”)
Parameter 1 Result, Parameter 2 Result, Parameter 3 Result, Parameter 4
Result, the sorting results:
such as: 1.12345E2, 1.23456E-2, 1.11023E2, -1.12345E2,1
The sorting results take the following values:
Note: The <bin> data will only be displayed when the instrument compare
function is turned ON.
Clike index, parameter 1 result, parameter 2 result,
parameter 3 result, parameter 4 result, the compare results:
such as: 2,1.12345E2,1.23456E-2,1.11023E2,-1.12345E2,1
The comparison results are as follows:
All point data will be returned after the test of all points, the
data format is the same as above.
Clike index, parameter 1 result, parameter 2 result,
parameter 3 result, parameter 4 result,
such as: 2,1.12345E2,1.23456E-2,1.11023E2,-1.12345E2
All point data will be returned after the test of all points, the
data format is the same as above.