autoset
¶
The autoset commands module.
These commands are used in the following models: MSO2
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 theAUTOSet valuecommand.
SCPI Syntax
- AUTOSet EXECute
Info
EXECuteautosets the displayed waveform; this is equivalent to pressing the front panel Autoset button.
Properties
.acquisition: TheAUTOSet:ACQuisitioncommand tree..enable: TheAUTOSet:ENAblecommand..horizontal: TheAUTOSet:HORizontalcommand tree..trigger: TheAUTOSet:TRIGgercommand tree..vertical: TheAUTOSet:VERTicalcommand tree.
acquisition
property
¶
acquisition: AutosetAcquisition
Return the AUTOSet:ACQuisition command tree.
Usage
- Using the
.query()method will send theAUTOSet:ACQuisition?query. - Using the
.verify(value)method will send theAUTOSet:ACQuisition?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.enable: TheAUTOSet:ACQuisition: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.
horizontal
property
¶
horizontal: AutosetHorizontal
Return the AUTOSet:HORizontal command tree.
Usage
- Using the
.query()method will send theAUTOSet:HORizontal?query. - Using the
.verify(value)method will send theAUTOSet:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.enable: TheAUTOSet:HORizontal:ENAblecommand.
trigger
property
¶
trigger: AutosetTrigger
Return the AUTOSet:TRIGger command tree.
Usage
- Using the
.query()method will send theAUTOSet:TRIGger?query. - Using the
.verify(value)method will send theAUTOSet:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.enable: TheAUTOSet:TRIGger:ENAblecommand.
vertical
property
¶
vertical: AutosetVertical
Return the AUTOSet:VERTical command tree.
Usage
- Using the
.query()method will send theAUTOSet:VERTical?query. - Using the
.verify(value)method will send theAUTOSet:VERTical?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.enable: TheAUTOSet:VERTical:ENAblecommand..optimize: TheAUTOSet:VERTical:OPTIMizecommand.
AutosetAcquisition
¶
Bases: SCPICmdRead
The AUTOSet:ACQuisition command tree.
Usage
- Using the
.query()method will send theAUTOSet:ACQuisition?query. - Using the
.verify(value)method will send theAUTOSet:ACQuisition?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheAUTOSet:ACQuisition:ENAblecommand.
enable
property
¶
enable: AutosetAcquisitionEnable
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 theAUTOSet:ACQuisition:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:ACQuisition:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:ACQuisition:ENAble valuecommand.
SCPI Syntax
- AUTOSet:ACQuisition:ENAble {ON|OFF|1|0}
- AUTOSet:ACQuisition:ENAble?
Info
ONor 1 enables Autoset to change acquisition settings.OFFor 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 theAUTOSet:ACQuisition:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:ACQuisition:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:ACQuisition:ENAble valuecommand.
SCPI Syntax
- AUTOSet:ACQuisition:ENAble {ON|OFF|1|0}
- AUTOSet:ACQuisition:ENAble?
Info
ONor 1 enables Autoset to change acquisition settings.OFFor 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 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.
AutosetHorizontal
¶
Bases: SCPICmdRead
The AUTOSet:HORizontal command tree.
Usage
- Using the
.query()method will send theAUTOSet:HORizontal?query. - Using the
.verify(value)method will send theAUTOSet:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheAUTOSet:HORizontal:ENAblecommand.
enable
property
¶
enable: AutosetHorizontalEnable
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 theAUTOSet:HORizontal:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:HORizontal:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:HORizontal:ENAble valuecommand.
SCPI Syntax
- AUTOSet:HORizontal:ENAble {ON|OFF|1|0}
- AUTOSet:HORizontal:ENAble?
Info
ONor 1 enables Autoset to change horizontal settings.OFFor 0 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 theAUTOSet:HORizontal:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:HORizontal:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:HORizontal:ENAble valuecommand.
SCPI Syntax
- AUTOSet:HORizontal:ENAble {ON|OFF|1|0}
- AUTOSet:HORizontal:ENAble?
Info
ONor 1 enables Autoset to change horizontal settings.OFFor 0 disables Autoset from changing horizontal settings.
AutosetTrigger
¶
Bases: SCPICmdRead
The AUTOSet:TRIGger command tree.
Usage
- Using the
.query()method will send theAUTOSet:TRIGger?query. - Using the
.verify(value)method will send theAUTOSet:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheAUTOSet:TRIGger:ENAblecommand.
enable
property
¶
enable: AutosetTriggerEnable
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 theAUTOSet:TRIGger:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:TRIGger:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:TRIGger:ENAble valuecommand.
SCPI Syntax
- AUTOSet:TRIGger:ENAble {ON|OFF|1|0}
- AUTOSet:TRIGger:ENAble?
Info
ONor 1 enables Autoset to change trigger settings.OFFor 0 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 theAUTOSet:TRIGger:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:TRIGger:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:TRIGger:ENAble valuecommand.
SCPI Syntax
- AUTOSet:TRIGger:ENAble {ON|OFF|1|0}
- AUTOSet:TRIGger:ENAble?
Info
ONor 1 enables Autoset to change trigger settings.OFFor 0 disables Autoset from changing trigger settings.
AutosetVertical
¶
Bases: SCPICmdRead
The AUTOSet:VERTical command tree.
Usage
- Using the
.query()method will send theAUTOSet:VERTical?query. - Using the
.verify(value)method will send theAUTOSet:VERTical?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.enable: TheAUTOSet:VERTical:ENAblecommand..optimize: TheAUTOSet:VERTical:OPTIMizecommand.
enable
property
¶
enable: AutosetVerticalEnable
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 theAUTOSet:VERTical:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:VERTical:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:VERTical:ENAble valuecommand.
SCPI Syntax
- AUTOSet:VERTical:ENAble {ON|OFF|1|0}
- AUTOSet:VERTical:ENAble?
Info
ONor 1 enables Autoset to change vertical settings.OFFor 0 disables Autoset from changing vertical settings.
optimize
property
¶
optimize: AutosetVerticalOptimize
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 theAUTOSet:VERTical:OPTIMize?query. - Using the
.verify(value)method will send theAUTOSet:VERTical:OPTIMize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:VERTical:OPTIMize valuecommand.
SCPI Syntax
- AUTOSet:VERTical:OPTIMize {RESOlution|VISIBility}
- AUTOSet:VERTical:OPTIMize?
Info
RESOlutionuses as much of the ADC’s (Analog to Digital Converter) range as possible to provide the best vertical resolution and measurement accuracy, but waveforms will overlap each other.VISIBilityvertically scales and positions waveforms so they are visually separated from each other at the expense of vertical resolution and measurement accuracy.
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 theAUTOSet:VERTical:ENAble?query. - Using the
.verify(value)method will send theAUTOSet:VERTical:ENAble?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:VERTical:ENAble valuecommand.
SCPI Syntax
- AUTOSet:VERTical:ENAble {ON|OFF|1|0}
- AUTOSet:VERTical:ENAble?
Info
ONor 1 enables Autoset to change vertical settings.OFFor 0 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 theAUTOSet:VERTical:OPTIMize?query. - Using the
.verify(value)method will send theAUTOSet:VERTical:OPTIMize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAUTOSet:VERTical:OPTIMize valuecommand.
SCPI Syntax
- AUTOSet:VERTical:OPTIMize {RESOlution|VISIBility}
- AUTOSet:VERTical:OPTIMize?
Info
RESOlutionuses as much of the ADC’s (Analog to Digital Converter) range as possible to provide the best vertical resolution and measurement accuracy, but waveforms will overlap each other.VISIBilityvertically scales and positions waveforms so they are visually separated from each other at the expense of vertical resolution and measurement accuracy.