horizontal
¶
The horizontal 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
- HORizontal:ACQDURATION?
- HORizontal:DELay:MODe {ON|OFF|<NR1>}
- HORizontal:DELay:MODe?
- HORizontal:DELay:TIMe <NR3>
- HORizontal:DELay:TIMe?
- HORizontal:DIVisions?
- HORizontal:MAIn:INTERPRatio?
- HORizontal:MODE {AUTO|MANual}
- HORizontal:MODE:MANual:CONFIGure {HORIZontalscale|RECORDLength}
- HORizontal:MODE:MANual:CONFIGure?
- HORizontal:MODE:RECOrdlength <NR1>
- HORizontal:MODE:RECOrdlength?
- HORizontal:MODE:SAMPLERate <NR1>
- HORizontal:MODE:SAMPLERate?
- HORizontal:MODE:SCAle <NR1>
- HORizontal:MODE:SCAle?
- HORizontal:MODE?
- HORizontal:POSition <NR3>
- HORizontal:POSition?
- HORizontal:PREViewstate?
- HORizontal:RECOrdlength <NR1>
- HORizontal:RECOrdlength?
- HORizontal:SAMPLERate <NR3>
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide {ON|OFF|1|0}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue {AUTOmatic|<NR3>}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?
- HORizontal:SAMPLERate?
- HORizontal:SCAle <NR3>
- HORizontal:SCAle?
- HORizontal?
Horizontal
¶
Bases: SCPICmdRead
The HORizontal command.
Description
- Queries the current horizontal settings.
Usage
- Using the
.query()method will send theHORizontal?query. - Using the
.verify(value)method will send theHORizontal?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal?
Properties
.acqduration: TheHORizontal:ACQDURATIONcommand..delay: TheHORizontal:DELaycommand tree..divisions: TheHORizontal:DIVisionscommand..main: TheHORizontal:MAIncommand tree..mode: TheHORizontal:MODEcommand..position: TheHORizontal:POSitioncommand..previewstate: TheHORizontal:PREViewstatecommand..recordlength: TheHORizontal:RECOrdlengthcommand..samplerate: TheHORizontal:SAMPLERatecommand..scale: TheHORizontal:SCAlecommand.
acqduration
property
¶
acqduration: HorizontalAcqduration
Return the HORizontal:ACQDURATION command.
Description
- This query returns the timebase duration.
Usage
- Using the
.query()method will send theHORizontal:ACQDURATION?query. - Using the
.verify(value)method will send theHORizontal:ACQDURATION?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:ACQDURATION?
delay
property
¶
delay: HorizontalDelay
Return the HORizontal:DELay command tree.
Usage
- Using the
.query()method will send theHORizontal:DELay?query. - Using the
.verify(value)method will send theHORizontal:DELay?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.mode: TheHORizontal:DELay:MODecommand..time: TheHORizontal:DELay:TIMecommand.
divisions
property
¶
divisions: HorizontalDivisions
Return the HORizontal:DIVisions command.
Description
- This query-only command returns the number of graticule divisions.
Usage
- Using the
.query()method will send theHORizontal:DIVisions?query. - Using the
.verify(value)method will send theHORizontal:DIVisions?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIVisions?
main
property
¶
main: HorizontalMain
Return the HORizontal:MAIn command tree.
Usage
- Using the
.query()method will send theHORizontal:MAIn?query. - Using the
.verify(value)method will send theHORizontal:MAIn?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.interpratio: TheHORizontal:MAIn:INTERPRatiocommand.
mode
property
¶
mode: HorizontalMode
Return the HORizontal:MODE command.
Description
- This command set or queries the horizontal operating mode.
Usage
- Using the
.query()method will send theHORizontal:MODE?query. - Using the
.verify(value)method will send theHORizontal:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE valuecommand.
SCPI Syntax
- HORizontal:MODE {AUTO|MANual}
- HORizontal:MODE?
Info
AUTOselects the automatic horizontal model. Auto mode automatically adjusts the sample rate and record length to provide a high acquisition rate in Fast Acq or signal fidelity in analysis. Record length is read only.MANUALselects the manual horizontal model. Manual mode lets you change the sample rate, horizontal scale, and record length. These values interact. For example, when you change record length then the horizontal scale also changes.
Sub-properties
.manual: TheHORizontal:MODE:MANualcommand tree..recordlength: TheHORizontal:MODE:RECOrdlengthcommand..samplerate: TheHORizontal:MODE:SAMPLERatecommand..scale: TheHORizontal:MODE:SCAlecommand.
position
property
¶
position: HorizontalPosition
Return the HORizontal:POSition command.
Description
- This command sets or queries the horizontal position as a percent of screen width. When Horizontal Delay Mode is turned off, this command is equivalent to adjusting the HORIZONTAL POSITION knob on the front panel. When Horizontal Delay Mode is turned on, the horizontal position is forced to 50%.
Usage
- Using the
.query()method will send theHORizontal:POSition?query. - Using the
.verify(value)method will send theHORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:POSition valuecommand.
SCPI Syntax
- HORizontal:POSition <NR3>
- HORizontal:POSition?
Info
<NR3>is from 0 to ≈100 and is the position of the trigger point on the screen (0 = left edge, 100 = right edge).
previewstate
property
¶
previewstate: HorizontalPreviewstate
Return the HORizontal:PREViewstate command.
Description
- This query returns the display system preview state.
Usage
- Using the
.query()method will send theHORizontal:PREViewstate?query. - Using the
.verify(value)method will send theHORizontal:PREViewstate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:PREViewstate?
recordlength
property
¶
recordlength: HorizontalRecordlength
Return the HORizontal:RECOrdlength command.
Description
- This command sets or queries the horizontal record length. To change the record length the Horizontal Mode must be set to Manual.
Usage
- Using the
.query()method will send theHORizontal:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:RECOrdlength valuecommand.
SCPI Syntax
- HORizontal:RECOrdlength <NR1>
- HORizontal:RECOrdlength?
Info
<NR1>is the horizontal record length.
samplerate
property
¶
samplerate: HorizontalSamplerate
Return the HORizontal:SAMPLERate command.
Description
- This command sets or queries the horizontal sample rate.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate <NR3>
- HORizontal:SAMPLERate?
Info
<NR3>is the horizontal sample rate in samples per second.
Sub-properties
.analyzemode: TheHORizontal:SAMPLERate:ANALYZemodecommand tree.
scale
property
¶
scale: HorizontalScale
Return the HORizontal:SCAle command.
Description
- This command sets or queries the horizontal scale.
Usage
- Using the
.query()method will send theHORizontal:SCAle?query. - Using the
.verify(value)method will send theHORizontal:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SCAle valuecommand.
SCPI Syntax
- HORizontal:SCAle <NR3>
- HORizontal:SCAle?
Info
<NR3>is the horizontal scale in time per division.
HorizontalAcqduration
¶
Bases: SCPICmdRead
The HORizontal:ACQDURATION command.
Description
- This query returns the timebase duration.
Usage
- Using the
.query()method will send theHORizontal:ACQDURATION?query. - Using the
.verify(value)method will send theHORizontal:ACQDURATION?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:ACQDURATION?
HorizontalDelay
¶
Bases: SCPICmdRead
The HORizontal:DELay command tree.
Usage
- Using the
.query()method will send theHORizontal:DELay?query. - Using the
.verify(value)method will send theHORizontal:DELay?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.mode: TheHORizontal:DELay:MODecommand..time: TheHORizontal:DELay:TIMecommand.
mode
property
¶
mode: HorizontalDelayMode
Return the HORizontal:DELay:MODe command.
Description
- This command sets or queries the horizontal delay mode.
Usage
- Using the
.query()method will send theHORizontal:DELay:MODe?query. - Using the
.verify(value)method will send theHORizontal:DELay:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:DELay:MODe valuecommand.
SCPI Syntax
- HORizontal:DELay:MODe {ON|OFF|<NR1>}
- HORizontal:DELay:MODe?
Info
OFFsets the Horizontal Delay Mode to off. This causes theHORizontal:POSitioncommand to operate like the HORIZONTAL POSITION knob on the front panel.ONsets the Horizontal Delay Mode to on. This causes theHORizontal:DELay:TIMecommand to operate like the HORIZONTAL POSITION knob on the front panel.<NR1>= 0 sets the Horizontal Delay Mode to off; any other value sets this mode to on.
time
property
¶
time: HorizontalDelayTime
Return the HORizontal:DELay:TIMe command.
Description
- This command sets or queries the horizontal delay time that is used when delay mode is on.
Usage
- Using the
.query()method will send theHORizontal:DELay:TIMe?query. - Using the
.verify(value)method will send theHORizontal:DELay:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:DELay:TIMe valuecommand.
SCPI Syntax
- HORizontal:DELay:TIMe <NR3>
- HORizontal:DELay:TIMe?
Info
NR3is the delay in seconds.
HorizontalDelayMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:DELay:MODe command.
Description
- This command sets or queries the horizontal delay mode.
Usage
- Using the
.query()method will send theHORizontal:DELay:MODe?query. - Using the
.verify(value)method will send theHORizontal:DELay:MODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:DELay:MODe valuecommand.
SCPI Syntax
- HORizontal:DELay:MODe {ON|OFF|<NR1>}
- HORizontal:DELay:MODe?
Info
OFFsets the Horizontal Delay Mode to off. This causes theHORizontal:POSitioncommand to operate like the HORIZONTAL POSITION knob on the front panel.ONsets the Horizontal Delay Mode to on. This causes theHORizontal:DELay:TIMecommand to operate like the HORIZONTAL POSITION knob on the front panel.<NR1>= 0 sets the Horizontal Delay Mode to off; any other value sets this mode to on.
HorizontalDelayTime
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:DELay:TIMe command.
Description
- This command sets or queries the horizontal delay time that is used when delay mode is on.
Usage
- Using the
.query()method will send theHORizontal:DELay:TIMe?query. - Using the
.verify(value)method will send theHORizontal:DELay:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:DELay:TIMe valuecommand.
SCPI Syntax
- HORizontal:DELay:TIMe <NR3>
- HORizontal:DELay:TIMe?
Info
NR3is the delay in seconds.
HorizontalDivisions
¶
Bases: SCPICmdRead
The HORizontal:DIVisions command.
Description
- This query-only command returns the number of graticule divisions.
Usage
- Using the
.query()method will send theHORizontal:DIVisions?query. - Using the
.verify(value)method will send theHORizontal:DIVisions?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIVisions?
HorizontalMain
¶
Bases: SCPICmdRead
The HORizontal:MAIn command tree.
Usage
- Using the
.query()method will send theHORizontal:MAIn?query. - Using the
.verify(value)method will send theHORizontal:MAIn?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.interpratio: TheHORizontal:MAIn:INTERPRatiocommand.
interpratio
property
¶
interpratio: HorizontalMainInterpratio
Return the HORizontal:MAIn:INTERPRatio command.
Description
- This query-only command returns the Horizontal interpolation ratio.
Usage
- Using the
.query()method will send theHORizontal:MAIn:INTERPRatio?query. - Using the
.verify(value)method will send theHORizontal:MAIn:INTERPRatio?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:INTERPRatio?
HorizontalMainInterpratio
¶
Bases: SCPICmdRead
The HORizontal:MAIn:INTERPRatio command.
Description
- This query-only command returns the Horizontal interpolation ratio.
Usage
- Using the
.query()method will send theHORizontal:MAIn:INTERPRatio?query. - Using the
.verify(value)method will send theHORizontal:MAIn:INTERPRatio?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:INTERPRatio?
HorizontalMode
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:MODE command.
Description
- This command set or queries the horizontal operating mode.
Usage
- Using the
.query()method will send theHORizontal:MODE?query. - Using the
.verify(value)method will send theHORizontal:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE valuecommand.
SCPI Syntax
- HORizontal:MODE {AUTO|MANual}
- HORizontal:MODE?
Info
AUTOselects the automatic horizontal model. Auto mode automatically adjusts the sample rate and record length to provide a high acquisition rate in Fast Acq or signal fidelity in analysis. Record length is read only.MANUALselects the manual horizontal model. Manual mode lets you change the sample rate, horizontal scale, and record length. These values interact. For example, when you change record length then the horizontal scale also changes.
Properties
.manual: TheHORizontal:MODE:MANualcommand tree..recordlength: TheHORizontal:MODE:RECOrdlengthcommand..samplerate: TheHORizontal:MODE:SAMPLERatecommand..scale: TheHORizontal:MODE:SCAlecommand.
manual
property
¶
manual: HorizontalModeManual
Return the HORizontal:MODE:MANual command tree.
Usage
- Using the
.query()method will send theHORizontal:MODE:MANual?query. - Using the
.verify(value)method will send theHORizontal:MODE:MANual?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.configure: TheHORizontal:MODE:MANual:CONFIGurecommand.
recordlength
property
¶
recordlength: HorizontalModeRecordlength
Return the HORizontal:MODE:RECOrdlength command.
Description
- This command sets or queries the record length.
Usage
- Using the
.query()method will send theHORizontal:MODE:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:MODE:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:RECOrdlength valuecommand.
SCPI Syntax
- HORizontal:MODE:RECOrdlength <NR1>
- HORizontal:MODE:RECOrdlength?
Info
<NR1>is the record length in samples. Manual mode lets you change the record length, while the record length is read only for Automatic mode.
samplerate
property
¶
samplerate: HorizontalModeSamplerate
Return the HORizontal:MODE:SAMPLERate command.
Description
- This command sets or queries the sample rate.
Usage
- Using the
.query()method will send theHORizontal:MODE:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:MODE:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:SAMPLERate valuecommand.
SCPI Syntax
- HORizontal:MODE:SAMPLERate <NR1>
- HORizontal:MODE:SAMPLERate?
Info
<NR1>is the sample rate in samples per second.
scale
property
¶
scale: HorizontalModeScale
Return the HORizontal:MODE:SCAle command.
Description
- This command sets or queries the horizontal scale.
Usage
- Using the
.query()method will send theHORizontal:MODE:SCAle?query. - Using the
.verify(value)method will send theHORizontal:MODE:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:SCAle valuecommand.
SCPI Syntax
- HORizontal:MODE:SCAle <NR1>
- HORizontal:MODE:SCAle?
Info
<NR1>is the horizontal scale in seconds per division.
HorizontalModeManual
¶
Bases: SCPICmdRead
The HORizontal:MODE:MANual command tree.
Usage
- Using the
.query()method will send theHORizontal:MODE:MANual?query. - Using the
.verify(value)method will send theHORizontal:MODE:MANual?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.configure: TheHORizontal:MODE:MANual:CONFIGurecommand.
configure
property
¶
configure: HorizontalModeManualConfigure
Return the HORizontal:MODE:MANual:CONFIGure command.
Description
- Sets or queries which horizontal control (scale or record length) will primarily change when the sample rate is changed in Manual mode. If the selected control (scale or record length) reaches a limit then the unselected control (record length or scale) may also change.
Usage
- Using the
.query()method will send theHORizontal:MODE:MANual:CONFIGure?query. - Using the
.verify(value)method will send theHORizontal:MODE:MANual:CONFIGure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:MANual:CONFIGure valuecommand.
SCPI Syntax
- HORizontal:MODE:MANual:CONFIGure {HORIZontalscale|RECORDLength}
- HORizontal:MODE:MANual:CONFIGure?
Info
HORIZontalscalewill change when sample rate is adjusted.RECORDLengthwill change when sample rate is adjusted.
HorizontalModeManualConfigure
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:MODE:MANual:CONFIGure command.
Description
- Sets or queries which horizontal control (scale or record length) will primarily change when the sample rate is changed in Manual mode. If the selected control (scale or record length) reaches a limit then the unselected control (record length or scale) may also change.
Usage
- Using the
.query()method will send theHORizontal:MODE:MANual:CONFIGure?query. - Using the
.verify(value)method will send theHORizontal:MODE:MANual:CONFIGure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:MANual:CONFIGure valuecommand.
SCPI Syntax
- HORizontal:MODE:MANual:CONFIGure {HORIZontalscale|RECORDLength}
- HORizontal:MODE:MANual:CONFIGure?
Info
HORIZontalscalewill change when sample rate is adjusted.RECORDLengthwill change when sample rate is adjusted.
HorizontalModeRecordlength
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:MODE:RECOrdlength command.
Description
- This command sets or queries the record length.
Usage
- Using the
.query()method will send theHORizontal:MODE:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:MODE:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:RECOrdlength valuecommand.
SCPI Syntax
- HORizontal:MODE:RECOrdlength <NR1>
- HORizontal:MODE:RECOrdlength?
Info
<NR1>is the record length in samples. Manual mode lets you change the record length, while the record length is read only for Automatic mode.
HorizontalModeSamplerate
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:MODE:SAMPLERate command.
Description
- This command sets or queries the sample rate.
Usage
- Using the
.query()method will send theHORizontal:MODE:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:MODE:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:SAMPLERate valuecommand.
SCPI Syntax
- HORizontal:MODE:SAMPLERate <NR1>
- HORizontal:MODE:SAMPLERate?
Info
<NR1>is the sample rate in samples per second.
HorizontalModeScale
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:MODE:SCAle command.
Description
- This command sets or queries the horizontal scale.
Usage
- Using the
.query()method will send theHORizontal:MODE:SCAle?query. - Using the
.verify(value)method will send theHORizontal:MODE:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:MODE:SCAle valuecommand.
SCPI Syntax
- HORizontal:MODE:SCAle <NR1>
- HORizontal:MODE:SCAle?
Info
<NR1>is the horizontal scale in seconds per division.
HorizontalPosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:POSition command.
Description
- This command sets or queries the horizontal position as a percent of screen width. When Horizontal Delay Mode is turned off, this command is equivalent to adjusting the HORIZONTAL POSITION knob on the front panel. When Horizontal Delay Mode is turned on, the horizontal position is forced to 50%.
Usage
- Using the
.query()method will send theHORizontal:POSition?query. - Using the
.verify(value)method will send theHORizontal:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:POSition valuecommand.
SCPI Syntax
- HORizontal:POSition <NR3>
- HORizontal:POSition?
Info
<NR3>is from 0 to ≈100 and is the position of the trigger point on the screen (0 = left edge, 100 = right edge).
HorizontalPreviewstate
¶
Bases: SCPICmdRead
The HORizontal:PREViewstate command.
Description
- This query returns the display system preview state.
Usage
- Using the
.query()method will send theHORizontal:PREViewstate?query. - Using the
.verify(value)method will send theHORizontal:PREViewstate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:PREViewstate?
HorizontalRecordlength
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:RECOrdlength command.
Description
- This command sets or queries the horizontal record length. To change the record length the Horizontal Mode must be set to Manual.
Usage
- Using the
.query()method will send theHORizontal:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:RECOrdlength valuecommand.
SCPI Syntax
- HORizontal:RECOrdlength <NR1>
- HORizontal:RECOrdlength?
Info
<NR1>is the horizontal record length.
HorizontalSamplerate
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:SAMPLERate command.
Description
- This command sets or queries the horizontal sample rate.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate <NR3>
- HORizontal:SAMPLERate?
Info
<NR3>is the horizontal sample rate in samples per second.
Properties
.analyzemode: TheHORizontal:SAMPLERate:ANALYZemodecommand tree.
analyzemode
property
¶
analyzemode: HorizontalSamplerateAnalyzemode
Return the HORizontal:SAMPLERate:ANALYZemode command tree.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.minimum: TheHORizontal:SAMPLERate:ANALYZemode:MINimumcommand tree.
HorizontalSamplerateAnalyzemode
¶
Bases: SCPICmdRead
The HORizontal:SAMPLERate:ANALYZemode command tree.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.minimum: TheHORizontal:SAMPLERate:ANALYZemode:MINimumcommand tree.
minimum
property
¶
Return the HORizontal:SAMPLERate:ANALYZemode:MINimum command tree.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.override: TheHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRidecommand..value: TheHORizontal:SAMPLERate:ANALYZemode:MINimum:VALuecommand.
HorizontalSamplerateAnalyzemodeMinimum
¶
Bases: SCPICmdRead
The HORizontal:SAMPLERate:ANALYZemode:MINimum command tree.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.override: TheHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRidecommand..value: TheHORizontal:SAMPLERate:ANALYZemode:MINimum:VALuecommand.
override
property
¶
Return the HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide command.
Description
- Sets or queries the flag which allows override of the horizontal analyze minimum sample rate.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide {ON|OFF|1|0}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?
Info
0does not allow override of the horizontal analyze minimum sample rate.1allows override of the horizontal analyze minimum sample rate.OFFdoes not allow override of the horizontal analyze minimum sample rate.ONallows override of the horizontal analyze minimum sample rate.
value
property
¶
Return the HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue command.
Description
- Sets or queries the minimum sample rate used by Analysis Automatic horizontal mode.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue {AUTOmatic|<NR3>}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?
Info
AUTOmaticallows the instrument to set the minimum value.<NR3>is the minimum sample rate.
HorizontalSamplerateAnalyzemodeMinimumOverride
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide command.
Description
- Sets or queries the flag which allows override of the horizontal analyze minimum sample rate.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide {ON|OFF|1|0}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:OVERRide?
Info
0does not allow override of the horizontal analyze minimum sample rate.1allows override of the horizontal analyze minimum sample rate.OFFdoes not allow override of the horizontal analyze minimum sample rate.ONallows override of the horizontal analyze minimum sample rate.
HorizontalSamplerateAnalyzemodeMinimumValue
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue command.
Description
- Sets or queries the minimum sample rate used by Analysis Automatic horizontal mode.
Usage
- Using the
.query()method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?query. - Using the
.verify(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SAMPLERate:ANALYZemode:MINimum:VALue valuecommand.
SCPI Syntax
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue {AUTOmatic|<NR3>}
- HORizontal:SAMPLERate:ANALYZemode:MINimum:VALue?
Info
AUTOmaticallows the instrument to set the minimum value.<NR3>is the minimum sample rate.
HorizontalScale
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:SCAle command.
Description
- This command sets or queries the horizontal scale.
Usage
- Using the
.query()method will send theHORizontal:SCAle?query. - Using the
.verify(value)method will send theHORizontal:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:SCAle valuecommand.
SCPI Syntax
- HORizontal:SCAle <NR3>
- HORizontal:SCAle?
Info
<NR3>is the horizontal scale in time per division.