s
¶
The s 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
- S<x>_CH<x>:BANdwidth:ACTUal?
- S<x>_CH<x>:CLIPping?
- S<x>_CH<x>:COUPling {AC|DC|DCREJ}
- S<x>_CH<x>:COUPling?
- S<x>_CH<x>:DESKew <NR3>
- S<x>_CH<x>:DESKew?
- S<x>_CH<x>:LABel:COLor <QString>
- S<x>_CH<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
- S<x>_CH<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
- S<x>_CH<x>:LABel:FONT:SIZE <NR1>
- S<x>_CH<x>:LABel:FONT:TYPE <QString>
- S<x>_CH<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
- S<x>_CH<x>:LABel:NAMe <QString>
- S<x>_CH<x>:LABel:NAMe?
- S<x>_CH<x>:LABel:XPOS <NR3>
- S<x>_CH<x>:LABel:XPOS?
- S<x>_CH<x>:LABel:YPOS <NR3>
- S<x>_CH<x>:LABel:YPOS?
- S<x>_CH<x>:OFFSet <NR3>
- S<x>_CH<x>:OFFSet?
- S<x>_CH<x>:POSition <NR1>
- S<x>_CH<x>:SCAle <NR3>
SItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The S<x> command tree.
Usage
- Using the
.query()method will send theS<x>?query. - Using the
.verify(value)method will send theS<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheS<x>_CH<x>command tree.
ch
property
¶
ch: dict[int, SItemChannel]
Return the S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>?query. - Using the
.verify(value)method will send theS<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bandwidth: TheS<x>_CH<x>:BANdwidthcommand tree..clipping: TheS<x>_CH<x>:CLIPpingcommand..coupling: TheS<x>_CH<x>:COUPlingcommand..deskew: TheS<x>_CH<x>:DESKewcommand..label: TheS<x>_CH<x>:LABelcommand tree..offset: TheS<x>_CH<x>:OFFSetcommand..position: TheS<x>_CH<x>:POSitioncommand..scale: TheS<x>_CH<x>:SCAlecommand.
SItemChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>?query. - Using the
.verify(value)method will send theS<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bandwidth: TheS<x>_CH<x>:BANdwidthcommand tree..clipping: TheS<x>_CH<x>:CLIPpingcommand..coupling: TheS<x>_CH<x>:COUPlingcommand..deskew: TheS<x>_CH<x>:DESKewcommand..label: TheS<x>_CH<x>:LABelcommand tree..offset: TheS<x>_CH<x>:OFFSetcommand..position: TheS<x>_CH<x>:POSitioncommand..scale: TheS<x>_CH<x>:SCAlecommand.
bandwidth
property
¶
bandwidth: SItemChannelBandwidth
Return the S<x>_CH<x>:BANdwidth command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:BANdwidth?query. - Using the
.verify(value)method will send theS<x>_CH<x>:BANdwidth?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.actual: TheS<x>_CH<x>:BANdwidth:ACTUalcommand.
clipping
property
¶
clipping: SItemChannelClipping
Return the S<x>_CH<x>:CLIPping command.
Description
- Queries whether the specified remote scope channel’s input signal is clipping (exceeding) the channel A/D converter range. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:CLIPping?query. - Using the
.verify(value)method will send theS<x>_CH<x>:CLIPping?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- S<x>_CH<x>:CLIPping?
coupling
property
¶
coupling: SItemChannelCoupling
Return the S<x>_CH<x>:COUPling command.
Description
- This command sets or queries the input coupling setting for the specified remote scope analog channel. The remote scope and the channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:COUPling?query. - Using the
.verify(value)method will send theS<x>_CH<x>:COUPling?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:COUPling valuecommand.
SCPI Syntax
- S<x>_CH<x>:COUPling {AC|DC|DCREJ}
- S<x>_CH<x>:COUPling?
Info
ACsets the specified channel to AC coupling.DCsets the specified channel to DC coupling.DCREJectsets DC Reject coupling when probes are attached that support that feature.
deskew
property
¶
deskew: SItemChannelDeskew
Return the S<x>_CH<x>:DESKew command.
Description
- This command sets or queries the horizontal deskew time for the specified channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:DESKew?query. - Using the
.verify(value)method will send theS<x>_CH<x>:DESKew?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:DESKew valuecommand.
SCPI Syntax
- S<x>_CH<x>:DESKew <NR3>
- S<x>_CH<x>:DESKew?
Info
<NR3>is the deskew time for this channel, ranging from -125 ns to +125 ns with a resolution of 40 ps. Out-of-range values are clipped.
label
property
¶
label: SItemChannelLabel
Return the S<x>_CH<x>:LABel command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.color: TheS<x>_CH<x>:LABel:COLorcommand..font: TheS<x>_CH<x>:LABel:FONTcommand tree..name: TheS<x>_CH<x>:LABel:NAMecommand..xpos: TheS<x>_CH<x>:LABel:XPOScommand..ypos: TheS<x>_CH<x>:LABel:YPOScommand.
offset
property
¶
offset: SItemChannelOffset
Return the S<x>_CH<x>:OFFSet command.
Description
- This command sets or queries the vertical offset for the specified remote scope analog channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:OFFSet?query. - Using the
.verify(value)method will send theS<x>_CH<x>:OFFSet?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:OFFSet valuecommand.
SCPI Syntax
- S<x>_CH<x>:OFFSet <NR3>
- S<x>_CH<x>:OFFSet?
Info
<NR3>is the offset value for the specified remote scope analog channel.
position
property
¶
position: SItemChannelPosition
Return the S<x>_CH<x>:POSition command.
Description
- This command sets or queries the vertical position for the specified analog channel. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:POSition valuecommand.
SCPI Syntax
- S<x>_CH<x>:POSition <NR1>
Info
<NR1>is the vertical position for the specified analog channel.
scale
property
¶
scale: SItemChannelScale
Return the S<x>_CH<x>:SCAle command.
Description
- This command sets or returns the vertical scale for the specified remote scope analog channel. The remote scope and the channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:SCAle valuecommand.
SCPI Syntax
- S<x>_CH<x>:SCAle <NR3>
Info
<NR3>is the vertical scale for the specified analog channel.
SItemChannelBandwidth
¶
Bases: SCPICmdRead
The S<x>_CH<x>:BANdwidth command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:BANdwidth?query. - Using the
.verify(value)method will send theS<x>_CH<x>:BANdwidth?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.actual: TheS<x>_CH<x>:BANdwidth:ACTUalcommand.
actual
property
¶
actual: SItemChannelBandwidthActual
Return the S<x>_CH<x>:BANdwidth:ACTUal command.
Description
- Queries whether the actual bandwidth of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:BANdwidth:ACTUal?query. - Using the
.verify(value)method will send theS<x>_CH<x>:BANdwidth:ACTUal?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- S<x>_CH<x>:BANdwidth:ACTUal?
SItemChannelBandwidthActual
¶
Bases: SCPICmdRead
The S<x>_CH<x>:BANdwidth:ACTUal command.
Description
- Queries whether the actual bandwidth of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:BANdwidth:ACTUal?query. - Using the
.verify(value)method will send theS<x>_CH<x>:BANdwidth:ACTUal?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- S<x>_CH<x>:BANdwidth:ACTUal?
SItemChannelClipping
¶
Bases: SCPICmdRead
The S<x>_CH<x>:CLIPping command.
Description
- Queries whether the specified remote scope channel’s input signal is clipping (exceeding) the channel A/D converter range. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:CLIPping?query. - Using the
.verify(value)method will send theS<x>_CH<x>:CLIPping?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- S<x>_CH<x>:CLIPping?
SItemChannelCoupling
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:COUPling command.
Description
- This command sets or queries the input coupling setting for the specified remote scope analog channel. The remote scope and the channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:COUPling?query. - Using the
.verify(value)method will send theS<x>_CH<x>:COUPling?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:COUPling valuecommand.
SCPI Syntax
- S<x>_CH<x>:COUPling {AC|DC|DCREJ}
- S<x>_CH<x>:COUPling?
Info
ACsets the specified channel to AC coupling.DCsets the specified channel to DC coupling.DCREJectsets DC Reject coupling when probes are attached that support that feature.
SItemChannelDeskew
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:DESKew command.
Description
- This command sets or queries the horizontal deskew time for the specified channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:DESKew?query. - Using the
.verify(value)method will send theS<x>_CH<x>:DESKew?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:DESKew valuecommand.
SCPI Syntax
- S<x>_CH<x>:DESKew <NR3>
- S<x>_CH<x>:DESKew?
Info
<NR3>is the deskew time for this channel, ranging from -125 ns to +125 ns with a resolution of 40 ps. Out-of-range values are clipped.
SItemChannelLabel
¶
Bases: SCPICmdRead
The S<x>_CH<x>:LABel command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.color: TheS<x>_CH<x>:LABel:COLorcommand..font: TheS<x>_CH<x>:LABel:FONTcommand tree..name: TheS<x>_CH<x>:LABel:NAMecommand..xpos: TheS<x>_CH<x>:LABel:XPOScommand..ypos: TheS<x>_CH<x>:LABel:YPOScommand.
color
property
¶
color: SItemChannelLabelColor
Return the S<x>_CH<x>:LABel:COLor command.
Description
- This command sets or queries the color of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:COLor valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:COLor <QString>
Info
<QString>is the label color. To return the color to the default color, send an empty string as in this example:S1_CH5:LABEL:COLOR‘’.
font
property
¶
font: SItemChannelLabelFont
Return the S<x>_CH<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:FONT?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bold: TheS<x>_CH<x>:LABel:FONT:BOLDcommand..italic: TheS<x>_CH<x>:LABel:FONT:ITALiccommand..size: TheS<x>_CH<x>:LABel:FONT:SIZEcommand..type: TheS<x>_CH<x>:LABel:FONT:TYPEcommand..underline: TheS<x>_CH<x>:LABel:FONT:UNDERlinecommand.
name
property
¶
name: SItemChannelLabelName
Return the S<x>_CH<x>:LABel:NAMe command.
Description
- This command sets or queries the label attached to the displayed waveform for the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:NAMe valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:NAMe <QString>
- S<x>_CH<x>:LABel:NAMe?
Info
<QString>is an alphanumeric character string, ranging from 1 through 32 characters in length.
xpos
property
¶
xpos: SItemChannelLabelXpos
Return the S<x>_CH<x>:LABel:XPOS command.
Description
- This command sets or queries the X-position of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:XPOS valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:XPOS <NR3>
- S<x>_CH<x>:LABel:XPOS?
Info
<NR3>is the location (in pixels) where the waveform label for the selected channel is displayed, relative to the left edge of the screen.
ypos
property
¶
ypos: SItemChannelLabelYpos
Return the S<x>_CH<x>:LABel:YPOS command.
Description
- This command sets or queries the Y-position of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:YPOS valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:YPOS <NR3>
- S<x>_CH<x>:LABel:YPOS?
Info
<NR3>is the location (in pixels) where the waveform label for the selected channel is displayed, relative to the baseline of the waveform. Positive values are above the baseline and negative values are below.
SItemChannelLabelColor
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:COLor command.
Description
- This command sets or queries the color of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:COLor valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:COLor <QString>
Info
<QString>is the label color. To return the color to the default color, send an empty string as in this example:S1_CH5:LABEL:COLOR‘’.
SItemChannelLabelFont
¶
Bases: SCPICmdRead
The S<x>_CH<x>:LABel:FONT command tree.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:FONT?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:FONT?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bold: TheS<x>_CH<x>:LABel:FONT:BOLDcommand..italic: TheS<x>_CH<x>:LABel:FONT:ITALiccommand..size: TheS<x>_CH<x>:LABel:FONT:SIZEcommand..type: TheS<x>_CH<x>:LABel:FONT:TYPEcommand..underline: TheS<x>_CH<x>:LABel:FONT:UNDERlinecommand.
bold
property
¶
Return the S<x>_CH<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
italic
property
¶
italic: SItemChannelLabelFontItalic
Return the S<x>_CH<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
size
property
¶
Return the S<x>_CH<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:SIZE <NR1>
Info
<NR1>is the font size.
type
property
¶
Return the S<x>_CH<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified remote scope channel label, such as Arial or Times New Roman. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:TYPE <QString>
Info
<QString>is the specified font type.
underline
property
¶
underline: SItemChannelLabelFontUnderline
Return the S<x>_CH<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified channel label. The channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
Info
OFFargument turns off underlined font.ONargument turns on underlined font.<NR1>= 0 turns off underlined font; any other value turns on underlined font.
SItemChannelLabelFontBold
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:FONT:BOLD command.
Description
- This command sets or queries the bold state of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:BOLD valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
Info
OFFargument turns off bold font.ONargument turns on bold font.<NR1>= 0 turns off bold font; any other value turns on bold font.
SItemChannelLabelFontItalic
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:FONT:ITALic command.
Description
- This command sets or queries the italic state of the specified remote scope channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:ITALic valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
Info
OFFargument turns off italic font.ONargument turns on italic font.<NR1>= 0 turns off italic font; any other value turns on italic font.
SItemChannelLabelFontSize
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:FONT:SIZE command.
Description
- This command sets or queries the font size of the specified channel label. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:SIZE valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:SIZE <NR1>
Info
<NR1>is the font size.
SItemChannelLabelFontType
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:FONT:TYPE command.
Description
- This command sets or queries the font type of the specified remote scope channel label, such as Arial or Times New Roman. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:TYPE valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:TYPE <QString>
Info
<QString>is the specified font type.
SItemChannelLabelFontUnderline
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:LABel:FONT:UNDERline command.
Description
- This command sets or queries the underline state of the specified channel label. The channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:LABel:FONT:UNDERline valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
Info
OFFargument turns off underlined font.ONargument turns on underlined font.<NR1>= 0 turns off underlined font; any other value turns on underlined font.
SItemChannelLabelName
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:LABel:NAMe command.
Description
- This command sets or queries the label attached to the displayed waveform for the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:NAMe?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:NAMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:NAMe valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:NAMe <QString>
- S<x>_CH<x>:LABel:NAMe?
Info
<QString>is an alphanumeric character string, ranging from 1 through 32 characters in length.
SItemChannelLabelXpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:LABel:XPOS command.
Description
- This command sets or queries the X-position of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:XPOS?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:XPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:XPOS valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:XPOS <NR3>
- S<x>_CH<x>:LABel:XPOS?
Info
<NR3>is the location (in pixels) where the waveform label for the selected channel is displayed, relative to the left edge of the screen.
SItemChannelLabelYpos
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:LABel:YPOS command.
Description
- This command sets or queries the Y-position of the specified remote scope channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:LABel:YPOS?query. - Using the
.verify(value)method will send theS<x>_CH<x>:LABel:YPOS?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:LABel:YPOS valuecommand.
SCPI Syntax
- S<x>_CH<x>:LABel:YPOS <NR3>
- S<x>_CH<x>:LABel:YPOS?
Info
<NR3>is the location (in pixels) where the waveform label for the selected channel is displayed, relative to the baseline of the waveform. Positive values are above the baseline and negative values are below.
SItemChannelOffset
¶
Bases: SCPICmdWrite, SCPICmdRead
The S<x>_CH<x>:OFFSet command.
Description
- This command sets or queries the vertical offset for the specified remote scope analog channel. The remote scope and channel is specified by x.
Usage
- Using the
.query()method will send theS<x>_CH<x>:OFFSet?query. - Using the
.verify(value)method will send theS<x>_CH<x>:OFFSet?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theS<x>_CH<x>:OFFSet valuecommand.
SCPI Syntax
- S<x>_CH<x>:OFFSet <NR3>
- S<x>_CH<x>:OFFSet?
Info
<NR3>is the offset value for the specified remote scope analog channel.
SItemChannelPosition
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:POSition command.
Description
- This command sets or queries the vertical position for the specified analog channel. The remote scope and channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:POSition valuecommand.
SCPI Syntax
- S<x>_CH<x>:POSition <NR1>
Info
<NR1>is the vertical position for the specified analog channel.
SItemChannelScale
¶
Bases: SCPICmdWrite
The S<x>_CH<x>:SCAle command.
Description
- This command sets or returns the vertical scale for the specified remote scope analog channel. The remote scope and the channel is specified by x.
Usage
- Using the
.write(value)method will send theS<x>_CH<x>:SCAle valuecommand.
SCPI Syntax
- S<x>_CH<x>:SCAle <NR3>
Info
<NR3>is the vertical scale for the specified analog channel.