◇
54
To set the AFTR FAIL’s status to STOP,
:SYST:FAIL STOP.
--Example:
:SYST: FAIL?
If the current AFTR FAIL’s status is STOP,
STOP is returned.
:SYSTem:SDLY1
Sets the value of STRT DLY1.
Also inquires about the current STRT DLY1’s value
--Syntax:
Command message:
:SYST:SDLY1 <data>
Query message:
:SYST: SDLY1?
--Program data<data>:
Data format: float
Set value: 0~99.9 (0 is OFF)
Resolution: 0.1
Unit:
--Example:
To set the value of STRT DLY1 to 1s,
:SYST:SDLY1 1
--Example:
:SYST:SDLY1 1?
If the current value of STRT DLY1 is 1.0,
1.0 is returned.
:SYSTem:RJUD
Sets the RAMP JUDgment’s status.
Also inquires about the current RAMP JUDG’s status.
--Syntax:
Command message:
:SYST:RJUD <ON/OFF> or <1/0>
Query message:
:SYST:RJUD?
--Program data<ON/OFF>:
Data format: Character
Set value: 0 (OFF) , 1 (ON)