autoset

The autoset commands module.

These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

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

Please report an issue if one is found.

Commands and Queries
- AUTOSet EXECute
- AUTOSet:ACQuisition:ENAble {ON|OFF|1|0}
- AUTOSet:ACQuisition:ENAble?
- AUTOSet:ENAble {ON|OFF|1|0}
- AUTOSet:ENAble?
- AUTOSet:HORizontal:ENAble {ON|OFF|1|0}
- AUTOSet:HORizontal:ENAble?
- AUTOSet:TRIGger:ENAble {ON|OFF|1|0}
- AUTOSet:TRIGger:ENAble?
- AUTOSet:VERTical:ENAble {ON|OFF|1|0}
- AUTOSet:VERTical:ENAble?
- AUTOSet:VERTical:OPTIMize {RESOlution|VISIBility}
- AUTOSet:VERTical:OPTIMize?

Autoset

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet command.

Description
  • This command (no query format) sets the vertical, horizontal, and trigger controls of the instrument to automatically acquire and display the selected waveform.
Usage
  • Using the .write(value) method will send the AUTOSet value command.
SCPI Syntax
- AUTOSet EXECute
Info
  • EXECute autosets the displayed waveform; this is equivalent to pressing the frontpanel Autoset button.
Properties
  • .acquisition: The AUTOSet:ACQuisition command tree.
  • .enable: The AUTOSet:ENAble command.
  • .horizontal: The AUTOSet:HORizontal command tree.
  • .trigger: The AUTOSet:TRIGger command tree.
  • .vertical: The AUTOSet:VERTical command tree.

acquisition property

acquisition: AutosetAcquisition

Return the AUTOSet:ACQuisition command tree.

Usage
  • Using the .query() method will send the AUTOSet:ACQuisition? query.
  • Using the .verify(value) method will send the AUTOSet:ACQuisition? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .enable: The AUTOSet:ACQuisition: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 enables Autoset.
  • OFF disables Autoset.
  • 1 enables Autoset.
  • 0 disables Autoset.

horizontal property

horizontal: AutosetHorizontal

Return the AUTOSet:HORizontal command tree.

Usage
  • Using the .query() method will send the AUTOSet:HORizontal? query.
  • Using the .verify(value) method will send the AUTOSet:HORizontal? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .enable: The AUTOSet:HORizontal:ENAble command.

trigger property

trigger: AutosetTrigger

Return the AUTOSet:TRIGger command tree.

Usage
  • Using the .query() method will send the AUTOSet:TRIGger? query.
  • Using the .verify(value) method will send the AUTOSet:TRIGger? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .enable: The AUTOSet:TRIGger:ENAble command.

vertical property

vertical: AutosetVertical

Return the AUTOSet:VERTical command tree.

Usage
  • Using the .query() method will send the AUTOSet:VERTical? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .enable: The AUTOSet:VERTical:ENAble command.
  • .optimize: The AUTOSet:VERTical:OPTIMize command.

AutosetAcquisition

Bases: SCPICmdRead

The AUTOSet:ACQuisition command tree.

Usage
  • Using the .query() method will send the AUTOSet:ACQuisition? query.
  • Using the .verify(value) method will send the AUTOSet:ACQuisition? query and raise an AssertionError if the returned value does not match value.
Properties
  • .enable: The AUTOSet:ACQuisition:ENAble command.

enable property

Return the AUTOSet:ACQuisition:ENAble command.

Description
  • This command sets or queries the Autoset acquisition setting adjustment. Settings affected may include, but not be limited to, acquisition mode, and FastAcq mode.
Usage
  • Using the .query() method will send the AUTOSet:ACQuisition:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:ACQuisition:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:ACQuisition:ENAble value command.
SCPI Syntax
- AUTOSet:ACQuisition:ENAble {ON|OFF|1|0}
- AUTOSet:ACQuisition:ENAble?
Info
  • ON enables Autoset to change acquisition settings.
  • OFF disables Autoset from changing acquisition settings.
  • 1 enables Autoset to change acquisition settings.
  • 0 disables Autoset from changing acquisition settings.

AutosetAcquisitionEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:ACQuisition:ENAble command.

Description
  • This command sets or queries the Autoset acquisition setting adjustment. Settings affected may include, but not be limited to, acquisition mode, and FastAcq mode.
Usage
  • Using the .query() method will send the AUTOSet:ACQuisition:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:ACQuisition:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:ACQuisition:ENAble value command.
SCPI Syntax
- AUTOSet:ACQuisition:ENAble {ON|OFF|1|0}
- AUTOSet:ACQuisition:ENAble?
Info
  • ON enables Autoset to change acquisition settings.
  • OFF disables Autoset from changing acquisition settings.
  • 1 enables Autoset to change acquisition settings.
  • 0 disables Autoset from changing acquisition settings.

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 enables Autoset.
  • OFF disables Autoset.
  • 1 enables Autoset.
  • 0 disables Autoset.

AutosetHorizontal

Bases: SCPICmdRead

The AUTOSet:HORizontal command tree.

Usage
  • Using the .query() method will send the AUTOSet:HORizontal? query.
  • Using the .verify(value) method will send the AUTOSet:HORizontal? query and raise an AssertionError if the returned value does not match value.
Properties
  • .enable: The AUTOSet:HORizontal:ENAble command.

enable property

Return the AUTOSet:HORizontal:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of horizontal settings. Settings affected may include, but not be limited to, horizontal scale, horizontal position, and horizontal delay mode.
Usage
  • Using the .query() method will send the AUTOSet:HORizontal:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:HORizontal:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:HORizontal:ENAble value command.
SCPI Syntax
- AUTOSet:HORizontal:ENAble {ON|OFF|1|0}
- AUTOSet:HORizontal:ENAble?
Info
  • 1 enables Autoset to change horizontal settings.
  • 0 disables Autoset from changing horizontal settings.
  • ON enables Autoset to change horizontal settings.
  • OFF disables Autoset from changing horizontal settings.

AutosetHorizontalEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:HORizontal:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of horizontal settings. Settings affected may include, but not be limited to, horizontal scale, horizontal position, and horizontal delay mode.
Usage
  • Using the .query() method will send the AUTOSet:HORizontal:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:HORizontal:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:HORizontal:ENAble value command.
SCPI Syntax
- AUTOSet:HORizontal:ENAble {ON|OFF|1|0}
- AUTOSet:HORizontal:ENAble?
Info
  • 1 enables Autoset to change horizontal settings.
  • 0 disables Autoset from changing horizontal settings.
  • ON enables Autoset to change horizontal settings.
  • OFF disables Autoset from changing horizontal settings.

AutosetTrigger

Bases: SCPICmdRead

The AUTOSet:TRIGger command tree.

Usage
  • Using the .query() method will send the AUTOSet:TRIGger? query.
  • Using the .verify(value) method will send the AUTOSet:TRIGger? query and raise an AssertionError if the returned value does not match value.
Properties
  • .enable: The AUTOSet:TRIGger:ENAble command.

enable property

Return the AUTOSet:TRIGger:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of trigger settings. Settings affected may include, but not be limited to, trigger level, trigger source, and trigger coupling.
Usage
  • Using the .query() method will send the AUTOSet:TRIGger:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:TRIGger:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:TRIGger:ENAble value command.
SCPI Syntax
- AUTOSet:TRIGger:ENAble {ON|OFF|1|0}
- AUTOSet:TRIGger:ENAble?
Info
  • 1 enables Autoset to change trigger settings.
  • 0 disables Autoset from changing trigger settings.
  • ON enables Autoset to change trigger settings.
  • OFF disables Autoset from changing trigger settings.

AutosetTriggerEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:TRIGger:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of trigger settings. Settings affected may include, but not be limited to, trigger level, trigger source, and trigger coupling.
Usage
  • Using the .query() method will send the AUTOSet:TRIGger:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:TRIGger:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:TRIGger:ENAble value command.
SCPI Syntax
- AUTOSet:TRIGger:ENAble {ON|OFF|1|0}
- AUTOSet:TRIGger:ENAble?
Info
  • 1 enables Autoset to change trigger settings.
  • 0 disables Autoset from changing trigger settings.
  • ON enables Autoset to change trigger settings.
  • OFF disables Autoset from changing trigger settings.

AutosetVertical

Bases: SCPICmdRead

The AUTOSet:VERTical command tree.

Usage
  • Using the .query() method will send the AUTOSet:VERTical? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical? query and raise an AssertionError if the returned value does not match value.
Properties
  • .enable: The AUTOSet:VERTical:ENAble command.
  • .optimize: The AUTOSet:VERTical:OPTIMize command.

enable property

Return the AUTOSet:VERTical:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of vertical settings. Settings affected may include, but not be limited to, vertical scale, vertical position, and vertical offset.
Usage
  • Using the .query() method will send the AUTOSet:VERTical:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:VERTical:ENAble value command.
SCPI Syntax
- AUTOSet:VERTical:ENAble {ON|OFF|1|0}
- AUTOSet:VERTical:ENAble?
Info
  • 1 enables Autoset to change vertical settings.
  • 0 disables Autoset from changing vertical settings.
  • ON enables Autoset to change vertical settings.
  • OFF disables Autoset from changing vertical settings.

optimize property

Return the AUTOSet:VERTical:OPTIMize command.

Description
  • This command sets or queries which vertical settings Autoset will optimize when the display mode is set to Overlay mode (all waveforms are in one common graticule in the Waveform View).
Usage
  • Using the .query() method will send the AUTOSet:VERTical:OPTIMize? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical:OPTIMize? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:VERTical:OPTIMize value command.
SCPI Syntax
- AUTOSet:VERTical:OPTIMize {RESOlution|VISIBility}
- AUTOSet:VERTical:OPTIMize?
Info
  • RESOlution uses as much of the ADC’s (Analog to Digital Converter) range aspossible to provide the best vertical resolution and measurement accuracy, butwaveforms will overlap each other.
  • VISIBility vertically scales and positions waveforms so they are visuallyseparated from each other at the expense of vertical resolution and measurementaccuracy.

AutosetVerticalEnable

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:VERTical:ENAble command.

Description
  • This command sets or queries Autoset’s adjustment of vertical settings. Settings affected may include, but not be limited to, vertical scale, vertical position, and vertical offset.
Usage
  • Using the .query() method will send the AUTOSet:VERTical:ENAble? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical:ENAble? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:VERTical:ENAble value command.
SCPI Syntax
- AUTOSet:VERTical:ENAble {ON|OFF|1|0}
- AUTOSet:VERTical:ENAble?
Info
  • 1 enables Autoset to change vertical settings.
  • 0 disables Autoset from changing vertical settings.
  • ON enables Autoset to change vertical settings.
  • OFF disables Autoset from changing vertical settings.

AutosetVerticalOptimize

Bases: SCPICmdWrite, SCPICmdRead

The AUTOSet:VERTical:OPTIMize command.

Description
  • This command sets or queries which vertical settings Autoset will optimize when the display mode is set to Overlay mode (all waveforms are in one common graticule in the Waveform View).
Usage
  • Using the .query() method will send the AUTOSet:VERTical:OPTIMize? query.
  • Using the .verify(value) method will send the AUTOSet:VERTical:OPTIMize? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the AUTOSet:VERTical:OPTIMize value command.
SCPI Syntax
- AUTOSet:VERTical:OPTIMize {RESOlution|VISIBility}
- AUTOSet:VERTical:OPTIMize?
Info
  • RESOlution uses as much of the ADC’s (Analog to Digital Converter) range aspossible to provide the best vertical resolution and measurement accuracy, butwaveforms will overlap each other.
  • VISIBility vertically scales and positions waveforms so they are visuallyseparated from each other at the expense of vertical resolution and measurementaccuracy.