E4990A Help
648
Parameter Value3
Description Second
Data Type Numeric type (Integer)
Range 0 to 59
Resolution 1
Query Response
{numeric1(hour)}, {numerc2(minute)},
{numerc3(second)}<newline><^END>
Examples
Dim Var as Variant
Ana.WriteString ":SYST:TIME 10,10, 20", True
Ana.WriteString ":SYST:TIME?", True
Var=Ana.ReadList
Related Commands
:SYST:DATE
Equivalent Softkey
System > Misc Setup > Clock Setup > Set Data and Time...
COM Command Syntax (Internal Control Only)
SCPI.SYSTEM.TIME
:SYST:UPR
Type
Command
Syntax
:SYSTem:UPReset
Description
This command presets the E4990A with the user settings. The command is
executed regardless of the operation mode in preset state.
If you try to specify a file for a preset (D:\UserPreset.sta) that does not
exist, a warning message will be displayed and :SYST:PRES will be
executed.
Examples
Ana.WriteString ":SYST:UPR", True
Related Commands