◇
53
--Example:
To set the LCD contrast to 4,
:SYST:CR 4.
--Example:
:SYST:CR?
If the current LCD contrast is 4,
4 is returned.
:SYSTem:LOCK
Sets the KEY LOCK’s status.
Also inquires about the current KEY LOCK’s status.
--Syntax:
Command message:
:SYST:LOCK <ON/OFF> or <1/0>
Query message:
:SYST:LOCK?
--Program data<ON/OFF>:
Data format: Character
Set value: 0 (OFF) , 1 (ON)
--Example:
To set the KEY LOCK’s status to ON,
:SYST:LOCK ON or :SYST:LOCK 1
--Example:
:SYST: LOCK?
If the current KEY LOCK’s status is ON,
ON is returned.
:SYSTem:FAIL
Sets the AFTR FAIL’s status.
Also inquires about the current AFTR FAIL’s status.
--Syntax:
Command message:
:SYST:FAIL <STOP/CONT/REST/NEXT>
Query message:
:SYST:FAIL?
--Program data< STOP/CONT/REST/NEXT >:
Data format: Enum
Set value: STOP/CONT/REST/NEXT
--Example: