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 the S<x>? query.
  • Using the .verify(value) method will send the S<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .ch: The S<x>_CH<x> command tree.

ch property

Return the S<x>_CH<x> command tree.

Usage
  • Using the .query() method will send the S<x>_CH<x>? query.
  • Using the .verify(value) method will send the S<x>_CH<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bandwidth: The S<x>_CH<x>:BANdwidth command tree.
  • .clipping: The S<x>_CH<x>:CLIPping command.
  • .coupling: The S<x>_CH<x>:COUPling command.
  • .deskew: The S<x>_CH<x>:DESKew command.
  • .label: The S<x>_CH<x>:LABel command tree.
  • .offset: The S<x>_CH<x>:OFFSet command.
  • .position: The S<x>_CH<x>:POSition command.
  • .scale: The S<x>_CH<x>:SCAle command.

SItemChannel

Bases: ValidatedChannel, SCPICmdRead

The S<x>_CH<x> command tree.

Usage
  • Using the .query() method will send the S<x>_CH<x>? query.
  • Using the .verify(value) method will send the S<x>_CH<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bandwidth: The S<x>_CH<x>:BANdwidth command tree.
  • .clipping: The S<x>_CH<x>:CLIPping command.
  • .coupling: The S<x>_CH<x>:COUPling command.
  • .deskew: The S<x>_CH<x>:DESKew command.
  • .label: The S<x>_CH<x>:LABel command tree.
  • .offset: The S<x>_CH<x>:OFFSet command.
  • .position: The S<x>_CH<x>:POSition command.
  • .scale: The S<x>_CH<x>:SCAle command.

bandwidth property

Return the S<x>_CH<x>:BANdwidth command tree.

Usage
  • Using the .query() method will send the S<x>_CH<x>:BANdwidth? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:BANdwidth? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .actual: The S<x>_CH<x>:BANdwidth:ACTUal command.

clipping property

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 the S<x>_CH<x>:CLIPping? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:CLIPping? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- S<x>_CH<x>:CLIPping?

coupling property

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 the S<x>_CH<x>:COUPling? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:COUPling? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:COUPling value command.
SCPI Syntax
- S<x>_CH<x>:COUPling {AC|DC|DCREJ}
- S<x>_CH<x>:COUPling?
Info
  • AC sets the specified channel to AC coupling.
  • DC sets the specified channel to DC coupling.
  • DCREJect sets DC Reject coupling when probes are attached that support that feature.

deskew property

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 the S<x>_CH<x>:DESKew? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:DESKew? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:DESKew value command.
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

Return the S<x>_CH<x>:LABel command tree.

Usage
  • Using the .query() method will send the S<x>_CH<x>:LABel? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .color: The S<x>_CH<x>:LABel:COLor command.
  • .font: The S<x>_CH<x>:LABel:FONT command tree.
  • .name: The S<x>_CH<x>:LABel:NAMe command.
  • .xpos: The S<x>_CH<x>:LABel:XPOS command.
  • .ypos: The S<x>_CH<x>:LABel:YPOS command.

offset property

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 the S<x>_CH<x>:OFFSet? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:OFFSet? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:OFFSet value command.
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

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 the S<x>_CH<x>:POSition value command.
SCPI Syntax
- S<x>_CH<x>:POSition <NR1>
Info
  • <NR1> is the vertical position for the specified analog channel.

scale property

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 the S<x>_CH<x>:SCAle value command.
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 the S<x>_CH<x>:BANdwidth? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:BANdwidth? query and raise an AssertionError if the returned value does not match value.
Properties
  • .actual: The S<x>_CH<x>:BANdwidth:ACTUal command.

actual property

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 the S<x>_CH<x>:BANdwidth:ACTUal? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:BANdwidth:ACTUal? query and raise an AssertionError if the returned value does not match value.
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 the S<x>_CH<x>:BANdwidth:ACTUal? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:BANdwidth:ACTUal? query and raise an AssertionError if the returned value does not match value.
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 the S<x>_CH<x>:CLIPping? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:CLIPping? query and raise an AssertionError if the returned value does not match value.
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 the S<x>_CH<x>:COUPling? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:COUPling? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:COUPling value command.
SCPI Syntax
- S<x>_CH<x>:COUPling {AC|DC|DCREJ}
- S<x>_CH<x>:COUPling?
Info
  • AC sets the specified channel to AC coupling.
  • DC sets the specified channel to DC coupling.
  • DCREJect sets 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 the S<x>_CH<x>:DESKew? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:DESKew? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:DESKew value command.
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 the S<x>_CH<x>:LABel? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel? query and raise an AssertionError if the returned value does not match value.
Properties
  • .color: The S<x>_CH<x>:LABel:COLor command.
  • .font: The S<x>_CH<x>:LABel:FONT command tree.
  • .name: The S<x>_CH<x>:LABel:NAMe command.
  • .xpos: The S<x>_CH<x>:LABel:XPOS command.
  • .ypos: The S<x>_CH<x>:LABel:YPOS command.

