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 theAUTOSet valuecommand.
SCPI Syntax
- AUTOSet {EXECute|UNDo}
Info
EXECuteautosets the displayed waveform.UNDorestores the oscilloscope settings to those present prior to the autoset execution.
Properties
.enable: TheAUTOSet:ENAblecommand.
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 theAUTOSet:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:ENAble valuecommand.
SCPI Syntax
- AUTOSet:ENAble {ON|OFF|1|0}
- AUTOSet:ENAble?
Info
ONor 1 enables Autoset.OFFor 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 theAUTOSet:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:ENAble valuecommand.
SCPI Syntax
- AUTOSet:ENAble {ON|OFF|1|0}
- AUTOSet:ENAble?
Info
ONor 1 enables Autoset.OFFor 0 disables Autoset.