horizontal
¶
The horizontal commands module.
These commands are used in the following models: TekScopePC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- HORizontal:DELay:MODe {ON|OFF|<NR1>}
- HORizontal:DELay:MODe?
- HORizontal:DELay:TIMe <NR3>
- HORizontal:DELay:TIMe?
- HORizontal:MODe {AUTO|MANual}
- HORizontal:MODe:MANual:CONFIGure {HORIZontalscale|RECORDLength}
- HORizontal:MODe:MANual:CONFIGure?
- HORizontal:MODe?
- HORizontal:POSition <NR3>
- HORizontal:POSition?
- HORizontal:SAMPLERate <NR3>
- HORizontal:SAMPLERate?
- HORizontal:SCAle <NR3>
- HORizontal:SCAle?
Horizontal
¶
Bases: SCPICmdRead
The HORizontal command tree.
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.
Properties
.delay: TheHORizontal:DELaycommand tree..mode: TheHORizontal:MODecommand..position: TheHORizontal:POSitioncommand..samplerate: TheHORizontal:SAMPLERatecommand..scale: TheHORizontal:SCAlecommand.
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.
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.
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).
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.
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.
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.
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.
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.
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.
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).
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.
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.