system
¶
The system commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SYSTem:SETup <Data Block>
- SYSTem:SETup?
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
.setup: TheSYSTem:SETupcommand.
setup
property
¶
setup: SystemSetup
Return the SYSTem:SETup command.
Description
- This command configures the oscilloscope’s data block as defined by the IEEE 488.2 standard. The data block contains a compressed zip file. The query form of this command queries the block data containing the oscilloscope’s current setup.
Usage
- Using the
.query()method will send theSYSTem:SETup?query. - Using the
.verify(value)method will send theSYSTem:SETup?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:SETup valuecommand.
SCPI Syntax
- SYSTem:SETup <Data Block>
- SYSTem:SETup?
SystemSetup
¶
Bases: SCPICmdWrite, SCPICmdRead
The SYSTem:SETup command.
Description
- This command configures the oscilloscope’s data block as defined by the IEEE 488.2 standard. The data block contains a compressed zip file. The query form of this command queries the block data containing the oscilloscope’s current setup.
Usage
- Using the
.query()method will send theSYSTem:SETup?query. - Using the
.verify(value)method will send theSYSTem:SETup?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSYSTem:SETup valuecommand.
SCPI Syntax
- SYSTem:SETup <Data Block>
- SYSTem:SETup?