system
¶
The system commands module.
These commands are used in the following models: AWG5K, AWG5KC, AWG7K, AWG7KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SYSTem:DATE <year>,<month>,<day>
- SYSTem:DATE?
- SYSTem:ERRor:NEXT?
- SYSTem:KLOCk <state>
- SYSTem:KLOCk?
- SYSTem:TIME <hour>,<minute>,<second>
- SYSTem:TIME?
- SYSTem:VERSion?
System
¶
Bases: SCPICmdRead
The SYSTem command tree.
Usage
- Using the
.query()method will send theSYSTem?query. - Using the
.verify(value)method will send theSYSTem?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.date: TheSYSTem:DATEcommand..error: TheSYSTem:ERRorcommand tree..klock: TheSYSTem:KLOCkcommand..time: TheSYSTem:TIMEcommand..version: TheSYSTem:VERSioncommand.
date
property
¶
date: SystemDate
Return the SYSTem:DATE command.
Description
- This command sets or returns the system date. When the values are nonintegers, they are rounded off to nearest integral values.
Usage
- Using the
.query()method will send theSYSTem:DATE?query. - Using the
.verify(value)method will send theSYSTem:DATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:DATE valuecommand.
SCPI Syntax
- SYSTem:DATE <year>,<month>,<day>
- SYSTem:DATE?
error
property
¶
error: SystemError
Return the SYSTem:ERRor command tree.
Usage
- Using the
.query()method will send theSYSTem:ERRor?query. - Using the
.verify(value)method will send theSYSTem:ERRor?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.next: TheSYSTem:ERRor:NEXTcommand.
klock
property
¶
klock: SystemKlock
Return the SYSTem:KLOCk command.
Description
- This command locks or unlocks the keyboard and front panel of the arbitrary waveform generator.
Usage
- Using the
.query()method will send theSYSTem:KLOCk?query. - Using the
.verify(value)method will send theSYSTem:KLOCk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:KLOCk valuecommand.
SCPI Syntax
- SYSTem:KLOCk <state>
- SYSTem:KLOCk?
Info
<state>::=. 0indicates False. The front panel and keyboard are unlocked.1indicates True. The front panel and keyboard are locked.
time
property
¶
time: SystemTime
Return the SYSTem:TIME command.
Description
- This command sets or returns the system time (hours, minutes and seconds). This command is equivalent to the time setting through the Windows Control Panel.
Usage
- Using the
.query()method will send theSYSTem:TIME?query. - Using the
.verify(value)method will send theSYSTem:TIME?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:TIME valuecommand.
SCPI Syntax
- SYSTem:TIME <hour>,<minute>,<second>
- SYSTem:TIME?
version
property
¶
version: SystemVersion
Return the SYSTem:VERSion command.
Description
- This query-only command returns the conformed SCPI version of the instrument.
Usage
- Using the
.query()method will send theSYSTem:VERSion?query. - Using the
.verify(value)method will send theSYSTem:VERSion?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:VERSion?
SystemDate
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYSTem:DATE command.
Description
- This command sets or returns the system date. When the values are nonintegers, they are rounded off to nearest integral values.
Usage
- Using the
.query()method will send theSYSTem:DATE?query. - Using the
.verify(value)method will send theSYSTem:DATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:DATE valuecommand.
SCPI Syntax
- SYSTem:DATE <year>,<month>,<day>
- SYSTem:DATE?
SystemErrorCmd
¶
Bases: SCPICmdRead
The SYSTem:ERRor command tree.
Usage
- Using the
.query()method will send theSYSTem:ERRor?query. - Using the
.verify(value)method will send theSYSTem:ERRor?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.next: TheSYSTem:ERRor:NEXTcommand.
next
property
¶
next: SystemErrorNext
Return the SYSTem:ERRor:NEXT command.
Description
- This query-only command returns the contents of the Error/Event queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:NEXT?query. - Using the
.verify(value)method will send theSYSTem:ERRor:NEXT?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:NEXT?
SystemErrorNext
¶
Bases: SCPICmdRead
The SYSTem:ERRor:NEXT command.
Description
- This query-only command returns the contents of the Error/Event queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:NEXT?query. - Using the
.verify(value)method will send theSYSTem:ERRor:NEXT?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:NEXT?
SystemKlock
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYSTem:KLOCk command.
Description
- This command locks or unlocks the keyboard and front panel of the arbitrary waveform generator.
Usage
- Using the
.query()method will send theSYSTem:KLOCk?query. - Using the
.verify(value)method will send theSYSTem:KLOCk?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:KLOCk valuecommand.
SCPI Syntax
- SYSTem:KLOCk <state>
- SYSTem:KLOCk?
Info
<state>::=. 0indicates False. The front panel and keyboard are unlocked.1indicates True. The front panel and keyboard are locked.
SystemTime
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYSTem:TIME command.
Description
- This command sets or returns the system time (hours, minutes and seconds). This command is equivalent to the time setting through the Windows Control Panel.
Usage
- Using the
.query()method will send theSYSTem:TIME?query. - Using the
.verify(value)method will send theSYSTem:TIME?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:TIME valuecommand.
SCPI Syntax
- SYSTem:TIME <hour>,<minute>,<second>
- SYSTem:TIME?
SystemVersion
¶
Bases: SCPICmdRead
The SYSTem:VERSion command.
Description
- This query-only command returns the conformed SCPI version of the instrument.
Usage
- Using the
.query()method will send theSYSTem:VERSion?query. - Using the
.verify(value)method will send theSYSTem:VERSion?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:VERSion?