horizontal
¶
The horizontal commands module.
These commands are used in the following models: DPO2K, DPO2KB, MSO2K, MSO2KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- HORizontal:ACQLENGTH?
- HORizontal:DELay:MODe {ON|OFF|<NR1>}
- HORizontal:DELay:MODe?
- HORizontal:DELay:POSition
- HORizontal:DELay:POSition?
- HORizontal:DELay:TIMe <NR3>
- HORizontal:DELay:TIMe?
- HORizontal:DIGital:RECOrdlength:MAGnivu?
- HORizontal:DIGital:RECOrdlength:MAIN?
- HORizontal:DIGital:SAMPLERate:MAGnivu?
- HORizontal:DIGital:SAMPLERate:MAIN?
- HORizontal:MAIn:SAMPLERate
- HORizontal:MAIn:SCAle
- HORizontal:MAIn:SCAle?
- HORizontal:MAIn:UNIts:STRing?
- HORizontal:MAIn:UNIts?
- HORizontal:MAIn?
- HORizontal:POSition <NR3>
- HORizontal:POSition?
- HORizontal:PREViewstate?
- HORizontal:RECOrdlength <NR1>
- HORizontal:RECOrdlength?
- HORizontal:RESOlution <NR1>
- HORizontal:RESOlution?
- HORizontal:SAMPLERate?
- HORizontal:SCAle <NR3>
- HORizontal:SCAle?
- HORizontal:TRIGger:POSition
- HORizontal:TRIGger:POSition?
- 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
.acqlength: TheHORizontal:ACQLENGTHcommand..delay: TheHORizontal:DELaycommand tree..digital: TheHORizontal:DIGitalcommand tree..main: TheHORizontal:MAIncommand..position: TheHORizontal:POSitioncommand..previewstate: TheHORizontal:PREViewstatecommand..recordlength: TheHORizontal:RECOrdlengthcommand..resolution: TheHORizontal:RESOlutioncommand..samplerate: TheHORizontal:SAMPLERatecommand..scale: TheHORizontal:SCAlecommand..trigger: TheHORizontal:TRIGgercommand tree.
acqlength
property
¶
acqlength: HorizontalAcqlength
Return the HORizontal:ACQLENGTH command.
Description
- This query returns the record length.
Usage
- Using the
.query()method will send theHORizontal:ACQLENGTH?query. - Using the
.verify(value)method will send theHORizontal:ACQLENGTH?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:ACQLENGTH?
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..position: TheHORizontal:DELay:POSitioncommand..time: TheHORizontal:DELay:TIMecommand.
digital
property
¶
digital: HorizontalDigital
Return the HORizontal:DIGital command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital?query. - Using the
.verify(value)method will send theHORizontal:DIGital?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.recordlength: TheHORizontal:DIGital:RECOrdlengthcommand tree..samplerate: TheHORizontal:DIGital:SAMPLERatecommand tree.
main
property
¶
main: HorizontalMain
Return the HORizontal:MAIn command.
Description
- This query-only command returns the time per division of the time base. This command is equivalent to selecting Position/Scale from the Horiz/Acq menu.
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.
SCPI Syntax
- HORizontal:MAIn?
Sub-properties
.samplerate: TheHORizontal:MAIn:SAMPLERatecommand..units: TheHORizontal:MAIn:UNItscommand..scale: TheHORizontal:MAIn: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.
resolution
property
¶
resolution: HorizontalResolution
Return the HORizontal:RESOlution command.
Description
- Sets or returns the horizontal record length of acquired waveforms. The sample rate is automatically adjusted at the same time to maintain a constant time per division. The query form of this command returns the current horizontal record length.
Usage
- Using the
.query()method will send theHORizontal:RESOlution?query. - Using the
.verify(value)method will send theHORizontal:RESOlution?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:RESOlution valuecommand.
SCPI Syntax
- HORizontal:RESOlution <NR1>
- HORizontal:RESOlution?
Info
<NR1>represents the supported values for horizontal record lengths.
samplerate
property
¶
samplerate: HorizontalSamplerate
Return the HORizontal:SAMPLERate command.
Description
- The command form is ignored. The query returns the sample rate for analog channels in samples per second.
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.
SCPI Syntax
- HORizontal:SAMPLERate?
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.
trigger
property
¶
trigger: HorizontalTrigger
Return the HORizontal:TRIGger command tree.
Usage
- Using the
.query()method will send theHORizontal:TRIGger?query. - Using the
.verify(value)method will send theHORizontal:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.position: TheHORizontal:TRIGger:POSitioncommand.
HorizontalAcqlength
¶
Bases: SCPICmdRead
The HORizontal:ACQLENGTH command.
Description
- This query returns the record length.
Usage
- Using the
.query()method will send theHORizontal:ACQLENGTH?query. - Using the
.verify(value)method will send theHORizontal:ACQLENGTH?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:ACQLENGTH?
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..position: TheHORizontal:DELay:POSitioncommand..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.
position
property
¶
position: HorizontalDelayPosition
Return the HORizontal:DELay:POSition command.
Description
- Sets or returns the horizontal position.
Usage
- Using the
.query()method will send theHORizontal:DELay:POSition?query. - Using the
.verify(value)method will send theHORizontal:DELay:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:DELay:POSitioncommand.
SCPI Syntax
- HORizontal:DELay:POSition
- HORizontal:DELay:POSition?
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.
HorizontalDelayPosition
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The HORizontal:DELay:POSition command.
Description
- Sets or returns the horizontal position.
Usage
- Using the
.query()method will send theHORizontal:DELay:POSition?query. - Using the
.verify(value)method will send theHORizontal:DELay:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:DELay:POSitioncommand.
SCPI Syntax
- HORizontal:DELay:POSition
- HORizontal:DELay:POSition?
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.
HorizontalDigital
¶
Bases: SCPICmdRead
The HORizontal:DIGital command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital?query. - Using the
.verify(value)method will send theHORizontal:DIGital?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.recordlength: TheHORizontal:DIGital:RECOrdlengthcommand tree..samplerate: TheHORizontal:DIGital:SAMPLERatecommand tree.
recordlength
property
¶
recordlength: HorizontalDigitalRecordlength
Return the HORizontal:DIGital:RECOrdlength command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.magnivu: TheHORizontal:DIGital:RECOrdlength:MAGnivucommand..main: TheHORizontal:DIGital:RECOrdlength:MAINcommand.
samplerate
property
¶
samplerate: HorizontalDigitalSamplerate
Return the HORizontal:DIGital:SAMPLERate command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.magnivu: TheHORizontal:DIGital:SAMPLERate:MAGnivucommand..main: TheHORizontal:DIGital:SAMPLERate:MAINcommand.
HorizontalDigitalRecordlength
¶
Bases: SCPICmdRead
The HORizontal:DIGital:RECOrdlength command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.magnivu: TheHORizontal:DIGital:RECOrdlength:MAGnivucommand..main: TheHORizontal:DIGital:RECOrdlength:MAINcommand.
magnivu
property
¶
magnivu: HorizontalDigitalRecordlengthMagnivu
Return the HORizontal:DIGital:RECOrdlength:MAGnivu command.
Description
- Returns the record length of the MagniVu digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength:MAGnivu?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:RECOrdlength:MAGnivu?
main
property
¶
Return the HORizontal:DIGital:RECOrdlength:MAIN command.
Description
- Returns the record length of the main digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength:MAIN?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength:MAIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:RECOrdlength:MAIN?
HorizontalDigitalRecordlengthMagnivu
¶
Bases: SCPICmdRead
The HORizontal:DIGital:RECOrdlength:MAGnivu command.
Description
- Returns the record length of the MagniVu digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength:MAGnivu?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:RECOrdlength:MAGnivu?
HorizontalDigitalRecordlengthMain
¶
Bases: SCPICmdRead
The HORizontal:DIGital:RECOrdlength:MAIN command.
Description
- Returns the record length of the main digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:RECOrdlength:MAIN?query. - Using the
.verify(value)method will send theHORizontal:DIGital:RECOrdlength:MAIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:RECOrdlength:MAIN?
HorizontalDigitalSamplerate
¶
Bases: SCPICmdRead
The HORizontal:DIGital:SAMPLERate command tree.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.magnivu: TheHORizontal:DIGital:SAMPLERate:MAGnivucommand..main: TheHORizontal:DIGital:SAMPLERate:MAINcommand.
magnivu
property
¶
magnivu: HorizontalDigitalSamplerateMagnivu
Return the HORizontal:DIGital:SAMPLERate:MAGnivu command.
Description
- Returns the sample rate of the MagniVu digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate:MAGnivu?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:SAMPLERate:MAGnivu?
main
property
¶
Return the HORizontal:DIGital:SAMPLERate:MAIN command.
Description
- Returns the sample rate of the main digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate:MAIN?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate:MAIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:SAMPLERate:MAIN?
HorizontalDigitalSamplerateMagnivu
¶
Bases: SCPICmdRead
The HORizontal:DIGital:SAMPLERate:MAGnivu command.
Description
- Returns the sample rate of the MagniVu digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate:MAGnivu?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:SAMPLERate:MAGnivu?
HorizontalDigitalSamplerateMain
¶
Bases: SCPICmdRead
The HORizontal:DIGital:SAMPLERate:MAIN command.
Description
- Returns the sample rate of the main digital acquisition.
Usage
- Using the
.query()method will send theHORizontal:DIGital:SAMPLERate:MAIN?query. - Using the
.verify(value)method will send theHORizontal:DIGital:SAMPLERate:MAIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:DIGital:SAMPLERate:MAIN?
HorizontalMain
¶
Bases: SCPICmdRead
The HORizontal:MAIn command.
Description
- This query-only command returns the time per division of the time base. This command is equivalent to selecting Position/Scale from the Horiz/Acq menu.
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.
SCPI Syntax
- HORizontal:MAIn?
Properties
.samplerate: TheHORizontal:MAIn:SAMPLERatecommand..units: TheHORizontal:MAIn:UNItscommand..scale: TheHORizontal:MAIn:SCAlecommand.
samplerate
property
¶
samplerate: HorizontalMainSamplerate
Return the HORizontal:MAIn:SAMPLERate command.
Description
- Sets or returns the current horizontal sample rate.
Usage
- Using the
.write()method will send theHORizontal:MAIn:SAMPLERatecommand.
SCPI Syntax
- HORizontal:MAIn:SAMPLERate
Info
<NR3>specifies the sample rate in seconds.
scale
property
¶
scale: HorizontalMainScale
Return the HORizontal:MAIn:SCAle command.
Description
- Sets or returns the main horizontal scale. The specified scale value is rounded to a valid scale setting.
Usage
- Using the
.query()method will send theHORizontal:MAIn:SCAle?query. - Using the
.verify(value)method will send theHORizontal:MAIn:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:MAIn:SCAlecommand.
SCPI Syntax
- HORizontal:MAIn:SCAle
- HORizontal:MAIn:SCAle?
Info
<NR3>is the time per division. The range is from 400 ps (1 ns) through 1000 s, depending on the record length.
units
property
¶
units: HorizontalMainUnits
Return the HORizontal:MAIn:UNIts command.
Description
- Returns the units string for the horizontal time base.
Usage
- Using the
.query()method will send theHORizontal:MAIn:UNIts?query. - Using the
.verify(value)method will send theHORizontal:MAIn:UNIts?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:UNIts?
Sub-properties
.string: TheHORizontal:MAIn:UNIts:STRingcommand.
HorizontalMainSamplerate
¶
Bases: SCPICmdWriteNoArguments
The HORizontal:MAIn:SAMPLERate command.
Description
- Sets or returns the current horizontal sample rate.
Usage
- Using the
.write()method will send theHORizontal:MAIn:SAMPLERatecommand.
SCPI Syntax
- HORizontal:MAIn:SAMPLERate
Info
<NR3>specifies the sample rate in seconds.
HorizontalMainScale
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The HORizontal:MAIn:SCAle command.
Description
- Sets or returns the main horizontal scale. The specified scale value is rounded to a valid scale setting.
Usage
- Using the
.query()method will send theHORizontal:MAIn:SCAle?query. - Using the
.verify(value)method will send theHORizontal:MAIn:SCAle?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:MAIn:SCAlecommand.
SCPI Syntax
- HORizontal:MAIn:SCAle
- HORizontal:MAIn:SCAle?
Info
<NR3>is the time per division. The range is from 400 ps (1 ns) through 1000 s, depending on the record length.
HorizontalMainUnits
¶
Bases: SCPICmdRead
The HORizontal:MAIn:UNIts command.
Description
- Returns the units string for the horizontal time base.
Usage
- Using the
.query()method will send theHORizontal:MAIn:UNIts?query. - Using the
.verify(value)method will send theHORizontal:MAIn:UNIts?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:UNIts?
Properties
.string: TheHORizontal:MAIn:UNIts:STRingcommand.
string
property
¶
string: HorizontalMainUnitsString
Return the HORizontal:MAIn:UNIts:STRing command.
Description
- Returns the units string for the horizontal time base.
Usage
- Using the
.query()method will send theHORizontal:MAIn:UNIts:STRing?query. - Using the
.verify(value)method will send theHORizontal:MAIn:UNIts:STRing?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:UNIts:STRing?
HorizontalMainUnitsString
¶
Bases: SCPICmdRead
The HORizontal:MAIn:UNIts:STRing command.
Description
- Returns the units string for the horizontal time base.
Usage
- Using the
.query()method will send theHORizontal:MAIn:UNIts:STRing?query. - Using the
.verify(value)method will send theHORizontal:MAIn:UNIts:STRing?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- HORizontal:MAIn:UNIts:STRing?
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.
HorizontalResolution
¶
Bases: SCPICmdWrite, SCPICmdRead
The HORizontal:RESOlution command.
Description
- Sets or returns the horizontal record length of acquired waveforms. The sample rate is automatically adjusted at the same time to maintain a constant time per division. The query form of this command returns the current horizontal record length.
Usage
- Using the
.query()method will send theHORizontal:RESOlution?query. - Using the
.verify(value)method will send theHORizontal:RESOlution?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theHORizontal:RESOlution valuecommand.
SCPI Syntax
- HORizontal:RESOlution <NR1>
- HORizontal:RESOlution?
Info
<NR1>represents the supported values for horizontal record lengths.
HorizontalSamplerate
¶
Bases: SCPICmdRead
The HORizontal:SAMPLERate command.
Description
- The command form is ignored. The query returns the sample rate for analog channels in samples per second.
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.
SCPI Syntax
- HORizontal:SAMPLERate?
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.
HorizontalTrigger
¶
Bases: SCPICmdRead
The HORizontal:TRIGger command tree.
Usage
- Using the
.query()method will send theHORizontal:TRIGger?query. - Using the
.verify(value)method will send theHORizontal:TRIGger?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.position: TheHORizontal:TRIGger:POSitioncommand.
position
property
¶
position: HorizontalTriggerPosition
Return the HORizontal:TRIGger:POSition command.
Description
- Sets the horizontal position when delay mode is OFF. It is similar to
HORIZONTAL:POSITION.
Usage
- Using the
.query()method will send theHORizontal:TRIGger:POSition?query. - Using the
.verify(value)method will send theHORizontal:TRIGger:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:TRIGger:POSitioncommand.
SCPI Syntax
- HORizontal:TRIGger:POSition
- HORizontal:TRIGger:POSition?
HorizontalTriggerPosition
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The HORizontal:TRIGger:POSition command.
Description
- Sets the horizontal position when delay mode is OFF. It is similar to
HORIZONTAL:POSITION.
Usage
- Using the
.query()method will send theHORizontal:TRIGger:POSition?query. - Using the
.verify(value)method will send theHORizontal:TRIGger:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theHORizontal:TRIGger:POSitioncommand.
SCPI Syntax
- HORizontal:TRIGger:POSition
- HORizontal:TRIGger:POSition?