◇
50
:SYSTem:TIME:STEP
Sets the step hold time .
Also inquires about the current step hold time.
--Syntax:
Command message: :SYST:TIME:STEP <time>
Query message:
:SYST:TIME:STEP?
--Program data:
Data format: float
Set value: 0.3~99.9
Resolution: 0.1
Unit: s
--Example:
To set the step hold time to 1.0s,
:SYST:TIME:STEP 1.0.
--Example:
:SYST:TIME:STEP?
If the current step hold time is 1.0,
1.0 is returned.
:SYSTem:WRANge
Sets the AUTO RANGE’s status.
Also inquires about the current AUTO RANGE’s status.
--Syntax:
Command message:
:SYST:WRAN <ON/OFF> or <1/0>
Query message:
:SYST:WRAN?
--Program data<ON/OFF>:
Data format: Character
Set value: 0 (OFF) , 1 (ON)
--Example:
To set the AUTO RANGE’s status to ON,
:SYST:WARN ON or :SYST:WRAN 1
--Example: