system
¶
The system commands module.
These commands are used in the following models: AWG5200
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:ERRor:ALL?
- SYSTem:ERRor:CODE:ALL?
- SYSTem:ERRor:CODE:NEXT?
- SYSTem:ERRor:COUNt?
- SYSTem:ERRor:DIALog <show_dialog>
- SYSTem:ERRor:DIALog?
- SYSTem:ERRor:NEXT?
- 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..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
.write(value)method will send theSYSTem:DATE valuecommand.
SCPI Syntax
- SYSTem:DATE <year>,<month>,<day>
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
.all: TheSYSTem:ERRor:ALLcommand..code: TheSYSTem:ERRor:CODEcommand tree..count: TheSYSTem:ERRor:COUNtcommand..dialog: TheSYSTem:ERRor:DIALogcommand..next: TheSYSTem:ERRor:NEXTcommand.
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
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
.write(value)method will send theSYSTem:DATE valuecommand.
SCPI Syntax
- SYSTem:DATE <year>,<month>,<day>
SystemErrorAll
¶
Bases: SCPICmdRead
The SYSTem:ERRor:ALL command.
Description
- This command returns the error and event queue for all the unread items and removes them from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:ALL?query. - Using the
.verify(value)method will send theSYSTem:ERRor:ALL?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:ALL?
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
.all: TheSYSTem:ERRor:ALLcommand..code: TheSYSTem:ERRor:CODEcommand tree..count: TheSYSTem:ERRor:COUNtcommand..dialog: TheSYSTem:ERRor:DIALogcommand..next: TheSYSTem:ERRor:NEXTcommand.
all
property
¶
all: SystemErrorAll
Return the SYSTem:ERRor:ALL command.
Description
- This command returns the error and event queue for all the unread items and removes them from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:ALL?query. - Using the
.verify(value)method will send theSYSTem:ERRor:ALL?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:ALL?
code
property
¶
code: SystemErrorCode
Return the SYSTem:ERRor:CODE command tree.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.all: TheSYSTem:ERRor:CODE:ALLcommand..next: TheSYSTem:ERRor:CODE:NEXTcommand.
count
property
¶
count: SystemErrorCount
Return the SYSTem:ERRor:COUNt command.
Description
- This command returns the error and event queue for the number of unread items.
Usage
- Using the
.query()method will send theSYSTem:ERRor:COUNt?query. - Using the
.verify(value)method will send theSYSTem:ERRor:COUNt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:COUNt?
dialog
property
¶
dialog: SystemErrorDialog
Return the SYSTem:ERRor:DIALog command.
Description
- This command enables or disables error dialogs from displaying on the UI when an error condition occurs on the AWG.
Usage
- Using the
.query()method will send theSYSTem:ERRor:DIALog?query. - Using the
.verify(value)method will send theSYSTem:ERRor:DIALog?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:ERRor:DIALog valuecommand.
SCPI Syntax
- SYSTem:ERRor:DIALog <show_dialog>
- SYSTem:ERRor:DIALog?
Info
*RSTsets this value to 1.
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?
SystemErrorCode
¶
Bases: SCPICmdRead
The SYSTem:ERRor:CODE command tree.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.all: TheSYSTem:ERRor:CODE:ALLcommand..next: TheSYSTem:ERRor:CODE:NEXTcommand.
all
property
¶
all: SystemErrorCodeAll
Return the SYSTem:ERRor:CODE:ALL command.
Description
- This command returns the error and event queue for the codes of all the unread items and removes them from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE:ALL?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE:ALL?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:CODE:ALL?
next
property
¶
next: SystemErrorCodeNext
Return the SYSTem:ERRor:CODE:NEXT command.
Description
- This command returns the error and event queue for the next item and removes it from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE:NEXT?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE:NEXT?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:CODE:NEXT?
SystemErrorCodeAll
¶
Bases: SCPICmdRead
The SYSTem:ERRor:CODE:ALL command.
Description
- This command returns the error and event queue for the codes of all the unread items and removes them from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE:ALL?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE:ALL?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:CODE:ALL?
SystemErrorCodeNext
¶
Bases: SCPICmdRead
The SYSTem:ERRor:CODE:NEXT command.
Description
- This command returns the error and event queue for the next item and removes it from the queue.
Usage
- Using the
.query()method will send theSYSTem:ERRor:CODE:NEXT?query. - Using the
.verify(value)method will send theSYSTem:ERRor:CODE:NEXT?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:CODE:NEXT?
SystemErrorCount
¶
Bases: SCPICmdRead
The SYSTem:ERRor:COUNt command.
Description
- This command returns the error and event queue for the number of unread items.
Usage
- Using the
.query()method will send theSYSTem:ERRor:COUNt?query. - Using the
.verify(value)method will send theSYSTem:ERRor:COUNt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SYSTem:ERRor:COUNt?
SystemErrorDialog
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYSTem:ERRor:DIALog command.
Description
- This command enables or disables error dialogs from displaying on the UI when an error condition occurs on the AWG.
Usage
- Using the
.query()method will send theSYSTem:ERRor:DIALog?query. - Using the
.verify(value)method will send theSYSTem:ERRor:DIALog?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:ERRor:DIALog valuecommand.
SCPI Syntax
- SYSTem:ERRor:DIALog <show_dialog>
- SYSTem:ERRor:DIALog?
Info
*RSTsets this value to 1.
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?
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?