ST2683A Operation Manual Ver.1.3
42
Return format: <NL^END>
OFF
7.2.3 DISCharge Subsystem Commands
DISCharge [:GO]
Set the instrument to discharge.
7.2.4 TRIGger Subsystem Commands
The TRIGger subsystem commands set the instrument trigger source and the delay time after
triggering, and triggers instrument measurement.
Command Tree:
The :IMMediate command triggers a measurement.
Command syntax: TRIGger[:IMMediate]
For example:WrtCmd(“TRIG”);
The :SOURce command sets the mode of trigger source.
The :SOURce? query returns to the current mode of trigger source.
Command syntax:
EXTernal
TRIGger:SOURce BUS
HOLD
Where,
EXTernal Be triggered by the HANDLER interface.
BUS Be triggered by the RS232 interface or the USB interface (DEVICE).
HOLD Be triggered by pressing the TEST key.
For example: WrtCmd(“TRIG:SOUR BUS”);
Query syntax: TRIGger:SOURce?
Return format:
EXT
BUS <NL^END>
HOLD