ST2523 Series Operation Manual Ver1.2
47
Details are as follows:
<value> In NR1, NR2 or NR3 data format ranging from 0S to 60S by a resolution of 1mS.
MIN
Set the delay time as 0S.
MAX
Set the delay time as 60S.
For example: WrtCmd(“TRIG:DEL 5S”); Set the delay time as 5S, the default unit is S.
Query syntax: TRIGger:DELay?
Return format: <NR3><NL^END>
7.1.5
FETCh? Subsystem Commands
FETCh? subsystem commands are used to make ST2523 output a measurement result.
Command syntax: FETCH?
7.1.6
COMParator Subsystem Commands:
COMParator subsystem commands are used to set bin comparator functions, such as comparator ON/OFF, limit
list.
Command Tree:
The [:STATe] command sets the comparator function ON or OFF.
The COMParator[:STATe]? query returns the current status of the comparator funciton.
Command syntax:
ON(1)
COMParator[:STATe]
OFF(2)
Where,
1 (integer: 49) means ON.
0 (integer: 48) means OFF
For example: WrtCmd(“COMP:STAT ON”)