color property

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 the S<x>_CH<x>:LABel:COLor value command.
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

Return the S<x>_CH<x>:LABel:FONT command tree.

Usage
  • Using the .query() method will send the S<x>_CH<x>:LABel:FONT? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bold: The S<x>_CH<x>:LABel:FONT:BOLD command.
  • .italic: The S<x>_CH<x>:LABel:FONT:ITALic command.
  • .size: The S<x>_CH<x>:LABel:FONT:SIZE command.
  • .type: The S<x>_CH<x>:LABel:FONT:TYPE command.
  • .underline: The S<x>_CH<x>:LABel:FONT:UNDERline command.

name property

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 the S<x>_CH<x>:LABel:NAMe? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:NAMe value command.
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

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 the S<x>_CH<x>:LABel:XPOS? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:XPOS value command.
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

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 the S<x>_CH<x>:LABel:YPOS? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:YPOS value command.
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 the S<x>_CH<x>:LABel:COLor value command.
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 the S<x>_CH<x>:LABel:FONT? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:FONT? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bold: The S<x>_CH<x>:LABel:FONT:BOLD command.
  • .italic: The S<x>_CH<x>:LABel:FONT:ITALic command.
  • .size: The S<x>_CH<x>:LABel:FONT:SIZE command.
  • .type: The S<x>_CH<x>:LABel:FONT:TYPE command.
  • .underline: The S<x>_CH<x>:LABel:FONT:UNDERline command.

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 the S<x>_CH<x>:LABel:FONT:BOLD value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
Info
  • OFF argument turns off bold font.
  • ON argument turns on bold font.
  • <NR1> = 0 turns off bold font; any other value turns on bold font.

italic property

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 the S<x>_CH<x>:LABel:FONT:ITALic value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
Info
  • OFF argument turns off italic font.
  • ON argument 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 the S<x>_CH<x>:LABel:FONT:SIZE value command.
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 the S<x>_CH<x>:LABel:FONT:TYPE value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:TYPE <QString>
Info
  • <QString> is the specified font type.

underline property

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 the S<x>_CH<x>:LABel:FONT:UNDERline value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
Info
  • OFF argument turns off underlined font.
  • ON argument 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 the S<x>_CH<x>:LABel:FONT:BOLD value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:BOLD {ON|OFF|<NR1>}
Info
  • OFF argument turns off bold font.
  • ON argument 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 the S<x>_CH<x>:LABel:FONT:ITALic value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:ITALic {ON|OFF|<NR1>}
Info
  • OFF argument turns off italic font.
  • ON argument 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 the S<x>_CH<x>:LABel:FONT:SIZE value command.
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 the S<x>_CH<x>:LABel:FONT:TYPE value command.
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 the S<x>_CH<x>:LABel:FONT:UNDERline value command.
SCPI Syntax
- S<x>_CH<x>:LABel:FONT:UNDERline {ON|OFF|<NR1>}
Info
  • OFF argument turns off underlined font.
  • ON argument 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 the S<x>_CH<x>:LABel:NAMe? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:NAMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:NAMe value command.
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 the S<x>_CH<x>:LABel:XPOS? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:XPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:XPOS value command.
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 the S<x>_CH<x>:LABel:YPOS? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:LABel:YPOS? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:LABel:YPOS value command.
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 the S<x>_CH<x>:OFFSet? query.
  • Using the .verify(value) method will send the S<x>_CH<x>:OFFSet? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the S<x>_CH<x>:OFFSet value command.
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 the S<x>_CH<x>:POSition value command.
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 the S<x>_CH<x>:SCAle value command.
SCPI Syntax
- S<x>_CH<x>:SCAle <NR3>
Info
  • <NR3> is the vertical scale for the specified analog channel.