autoset

The autoset commands module.

These commands are used in the following models: DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB

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 {ON|OFF|1|0}
- 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
  • This command sets or queries the Autoset enable/disable feature. This is useful for classroom purposes where the instructor wants the students to achieve the desired instrument settings without the benefit of the Autoset feature.
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 {ON|OFF|1|0}
- AUTOSet:ENAble?
Info
  • ON or 1 enables Autoset.
  • OFF or 0 disables Autoset.

AutosetEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:ENAble command.

Description
  • This command sets or queries the Autoset enable/disable feature. This is useful for classroom purposes where the instructor wants the students to achieve the desired instrument settings without the benefit of the Autoset feature.
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 {ON|OFF|1|0}
- AUTOSet:ENAble?
Info
  • ON or 1 enables Autoset.
  • OFF or 0 disables Autoset.