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 the SYSTem? query.
  • Using the .verify(value) method will send the SYSTem? query and raise an AssertionError if the returned value does not match value.
Properties
  • .setup: The SYSTem:SETup command.

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 the SYSTem:SETup? query.
  • Using the .verify(value) method will send the SYSTem:SETup? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYSTem:SETup value command.
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 the SYSTem:SETup? query.
  • Using the .verify(value) method will send the SYSTem:SETup? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SYSTem:SETup value command.
SCPI Syntax
- SYSTem:SETup <Data Block>
- SYSTem:SETup?