autoset

The autoset commands module.

These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- AUTOSet {EXECute|UNDo}
- AUTOSet:ENAble {OFF|ON}
- AUTOSet:ENAble?

Autoset

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet command.

Description
  • Sets the vertical, horizontal, and trigger controls of the oscilloscope to automatically acquire and display the selected waveform.
Usage
  • Using the .write(value) method will send the AUTOSet value command.
SCPI Syntax
- AUTOSet {EXECute|UNDo}
Info
  • EXECute autosets the displayed waveform.
  • UNDo restores the oscilloscope settings to those present prior to the autoset execution.
Properties
  • .enable: The AUTOSet:ENAble command.

enable property

enable: AutosetEnable

Return the AUTOSet:ENAble command.

Description
  • Enables or disables the autoset.
Usage
  • Using the .query() method will send the AUTOSet:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:ENAble value command.
SCPI Syntax
- AUTOSet:ENAble {OFF|ON}
- AUTOSet:ENAble?
Info
  • ON enables the autoset feature.
  • OFF disables the autoset feature.

AutosetEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:ENAble command.

Description
  • Enables or disables the autoset.
Usage
  • Using the .query() method will send the AUTOSet:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:ENAble value command.
SCPI Syntax
- AUTOSet:ENAble {OFF|ON}
- AUTOSet:ENAble?
Info
  • ON enables the autoset feature.
  • OFF disables the autoset feature.