remote

The remote 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
- REMOTE:ACQMethod {CONTINuous|SINGLE|SEQuence}
- REMOTE:ACQMethod?
- REMOTE:ACQStatus?
- REMOTE:ACQUIRE <NR1>
- REMOTE:ADDNew <Qstring>
- REMOTE:COMMInter {Visa|Socket}
- REMOTE:COMMInter?
- REMOTE:CONTROL <NR1>
- REMOTE:CONTROL?
- REMOTE:DELEte <Qstring>
- REMOTE:LOGGING {START|PAUSE|STOP}
- REMOTE:LOGGING?
- REMOTE:NUMACq?
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold?
- REMOTE:S<x>_CH<x>:PROBETYPE?
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall {ON|OFF|<NR1>}
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?
- REMOTE:S<x>_CH<x>:STAte <NR1>
- REMOTE:S<x>_CH<x>:STAte?
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency <NR3>
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency?
- REMOTE:S<x>_CH<x>:SV:POSition <NR3>
- REMOTE:S<x>_CH<x>:SV:POSition?
- REMOTE:S<x>_CH<x>:SV:STARTFrequency?
- REMOTE:S<x>_CH<x>:SV:STATE {ON|OFF}
- REMOTE:S<x>_CH<x>:SV:STATE?
- REMOTE:S<x>_CH<x>:SV:STOPFrequency?
- REMOTE:S<x>_DCH<x>:D<x>:THReshold <NR3>
- REMOTE:S<x>_DCH<x>:D<x>:THReshold?
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold <NR3>
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold?
- REMOTE:S<x>_DCH<x>:SELect:DAll {ON|OFF|<NR1>}
- REMOTE:S<x>_DCH<x>:SELect:DAll?
- REMOTE:SCOPe<x>:BANDWidth?
- REMOTE:SCOPe<x>:CONNECT <NR1>
- REMOTE:SCOPe<x>:CONNECTIONMessage?
- REMOTE:SCOPe<x>:CONNECTIONState?
- REMOTE:SCOPe<x>:DISCONNECT
- REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?
- REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?
- REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?
- REMOTE:SCOPe<x>:IPADDress <Qstring>
- REMOTE:SCOPe<x>:IPADDress?
- REMOTE:SCOPe<x>:MODELname?
- REMOTE:SCOPe<x>:PORT <NR1>
- REMOTE:SCOPe<x>:PORT?
- REMOTE:SCOPe<x>:SYNC <NR1>
- REMOTE:SCOPe<x>:State?
- REMOTE:SCOPe<x>:VISACONNectiontype {Network|USB}
- REMOTE:SCOPe<x>:VISACONNectiontype?
- REMOTE:SEQuence:CURrent?
- REMOTE:SEQuence:NUMSEQuence <NR1>
- REMOTE:SEQuence:NUMSEQuence?
- REMOTE:SV:RBW <NR3>
- REMOTE:SV:RBW?
- REMOTE:SV:RBWMode {AUTOmatic|MANual}
- REMOTE:SV:RBWMode?
- REMOTE:SV:SPAN <NR3>
- REMOTE:SV:SPAN?
- REMOTE:SV:SPANRBWRatio <NR3>
- REMOTE:SV:SPANRBWRatio?
- REMOTE:SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- REMOTE:SV:WINDOW?
- REMOTE:USBDEscriptors {Usb<x>}
- REMOTE:USBDEscriptors?

Remote

Bases: SCPICmdRead

The REMOTE command tree.

Usage
  • Using the .query() method will send the REMOTE? query.
  • Using the .verify(value) method will send the REMOTE? query and raise an AssertionError if the returned value does not match value.
Properties
  • .acqmethod: The REMOTE:ACQMethod command.
  • .acqstatus: The REMOTE:ACQStatus command.
  • .acquire: The REMOTE:ACQUIRE command.
  • .addnew: The REMOTE:ADDNew command.
  • .comminter: The REMOTE:COMMInter command.
  • .control: The REMOTE:CONTROL command.
  • .delete: The REMOTE:DELEte command.
  • .logging: The REMOTE:LOGGING command.
  • .numacq: The REMOTE:NUMACq command.
  • .s: The REMOTE:S<x> command tree.
  • .scope: The REMOTE:SCOPe<x> command tree.
  • .sequence: The REMOTE:SEQuence command tree.
  • .sv: The REMOTE:SV command tree.
  • .usbdescriptors: The REMOTE:USBDEscriptors command.

acqmethod property

acqmethod: RemoteAcqmethod

Return the REMOTE:ACQMethod command.

Description
  • This command sets or queries whether the instrument continually acquires acquisitions or acquires a single sequence.
Usage
  • Using the .query() method will send the REMOTE:ACQMethod? query.
  • Using the .verify(value) method will send the REMOTE:ACQMethod? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:ACQMethod value command.
SCPI Syntax
- REMOTE:ACQMethod {CONTINuous|SINGLE|SEQuence}
- REMOTE:ACQMethod?
Info
  • CONTINuous specifies that the instrument will continually acquire data if :REMOTE:RUNStop is set to RUN.
  • SINGLE specifies that the next acquisition will be a single-sequence acquisition if :REMOTE:RUNStop is set to RUN.
  • SEQuence specifies that the next acquisition will bea single-sequence acquisition if REMOTE:ACQUIRE is set to 1.

acqstatus property

acqstatus: RemoteAcqstatus

Return the REMOTE:ACQStatus command.

Description
  • This command queries the status of the remote scope acquisition.
Usage
  • Using the .query() method will send the REMOTE:ACQStatus? query.
  • Using the .verify(value) method will send the REMOTE:ACQStatus? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:ACQStatus?

acquire property

acquire: RemoteAcquire

Return the REMOTE:ACQUIRE command.

Description
  • This command acquires a single sequence on the specified remote Scope.
Usage
  • Using the .write(value) method will send the REMOTE:ACQUIRE value command.
SCPI Syntax
- REMOTE:ACQUIRE <NR1>
Info
  • <NR1> specifies the Remote Scope.

addnew property

addnew: RemoteAddnew

Return the REMOTE:ADDNew command.

Description
  • This command adds the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:ADDNew value command.
SCPI Syntax
- REMOTE:ADDNew <Qstring>
Info
  • <Qstring> is the remote scope to add. The argument is of the form ‘Scope’ where NR1 ≥ 1.

comminter property

comminter: RemoteComminter

Return the REMOTE:COMMInter command.

Description
  • This command sets or queries communication Interface for remote connection.
Usage
  • Using the .query() method will send the REMOTE:COMMInter? query.
  • Using the .verify(value) method will send the REMOTE:COMMInter? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:COMMInter value command.
SCPI Syntax
- REMOTE:COMMInter {Visa|Socket}
- REMOTE:COMMInter?
Info
  • Visa sets the remote communication interface to Visa.
  • Socket sets the remote communication interface to Socket.

control property

control: RemoteControl

Return the REMOTE:CONTROL command.

Description
  • This command sets or queries control the settings on the remote scope.
Usage
  • Using the .query() method will send the REMOTE:CONTROL? query.
  • Using the .verify(value) method will send the REMOTE:CONTROL? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:CONTROL value command.
SCPI Syntax
- REMOTE:CONTROL <NR1>
- REMOTE:CONTROL?
Info
  • <NR1> sets the control to 0 or 1. 0 sets the remote control to off. 1 sets the remote control to on.

delete property

delete: RemoteDelete

Return the REMOTE:DELEte command.

Description
  • This command delete the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:DELEte value command.
SCPI Syntax
- REMOTE:DELEte <Qstring>
Info
  • <Qstring> is the remote scope to delete. The argument is of the form ‘Scope’ where NR1 ≥ 1.

logging property

logging: RemoteLogging

Return the REMOTE:LOGGING command.

Description
  • This command sets or queries the act on event data logging feature.
Usage
  • Using the .query() method will send the REMOTE:LOGGING? query.
  • Using the .verify(value) method will send the REMOTE:LOGGING? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:LOGGING value command.
SCPI Syntax
- REMOTE:LOGGING {START|PAUSE|STOP}
- REMOTE:LOGGING?
Info
  • START specifies that the act on event data logging feature is started, if REMOTE:ACQStatus is set to Acquire.
  • PAUSE specifies that the act on event data logging feature is paused.
  • STOP specifies that the act on event data logging feature is stopped.

numacq property

numacq: RemoteNumacq

Return the REMOTE:NUMACq command.

Description
  • This query-only command returns the number of waveform acquisitions that have occurred since the last time acquisitions were stopped.
Usage
  • Using the .query() method will send the REMOTE:NUMACq? query.
  • Using the .verify(value) method will send the REMOTE:NUMACq? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:NUMACq?

s property

Return the REMOTE:S<x> command tree.

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

scope property

Return the REMOTE:SCOPe<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Sub-properties
  • .bandwidth: The REMOTE:SCOPe<x>:BANDWidth command.
  • .connect: The REMOTE:SCOPe<x>:CONNECT command.
  • .connectionmessage: The REMOTE:SCOPe<x>:CONNECTIONMessage command.
  • .connectionstate: The REMOTE:SCOPe<x>:CONNECTIONState command.
  • .disconnect: The REMOTE:SCOPe<x>:DISCONNECT command.
  • .horizontal: The REMOTE:SCOPe<x>:HORizontal command tree.
  • .ipaddress: The REMOTE:SCOPe<x>:IPADDress command.
  • .modelname: The REMOTE:SCOPe<x>:MODELname command.
  • .port: The REMOTE:SCOPe<x>:PORT command.
  • .sync: The REMOTE:SCOPe<x>:SYNC command.
  • .state: The REMOTE:SCOPe<x>:State command.
  • .visaconnectiontype: The REMOTE:SCOPe<x>:VISACONNectiontype command.

sequence property

sequence: RemoteSequence

Return the REMOTE:SEQuence command tree.

Usage
  • Using the .query() method will send the REMOTE:SEQuence? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .current: The REMOTE:SEQuence:CURrent command.
  • .numsequence: The REMOTE:SEQuence:NUMSEQuence command.

sv property

Return the REMOTE:SV command tree.

Usage
  • Using the .query() method will send the REMOTE:SV? query.
  • Using the .verify(value) method will send the REMOTE:SV? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .rbw: The REMOTE:SV:RBW command.
  • .rbwmode: The REMOTE:SV:RBWMode command.
  • .span: The REMOTE:SV:SPAN command.
  • .spanrbwratio: The REMOTE:SV:SPANRBWRatio command.
  • .window: The REMOTE:SV:WINDOW command.

usbdescriptors property

usbdescriptors: RemoteUsbdescriptors

Return the REMOTE:USBDEscriptors command.

Description
  • This command sets or queries the USB descriptors available for remote connection.
Usage
  • Using the .query() method will send the REMOTE:USBDEscriptors? query.
  • Using the .verify(value) method will send the REMOTE:USBDEscriptors? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:USBDEscriptors value command.
SCPI Syntax
- REMOTE:USBDEscriptors {Usb<x>}
- REMOTE:USBDEscriptors?
Info
  • Usb0 sets the usb address of the first specified scope.
  • Usb1 sets the usb address of the second specified scope.

RemoteAcqmethod

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:ACQMethod command.

Description
  • This command sets or queries whether the instrument continually acquires acquisitions or acquires a single sequence.
Usage
  • Using the .query() method will send the REMOTE:ACQMethod? query.
  • Using the .verify(value) method will send the REMOTE:ACQMethod? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:ACQMethod value command.
SCPI Syntax
- REMOTE:ACQMethod {CONTINuous|SINGLE|SEQuence}
- REMOTE:ACQMethod?
Info
  • CONTINuous specifies that the instrument will continually acquire data if :REMOTE:RUNStop is set to RUN.
  • SINGLE specifies that the next acquisition will be a single-sequence acquisition if :REMOTE:RUNStop is set to RUN.
  • SEQuence specifies that the next acquisition will bea single-sequence acquisition if REMOTE:ACQUIRE is set to 1.

RemoteAcqstatus

Bases: SCPICmdRead

The REMOTE:ACQStatus command.

Description
  • This command queries the status of the remote scope acquisition.
Usage
  • Using the .query() method will send the REMOTE:ACQStatus? query.
  • Using the .verify(value) method will send the REMOTE:ACQStatus? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:ACQStatus?

RemoteAcquire

Bases: SCPICmdWrite

The REMOTE:ACQUIRE command.

Description
  • This command acquires a single sequence on the specified remote Scope.
Usage
  • Using the .write(value) method will send the REMOTE:ACQUIRE value command.
SCPI Syntax
- REMOTE:ACQUIRE <NR1>
Info
  • <NR1> specifies the Remote Scope.

RemoteAddnew

Bases: SCPICmdWrite

The REMOTE:ADDNew command.

Description
  • This command adds the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:ADDNew value command.
SCPI Syntax
- REMOTE:ADDNew <Qstring>
Info
  • <Qstring> is the remote scope to add. The argument is of the form ‘Scope’ where NR1 ≥ 1.

RemoteComminter

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:COMMInter command.

Description
  • This command sets or queries communication Interface for remote connection.
Usage
  • Using the .query() method will send the REMOTE:COMMInter? query.
  • Using the .verify(value) method will send the REMOTE:COMMInter? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:COMMInter value command.
SCPI Syntax
- REMOTE:COMMInter {Visa|Socket}
- REMOTE:COMMInter?
Info
  • Visa sets the remote communication interface to Visa.
  • Socket sets the remote communication interface to Socket.

RemoteControl

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:CONTROL command.

Description
  • This command sets or queries control the settings on the remote scope.
Usage
  • Using the .query() method will send the REMOTE:CONTROL? query.
  • Using the .verify(value) method will send the REMOTE:CONTROL? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:CONTROL value command.
SCPI Syntax
- REMOTE:CONTROL <NR1>
- REMOTE:CONTROL?
Info
  • <NR1> sets the control to 0 or 1. 0 sets the remote control to off. 1 sets the remote control to on.

RemoteDelete

Bases: SCPICmdWrite

The REMOTE:DELEte command.

Description
  • This command delete the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:DELEte value command.
SCPI Syntax
- REMOTE:DELEte <Qstring>
Info
  • <Qstring> is the remote scope to delete. The argument is of the form ‘Scope’ where NR1 ≥ 1.

RemoteLogging

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:LOGGING command.

Description
  • This command sets or queries the act on event data logging feature.
Usage
  • Using the .query() method will send the REMOTE:LOGGING? query.
  • Using the .verify(value) method will send the REMOTE:LOGGING? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:LOGGING value command.
SCPI Syntax
- REMOTE:LOGGING {START|PAUSE|STOP}
- REMOTE:LOGGING?
Info
  • START specifies that the act on event data logging feature is started, if REMOTE:ACQStatus is set to Acquire.
  • PAUSE specifies that the act on event data logging feature is paused.
  • STOP specifies that the act on event data logging feature is stopped.

RemoteNumacq

Bases: SCPICmdRead

The REMOTE:NUMACq command.

Description
  • This query-only command returns the number of waveform acquisitions that have occurred since the last time acquisitions were stopped.
Usage
  • Using the .query() method will send the REMOTE:NUMACq? query.
  • Using the .verify(value) method will send the REMOTE:NUMACq? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:NUMACq?

RemoteSItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The REMOTE:S<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .ch: The REMOTE:S<x>_CH<x> command tree.
  • .dch: The REMOTE:S<x>_DCH<x> command tree.

ch property

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

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .diggrp: The REMOTE:S<x>_CH<x>:DIGGRP command tree.
  • .probetype: The REMOTE:S<x>_CH<x>:PROBETYPE command.
  • .select: The REMOTE:S<x>_CH<x>:SELect command tree.
  • .state: The REMOTE:S<x>_CH<x>:STAte command.
  • .sv: The REMOTE:S<x>_CH<x>:SV command tree.

dch property

Return the REMOTE:S<x>_DCH<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .d: The REMOTE:S<x>_DCH<x>:D<x> command tree.
  • .groupthreshold: The REMOTE:S<x>_DCH<x>:GROUP<x>THReshold command.
  • .select: The REMOTE:S<x>_DCH<x>:SELect command tree.

RemoteSItemChannel

Bases: ValidatedChannel, SCPICmdRead

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

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .diggrp: The REMOTE:S<x>_CH<x>:DIGGRP command tree.
  • .probetype: The REMOTE:S<x>_CH<x>:PROBETYPE command.
  • .select: The REMOTE:S<x>_CH<x>:SELect command tree.
  • .state: The REMOTE:S<x>_CH<x>:STAte command.
  • .sv: The REMOTE:S<x>_CH<x>:SV command tree.

diggrp property

Return the REMOTE:S<x>_CH<x>:DIGGRP command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .d: The REMOTE:S<x>_CH<x>:DIGGRP:D<x> command tree.
  • .threshold: The REMOTE:S<x>_CH<x>:DIGGRP:THReshold command.

probetype property

Return the REMOTE:S<x>_CH<x>:PROBETYPE command.

Description
  • This command returns the probe type connected to the specified channel. Remote scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:PROBETYPE? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:PROBETYPE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:PROBETYPE?

select property

Return the REMOTE:S<x>_CH<x>:SELect command tree.

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

state property

Return the REMOTE:S<x>_CH<x>:STAte command.

Description
  • This command sets or queries the state of the specified remote channel in the specified Waveform View.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:STAte? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:STAte? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:STAte value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:STAte <NR1>
- REMOTE:S<x>_CH<x>:STAte?
Info
  • S<x> indicates the remote scope.
  • CH<x> indicates the channel number associated with remote scope.
  • <NR1> sets the channel state value 0 or 1. 0 sets the channel state to false. 1 sets the channel state to true.

sv property

Return the REMOTE:S<x>_CH<x>:SV command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .centerfrequency: The REMOTE:S<x>_CH<x>:SV:CENTERFrequency command.
  • .position: The REMOTE:S<x>_CH<x>:SV:POSition command.
  • .startfrequency: The REMOTE:S<x>_CH<x>:SV:STARTFrequency command.
  • .state: The REMOTE:S<x>_CH<x>:SV:STATE command.
  • .stopfrequency: The REMOTE:S<x>_CH<x>:SV:STOPFrequency command.

RemoteSItemChannelDiggrp

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:DIGGRP command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP? query and raise an AssertionError if the returned value does not match value.
Properties
  • .d: The REMOTE:S<x>_CH<x>:DIGGRP:D<x> command tree.
  • .threshold: The REMOTE:S<x>_CH<x>:DIGGRP:THReshold command.

d property

Return the REMOTE:S<x>_CH<x>:DIGGRP:D<x> command tree.

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

threshold property

Return the REMOTE:S<x>_CH<x>:DIGGRP:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified remote scope channel. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold?
Info
  • <NR3> is the threshold level in volts for the specified remote scope digital channel.

RemoteSItemChannelDiggrpDigitalBit

Bases: ValidatedDigitalBit, SCPICmdRead

The REMOTE:S<x>_CH<x>:DIGGRP:D<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .threshold: The REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold command.

threshold property

Return the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified digital channel. If the source channel doesn’t exist, a hardware missing error event is set. The scope, channel, and digital channel bit number (0-7) are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?
Info
  • <NR3> is the threshold level in volts for the specified digital channel.

RemoteSItemChannelDiggrpDigitalBitThreshold

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified digital channel. If the source channel doesn’t exist, a hardware missing error event is set. The scope, channel, and digital channel bit number (0-7) are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?
Info
  • <NR3> is the threshold level in volts for the specified digital channel.

RemoteSItemChannelDiggrpThreshold

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:DIGGRP:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified remote scope channel. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:DIGGRP:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold <NR3>
- REMOTE:S<x>_CH<x>:DIGGRP:THReshold?
Info
  • <NR3> is the threshold level in volts for the specified remote scope digital channel.

RemoteSItemChannelProbetype

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:PROBETYPE command.

Description
  • This command returns the probe type connected to the specified channel. Remote scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:PROBETYPE? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:PROBETYPE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:PROBETYPE?

RemoteSItemChannelSelect

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:SELect command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SELect? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SELect? query and raise an AssertionError if the returned value does not match value.
Properties
  • .diggrp: The REMOTE:S<x>_CH<x>:SELect:DIGGRP command tree.

diggrp property

Return the REMOTE:S<x>_CH<x>:SELect:DIGGRP command tree.

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

RemoteSItemChannelSelectDiggrp

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:SELect:DIGGRP command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP? query and raise an AssertionError if the returned value does not match value.
Properties
  • .dall: The REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall command.

dall property

Return the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall command.

Description
  • This command sets or queries the display state of the specified digital channel in the specified Waveform View. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall {ON|OFF|<NR1>}
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?
Info
  • <NR1> sets the display state. 0 disables the display of the specified channels on the specified Waveform View; any other value turns this feature on.
  • OFF disables the display of the specified channels on the specified Waveform View.
  • ON enables the display of the specified channels on the specified Waveform View.

RemoteSItemChannelSelectDiggrpDall

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall command.

Description
  • This command sets or queries the display state of the specified digital channel in the specified Waveform View. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall {ON|OFF|<NR1>}
- REMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?
Info
  • <NR1> sets the display state. 0 disables the display of the specified channels on the specified Waveform View; any other value turns this feature on.
  • OFF disables the display of the specified channels on the specified Waveform View.
  • ON enables the display of the specified channels on the specified Waveform View.

RemoteSItemChannelState

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:STAte command.

Description
  • This command sets or queries the state of the specified remote channel in the specified Waveform View.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:STAte? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:STAte? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:STAte value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:STAte <NR1>
- REMOTE:S<x>_CH<x>:STAte?
Info
  • S<x> indicates the remote scope.
  • CH<x> indicates the channel number associated with remote scope.
  • <NR1> sets the channel state value 0 or 1. 0 sets the channel state to false. 1 sets the channel state to true.

RemoteSItemChannelSv

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:SV command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV? query and raise an AssertionError if the returned value does not match value.
Properties
  • .centerfrequency: The REMOTE:S<x>_CH<x>:SV:CENTERFrequency command.
  • .position: The REMOTE:S<x>_CH<x>:SV:POSition command.
  • .startfrequency: The REMOTE:S<x>_CH<x>:SV:STARTFrequency command.
  • .state: The REMOTE:S<x>_CH<x>:SV:STATE command.
  • .stopfrequency: The REMOTE:S<x>_CH<x>:SV:STOPFrequency command.

centerfrequency property

Return the REMOTE:S<x>_CH<x>:SV:CENTERFrequency command.

Description
  • This command sets or queries the center frequency of the specified spectrum trace channel for Spectrum View. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency <NR3>
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency?
Info
  • <NR3> specifies the spectrum trace center frequency for the specified channel, in hertz. The range of values is 0.0 to the maximum licensed bandwidth of the instrument.

position property

Return the REMOTE:S<x>_CH<x>:SV:POSition command.

Description
  • This command sets or queries the Spectrum Time setting of the specified spectrum trace channel in the Spectrum View. Remote scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:POSition? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:POSition? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:POSition value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:POSition <NR3>
- REMOTE:S<x>_CH<x>:SV:POSition?
Info
  • <NR3> specifies the spectrum time location, as a percentage of the record length. The range of values is 0.0% to 100%.

startfrequency property

Return the REMOTE:S<x>_CH<x>:SV:STARTFrequency command.

Description
  • This command queries the start frequency of the specified spectrum trace channel in the Spectrum View window. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STARTFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STARTFrequency? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STARTFrequency?

state property

Return the REMOTE:S<x>_CH<x>:SV:STATE command.

Description
  • This command sets or queries the on/off setting of data acquisition for the specified spectrum trace channel. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STATE? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:STATE value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STATE {ON|OFF}
- REMOTE:S<x>_CH<x>:SV:STATE?
Info
  • ON enables spectrum data acquisition for the specified spectrum trace channel source.
  • OFF disables spectrum data acquisition for the specified spectrum trace channel source.

stopfrequency property

Return the REMOTE:S<x>_CH<x>:SV:STOPFrequency command.

Description
  • This command queries the stop frequency of the specified spectrum trace channel in the Spectrum View window. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STOPFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STOPFrequency? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STOPFrequency?

RemoteSItemChannelSvCenterfrequency

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:SV:CENTERFrequency command.

Description
  • This command sets or queries the center frequency of the specified spectrum trace channel for Spectrum View. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:CENTERFrequency value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency <NR3>
- REMOTE:S<x>_CH<x>:SV:CENTERFrequency?
Info
  • <NR3> specifies the spectrum trace center frequency for the specified channel, in hertz. The range of values is 0.0 to the maximum licensed bandwidth of the instrument.

RemoteSItemChannelSvPosition

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:SV:POSition command.

Description
  • This command sets or queries the Spectrum Time setting of the specified spectrum trace channel in the Spectrum View. Remote scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:POSition? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:POSition? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:POSition value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:POSition <NR3>
- REMOTE:S<x>_CH<x>:SV:POSition?
Info
  • <NR3> specifies the spectrum time location, as a percentage of the record length. The range of values is 0.0% to 100%.

RemoteSItemChannelSvStartfrequency

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:SV:STARTFrequency command.

Description
  • This command queries the start frequency of the specified spectrum trace channel in the Spectrum View window. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STARTFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STARTFrequency? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STARTFrequency?

RemoteSItemChannelSvState

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_CH<x>:SV:STATE command.

Description
  • This command sets or queries the on/off setting of data acquisition for the specified spectrum trace channel. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STATE? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STATE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_CH<x>:SV:STATE value command.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STATE {ON|OFF}
- REMOTE:S<x>_CH<x>:SV:STATE?
Info
  • ON enables spectrum data acquisition for the specified spectrum trace channel source.
  • OFF disables spectrum data acquisition for the specified spectrum trace channel source.

RemoteSItemChannelSvStopfrequency

Bases: SCPICmdRead

The REMOTE:S<x>_CH<x>:SV:STOPFrequency command.

Description
  • This command queries the stop frequency of the specified spectrum trace channel in the Spectrum View window. S is the remote scope number and Ch is the channel number.
Usage
  • Using the .query() method will send the REMOTE:S<x>_CH<x>:SV:STOPFrequency? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_CH<x>:SV:STOPFrequency? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STOPFrequency?

RemoteSItemDchItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The REMOTE:S<x>_DCH<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .d: The REMOTE:S<x>_DCH<x>:D<x> command tree.
  • .groupthreshold: The REMOTE:S<x>_DCH<x>:GROUP<x>THReshold command.
  • .select: The REMOTE:S<x>_DCH<x>:SELect command tree.

d property

Return the REMOTE:S<x>_DCH<x>:D<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:D<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:D<x>? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .threshold: The REMOTE:S<x>_DCH<x>:D<x>:THReshold command.

groupthreshold property

Return the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold command.

Description
  • This command sets or queries the digital threshold of all bits in digital group 0 (D0-D7) or group 1 (D8-D15) on S<x>_DCH<x>. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold <NR3>
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold?

select property

Return the REMOTE:S<x>_DCH<x>:SELect command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:SELect? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:SELect? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .dall: The REMOTE:S<x>_DCH<x>:SELect:DAll command.

RemoteSItemDchItemDigitalBit

Bases: ValidatedDigitalBit, SCPICmdRead

The REMOTE:S<x>_DCH<x>:D<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:D<x>? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:D<x>? query and raise an AssertionError if the returned value does not match value.
Properties
  • .threshold: The REMOTE:S<x>_DCH<x>:D<x>:THReshold command.

threshold property

Return the REMOTE:S<x>_DCH<x>:D<x>:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified digital channel. The scope, channel, and digital channel bit number (0-15) are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:D<x>:THReshold <NR3>
- REMOTE:S<x>_DCH<x>:D<x>:THReshold?

RemoteSItemDchItemDigitalBitThreshold

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_DCH<x>:D<x>:THReshold command.

Description
  • This command sets or queries the threshold level in volts for the specified digital channel. The scope, channel, and digital channel bit number (0-15) are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:D<x>:THReshold value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:D<x>:THReshold <NR3>
- REMOTE:S<x>_DCH<x>:D<x>:THReshold?

RemoteSItemDchItemGroupthresholdItem

Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_DCH<x>:GROUP<x>THReshold command.

Description
  • This command sets or queries the digital threshold of all bits in digital group 0 (D0-D7) or group 1 (D8-D15) on S<x>_DCH<x>. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:GROUP<x>THReshold value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold <NR3>
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold?

RemoteSItemDchItemSelect

Bases: SCPICmdRead

The REMOTE:S<x>_DCH<x>:SELect command tree.

Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:SELect? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:SELect? query and raise an AssertionError if the returned value does not match value.
Properties
  • .dall: The REMOTE:S<x>_DCH<x>:SELect:DAll command.

dall property

Return the REMOTE:S<x>_DCH<x>:SELect:DAll command.

Description
  • This command turns on or off all constituent digital channels (D0 through D15) of the specified source channel. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:SELect:DAll? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:SELect:DAll? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:SELect:DAll value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:SELect:DAll {ON|OFF|<NR1>}
- REMOTE:S<x>_DCH<x>:SELect:DAll?

RemoteSItemDchItemSelectDall

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:S<x>_DCH<x>:SELect:DAll command.

Description
  • This command turns on or off all constituent digital channels (D0 through D15) of the specified source channel. The scope and channel are specified by x.
Usage
  • Using the .query() method will send the REMOTE:S<x>_DCH<x>:SELect:DAll? query.
  • Using the .verify(value) method will send the REMOTE:S<x>_DCH<x>:SELect:DAll? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:S<x>_DCH<x>:SELect:DAll value command.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:SELect:DAll {ON|OFF|<NR1>}
- REMOTE:S<x>_DCH<x>:SELect:DAll?

RemoteScopeItem

Bases: ValidatedDynamicNumberCmd, SCPICmdRead

The REMOTE:SCOPe<x> command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Properties
  • .bandwidth: The REMOTE:SCOPe<x>:BANDWidth command.
  • .connect: The REMOTE:SCOPe<x>:CONNECT command.
  • .connectionmessage: The REMOTE:SCOPe<x>:CONNECTIONMessage command.
  • .connectionstate: The REMOTE:SCOPe<x>:CONNECTIONState command.
  • .disconnect: The REMOTE:SCOPe<x>:DISCONNECT command.
  • .horizontal: The REMOTE:SCOPe<x>:HORizontal command tree.
  • .ipaddress: The REMOTE:SCOPe<x>:IPADDress command.
  • .modelname: The REMOTE:SCOPe<x>:MODELname command.
  • .port: The REMOTE:SCOPe<x>:PORT command.
  • .sync: The REMOTE:SCOPe<x>:SYNC command.
  • .state: The REMOTE:SCOPe<x>:State command.
  • .visaconnectiontype: The REMOTE:SCOPe<x>:VISACONNectiontype command.

bandwidth property

Return the REMOTE:SCOPe<x>:BANDWidth command.

Description
  • This command queries the maximum licensed bandwidth of the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:BANDWidth? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:BANDWidth? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:BANDWidth?
Info
  • SCOPe<x> specifies the remote scope number.

connect property

Return the REMOTE:SCOPe<x>:CONNECT command.

Description
  • This command connects the specified Remote Scope.
Usage
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:CONNECT value command.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECT <NR1>
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> sets the Remote Scope to connect to.

connectionmessage property

Return the REMOTE:SCOPe<x>:CONNECTIONMessage command.

Description
  • This command queries the connection status message for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:CONNECTIONMessage? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:CONNECTIONMessage? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONMessage?
Info
  • SCOPe<x> specifies the remote scope number.

connectionstate property

Return the REMOTE:SCOPe<x>:CONNECTIONState command.

Description
  • This command queries the connected state for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:CONNECTIONState? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:CONNECTIONState? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONState?
Info
  • SCOPe<x> specifies the remote scope number.

disconnect property

Return the REMOTE:SCOPe<x>:DISCONNECT command.

Description
  • This command disconnects the specified Remote Scope.
Usage
  • Using the .write() method will send the REMOTE:SCOPe<x>:DISCONNECT command.
SCPI Syntax
- REMOTE:SCOPe<x>:DISCONNECT
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> sets the Remote Scope to disconnect.

horizontal property

Return the REMOTE:SCOPe<x>:HORizontal command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Sub-properties
  • .fastframe: The REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.

ipaddress property

Return the REMOTE:SCOPe<x>:IPADDress command.

Description
  • This command sets or queries the IP Address or host name for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:IPADDress? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:IPADDress? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:IPADDress value command.
SCPI Syntax
- REMOTE:SCOPe<x>:IPADDress <Qstring>
- REMOTE:SCOPe<x>:IPADDress?
Info
  • SCOPe<x> specifies the remote scope number.
  • <Qstring> is the remote scope IP Address or host name. The argument is of the form ‘ScopeIPAddress’.

modelname property

Return the REMOTE:SCOPe<x>:MODELname command.

Description
  • This command returns model name of the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:MODELname? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:MODELname? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:MODELname?
Info
  • SCOPe<x> specifies the remote scope number.

port property

Return the REMOTE:SCOPe<x>:PORT command.

Description
  • This command sets or queries the port number for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:PORT? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:PORT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:PORT value command.
SCPI Syntax
- REMOTE:SCOPe<x>:PORT <NR1>
- REMOTE:SCOPe<x>:PORT?
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> is the remote scope port number. The argument is of the form where NR1 ≥ 1.

state property

Return the REMOTE:SCOPe<x>:State command.

Description
  • This command queries the connected state for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:State? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:State? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:State?
Info
  • SCOPe<x> specifies the remote scope number.

sync property

Return the REMOTE:SCOPe<x>:SYNC command.

Description
  • This command refreshes the channel data from the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:SYNC value command.
SCPI Syntax
- REMOTE:SCOPe<x>:SYNC <NR1>
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> is the remote scope port number. The argument is of the form where NR1 ≥ 1.

visaconnectiontype property

Return the REMOTE:SCOPe<x>:VISACONNectiontype command.

Description
  • This command sets or queries VISA connection type for remote scope connection.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:VISACONNectiontype? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:VISACONNectiontype? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:VISACONNectiontype value command.
SCPI Syntax
- REMOTE:SCOPe<x>:VISACONNectiontype {Network|USB}
- REMOTE:SCOPe<x>:VISACONNectiontype?
Info
  • SCOPe<x> specifies the remote scope number.
  • Network sets the remote scope connection type to Network.
  • USB sets the remote scope connection type to USB.

RemoteScopeItemBandwidth

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:BANDWidth command.

Description
  • This command queries the maximum licensed bandwidth of the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:BANDWidth? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:BANDWidth? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:BANDWidth?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemConnect

Bases: SCPICmdWrite

The REMOTE:SCOPe<x>:CONNECT command.

Description
  • This command connects the specified Remote Scope.
Usage
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:CONNECT value command.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECT <NR1>
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> sets the Remote Scope to connect to.

RemoteScopeItemConnectionmessage

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:CONNECTIONMessage command.

Description
  • This command queries the connection status message for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:CONNECTIONMessage? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:CONNECTIONMessage? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONMessage?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemConnectionstate

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:CONNECTIONState command.

Description
  • This command queries the connected state for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:CONNECTIONState? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:CONNECTIONState? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONState?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemDisconnect

Bases: SCPICmdWriteNoArguments

The REMOTE:SCOPe<x>:DISCONNECT command.

Description
  • This command disconnects the specified Remote Scope.
Usage
  • Using the .write() method will send the REMOTE:SCOPe<x>:DISCONNECT command.
SCPI Syntax
- REMOTE:SCOPe<x>:DISCONNECT
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> sets the Remote Scope to disconnect.

RemoteScopeItemHorizontal

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Properties
  • .fastframe: The REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.

fastframe property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Sub-properties
  • .count: The REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt command.
  • .maxframes: The REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames command.
  • .selected: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED command.
  • .state: The REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE command.
  • .sumframe: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame command.

RemoteScopeItemHorizontalFastframe

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.

Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe? query and raise an AssertionError if the returned value does not match value.
Info
  • SCOPe<x> specifies the remote scope number.
Properties
  • .count: The REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt command.
  • .maxframes: The REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames command.
  • .selected: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED command.
  • .state: The REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE command.
  • .sumframe: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame command.

count property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt command.

Description
  • This command returns the number of frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?
Info
  • SCOPe<x> specifies the remote scope number.

maxframes property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames command.

Description
  • This query returns the maximum number of frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?
Info
  • SCOPe<x> specifies the remote scope number.

selected property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED command.

Description
  • This command returns the selected frame number for acquired frames. Refs have their own selected frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?
Info
  • SCOPe<x> specifies the remote scope number.

state property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE command.

Description
  • This command returns the state of FastFrame. Acquisition modes Envelope and Average are not compatible with FastFrame. If FastFrame is on, an attempted set to those acquisition modes will fail and revert to Sample mode. If FastFrame is turned on while in one of those acquisition modes, the acquisition mode is changed to Sample. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?
Info
  • SCOPe<x> specifies the remote scope number.

sumframe property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame command.

Description
  • This command returns the summary frame type. Turning on Summary Frame does not adjust the numberFrames value as long as there is room for an additional frame. If there is not enough room then numberFrames will be reduced by 1. The numberFrames value is always the number of frames to acquire. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?
Info
  • SCOPe<x> specifies the remote scope number.
Sub-properties
  • .state: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE command.

RemoteScopeItemHorizontalFastframeCount

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt command.

Description
  • This command returns the number of frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemHorizontalFastframeMaxframes

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames command.

Description
  • This query returns the maximum number of frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemHorizontalFastframeSelected

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED command.

Description
  • This command returns the selected frame number for acquired frames. Refs have their own selected frames. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemHorizontalFastframeState

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE command.

Description
  • This command returns the state of FastFrame. Acquisition modes Envelope and Average are not compatible with FastFrame. If FastFrame is on, an attempted set to those acquisition modes will fail and revert to Sample mode. If FastFrame is turned on while in one of those acquisition modes, the acquisition mode is changed to Sample. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemHorizontalFastframeSumframe

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame command.

Description
  • This command returns the summary frame type. Turning on Summary Frame does not adjust the numberFrames value as long as there is room for an additional frame. If there is not enough room then numberFrames will be reduced by 1. The numberFrames value is always the number of frames to acquire. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?
Info
  • SCOPe<x> specifies the remote scope number.
Properties
  • .state: The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE command.

state property

Return the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE command.

Description
  • This command returns the state of FastFrame summary frame. Summary frame mode is set automatically based on the acquisition mode. When in Sample mode, the summary frame type is set to Average. When in Peak Detect mode, the summary frame type is set to Envelope. When in High Res mode, the summary frame type is set to Average. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemHorizontalFastframeSumframeState

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE command.

Description
  • This command returns the state of FastFrame summary frame. Summary frame mode is set automatically based on the acquisition mode. When in Sample mode, the summary frame type is set to Average. When in Peak Detect mode, the summary frame type is set to Envelope. When in High Res mode, the summary frame type is set to Average. FastFrame on the Remote scope should be turned ON before connecting from TekScope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemIpaddress

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SCOPe<x>:IPADDress command.

Description
  • This command sets or queries the IP Address or host name for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:IPADDress? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:IPADDress? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:IPADDress value command.
SCPI Syntax
- REMOTE:SCOPe<x>:IPADDress <Qstring>
- REMOTE:SCOPe<x>:IPADDress?
Info
  • SCOPe<x> specifies the remote scope number.
  • <Qstring> is the remote scope IP Address or host name. The argument is of the form ‘ScopeIPAddress’.

RemoteScopeItemModelname

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:MODELname command.

Description
  • This command returns model name of the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:MODELname? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:MODELname? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:MODELname?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemPort

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SCOPe<x>:PORT command.

Description
  • This command sets or queries the port number for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:PORT? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:PORT? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:PORT value command.
SCPI Syntax
- REMOTE:SCOPe<x>:PORT <NR1>
- REMOTE:SCOPe<x>:PORT?
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> is the remote scope port number. The argument is of the form where NR1 ≥ 1.

RemoteScopeItemState

Bases: SCPICmdRead

The REMOTE:SCOPe<x>:State command.

Description
  • This command queries the connected state for the specified remote scope.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:State? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:State? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SCOPe<x>:State?
Info
  • SCOPe<x> specifies the remote scope number.

RemoteScopeItemSync

Bases: SCPICmdWrite

The REMOTE:SCOPe<x>:SYNC command.

Description
  • This command refreshes the channel data from the specified remote scope.
Usage
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:SYNC value command.
SCPI Syntax
- REMOTE:SCOPe<x>:SYNC <NR1>
Info
  • SCOPe<x> specifies the remote scope number.
  • <NR1> is the remote scope port number. The argument is of the form where NR1 ≥ 1.

RemoteScopeItemVisaconnectiontype

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SCOPe<x>:VISACONNectiontype command.

Description
  • This command sets or queries VISA connection type for remote scope connection.
Usage
  • Using the .query() method will send the REMOTE:SCOPe<x>:VISACONNectiontype? query.
  • Using the .verify(value) method will send the REMOTE:SCOPe<x>:VISACONNectiontype? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SCOPe<x>:VISACONNectiontype value command.
SCPI Syntax
- REMOTE:SCOPe<x>:VISACONNectiontype {Network|USB}
- REMOTE:SCOPe<x>:VISACONNectiontype?
Info
  • SCOPe<x> specifies the remote scope number.
  • Network sets the remote scope connection type to Network.
  • USB sets the remote scope connection type to USB.

RemoteSequence

Bases: SCPICmdRead

The REMOTE:SEQuence command tree.

Usage
  • Using the .query() method will send the REMOTE:SEQuence? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence? query and raise an AssertionError if the returned value does not match value.
Properties
  • .current: The REMOTE:SEQuence:CURrent command.
  • .numsequence: The REMOTE:SEQuence:NUMSEQuence command.

current property

Return the REMOTE:SEQuence:CURrent command.

Description
  • In single sequence acquisition mode, this query returns the number of acquisitions or measurements in the sequence completed so far.
Usage
  • Using the .query() method will send the REMOTE:SEQuence:CURrent? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence:CURrent? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SEQuence:CURrent?

numsequence property

Return the REMOTE:SEQuence:NUMSEQuence command.

Description
  • In single sequence acquisition mode, specify the number of acquisitions or measurements that comprise the sequence. The default is 1.
Usage
  • Using the .query() method will send the REMOTE:SEQuence:NUMSEQuence? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence:NUMSEQuence? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SEQuence:NUMSEQuence value command.
SCPI Syntax
- REMOTE:SEQuence:NUMSEQuence <NR1>
- REMOTE:SEQuence:NUMSEQuence?
Info
  • <NR1> is the number of acquisitions or measurements that comprise the sequence.

RemoteSequenceCurrent

Bases: SCPICmdRead

The REMOTE:SEQuence:CURrent command.

Description
  • In single sequence acquisition mode, this query returns the number of acquisitions or measurements in the sequence completed so far.
Usage
  • Using the .query() method will send the REMOTE:SEQuence:CURrent? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence:CURrent? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- REMOTE:SEQuence:CURrent?

RemoteSequenceNumsequence

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SEQuence:NUMSEQuence command.

Description
  • In single sequence acquisition mode, specify the number of acquisitions or measurements that comprise the sequence. The default is 1.
Usage
  • Using the .query() method will send the REMOTE:SEQuence:NUMSEQuence? query.
  • Using the .verify(value) method will send the REMOTE:SEQuence:NUMSEQuence? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SEQuence:NUMSEQuence value command.
SCPI Syntax
- REMOTE:SEQuence:NUMSEQuence <NR1>
- REMOTE:SEQuence:NUMSEQuence?
Info
  • <NR1> is the number of acquisitions or measurements that comprise the sequence.

RemoteSv

Bases: SCPICmdRead

The REMOTE:SV command tree.

Usage
  • Using the .query() method will send the REMOTE:SV? query.
  • Using the .verify(value) method will send the REMOTE:SV? query and raise an AssertionError if the returned value does not match value.
Properties
  • .rbw: The REMOTE:SV:RBW command.
  • .rbwmode: The REMOTE:SV:RBWMode command.
  • .span: The REMOTE:SV:SPAN command.
  • .spanrbwratio: The REMOTE:SV:SPANRBWRatio command.
  • .window: The REMOTE:SV:WINDOW command.

rbw property

Return the REMOTE:SV:RBW command.

Description
  • This command sets or queries the resolution bandwidth (RBW) when the RBW mode has been set to MANUAL (using the command REMOTE:SV:RBWMode). The resolution bandwidth is the width of the narrowest measurable band of frequencies in a Spectrum View trace. By default, the RBW tracks the span value in a 1000:1 ratio. The RBW determines the level to which the instrument can resolve individual frequencies in the frequency domain. For example, if the input signal contains two carriers separated by 1 kHz, you will not be able to discriminate between them unless the RBW is less than 1 kHz.
Usage
  • Using the .query() method will send the REMOTE:SV:RBW? query.
  • Using the .verify(value) method will send the REMOTE:SV:RBW? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:RBW value command.
SCPI Syntax
- REMOTE:SV:RBW <NR3>
- REMOTE:SV:RBW?
Info
  • <NR3> specifies the width of the narrowest measurable band of frequencies in a Spectrum View trace, in Hz.

rbwmode property

rbwmode: RemoteSvRbwmode

Return the REMOTE:SV:RBWMode command.

Description
  • This command sets or queries the resolution bandwidth (RBW) mode, either Automatic or Manual.
Usage
  • Using the .query() method will send the REMOTE:SV:RBWMode? query.
  • Using the .verify(value) method will send the REMOTE:SV:RBWMode? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:RBWMode value command.
SCPI Syntax
- REMOTE:SV:RBWMode {AUTOmatic|MANual}
- REMOTE:SV:RBWMode?
Info
  • AUTOmatic specifies the resolution bandwidth automatically as the span is changed. The default behavior is 1000:1, but you can set it to other values in a 1-2-5 sequence (e.g. 10000, 20000, 50000). To specify the RBW ratio that will be used when the mode is set to automatic, use the command REMOTE:SV:SPANRBWRatio.
  • MANual specifies to set the resolution bandwidth, independently from the span, using the command REMOTE:SV:RBW.

span property

Return the REMOTE:SV:SPAN command.

Description
  • This command sets or queries the span setting for all channels in the Spectrum View. The span is the range of frequencies that can be observed centered on the center frequency. This is the width of the frequency domain trace, which is from the center frequency - ½span to the center frequency + ½ span.
Usage
  • Using the .query() method will send the REMOTE:SV:SPAN? query.
  • Using the .verify(value) method will send the REMOTE:SV:SPAN? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:SPAN value command.
SCPI Syntax
- REMOTE:SV:SPAN <NR3>
- REMOTE:SV:SPAN?
Info
  • <NR3> specifies the span value in Hz.

spanrbwratio property

spanrbwratio: RemoteSvSpanrbwratio

Return the REMOTE:SV:SPANRBWRatio command.

Description
  • This command sets or queries the ratio of the span to the resolution bandwidth (RBW) that will be used when the RBW Mode is set to AUTO. The span is the width of the frequency domain trace in Hz, which is equal to the stop frequency minus the start frequency. The RBW is the width of the narrowest measurable band of frequencies in a frequency domain trace. The default RBW ratio is 1000 : 1. Use the command REMOTE:SV:RBWMode to set the RBW Mode to Automatic.
Usage
  • Using the .query() method will send the REMOTE:SV:SPANRBWRatio? query.
  • Using the .verify(value) method will send the REMOTE:SV:SPANRBWRatio? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:SPANRBWRatio value command.
SCPI Syntax
- REMOTE:SV:SPANRBWRatio <NR3>
- REMOTE:SV:SPANRBWRatio?
Info
  • <NR3> specifies the span-to-RBW ratio.

window property

Return the REMOTE:SV:WINDOW command.

Description
  • This command sets or queries the window type used by the windowing function of the Spectrum View. The windowing function is a Fast Fourier Transform (FFT) technique used to minimize the discontinuities between successive frames of an RF time domain signal. The default window type is Blackman-Harris.
Usage
  • Using the .query() method will send the REMOTE:SV:WINDOW? query.
  • Using the .verify(value) method will send the REMOTE:SV:WINDOW? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:WINDOW value command.
SCPI Syntax
- REMOTE:SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- REMOTE:SV:WINDOW?
Info
  • KAISerbessel specifies the Kaiser-Bessel window type (a high or moderate resolution window).
  • RECTangular specifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).
  • HAMMing specifies the Hamming window type (a high or moderate resolution window based on a cosine series).
  • HANNing specifies the Hanning window type (a high or moderate resolution window based on a cosine series).
  • BLACkmanharris specifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).
  • FLATtop2 specifies the Flattop2 window type (a low-resolution (high dynamic range) window).

RemoteSvRbw

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SV:RBW command.

Description
  • This command sets or queries the resolution bandwidth (RBW) when the RBW mode has been set to MANUAL (using the command REMOTE:SV:RBWMode). The resolution bandwidth is the width of the narrowest measurable band of frequencies in a Spectrum View trace. By default, the RBW tracks the span value in a 1000:1 ratio. The RBW determines the level to which the instrument can resolve individual frequencies in the frequency domain. For example, if the input signal contains two carriers separated by 1 kHz, you will not be able to discriminate between them unless the RBW is less than 1 kHz.
Usage
  • Using the .query() method will send the REMOTE:SV:RBW? query.
  • Using the .verify(value) method will send the REMOTE:SV:RBW? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:RBW value command.
SCPI Syntax
- REMOTE:SV:RBW <NR3>
- REMOTE:SV:RBW?
Info
  • <NR3> specifies the width of the narrowest measurable band of frequencies in a Spectrum View trace, in Hz.

RemoteSvRbwmode

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SV:RBWMode command.

Description
  • This command sets or queries the resolution bandwidth (RBW) mode, either Automatic or Manual.
Usage
  • Using the .query() method will send the REMOTE:SV:RBWMode? query.
  • Using the .verify(value) method will send the REMOTE:SV:RBWMode? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:RBWMode value command.
SCPI Syntax
- REMOTE:SV:RBWMode {AUTOmatic|MANual}
- REMOTE:SV:RBWMode?
Info
  • AUTOmatic specifies the resolution bandwidth automatically as the span is changed. The default behavior is 1000:1, but you can set it to other values in a 1-2-5 sequence (e.g. 10000, 20000, 50000). To specify the RBW ratio that will be used when the mode is set to automatic, use the command REMOTE:SV:SPANRBWRatio.
  • MANual specifies to set the resolution bandwidth, independently from the span, using the command REMOTE:SV:RBW.

RemoteSvSpan

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SV:SPAN command.

Description
  • This command sets or queries the span setting for all channels in the Spectrum View. The span is the range of frequencies that can be observed centered on the center frequency. This is the width of the frequency domain trace, which is from the center frequency - ½span to the center frequency + ½ span.
Usage
  • Using the .query() method will send the REMOTE:SV:SPAN? query.
  • Using the .verify(value) method will send the REMOTE:SV:SPAN? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:SPAN value command.
SCPI Syntax
- REMOTE:SV:SPAN <NR3>
- REMOTE:SV:SPAN?
Info
  • <NR3> specifies the span value in Hz.

RemoteSvSpanrbwratio

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SV:SPANRBWRatio command.

Description
  • This command sets or queries the ratio of the span to the resolution bandwidth (RBW) that will be used when the RBW Mode is set to AUTO. The span is the width of the frequency domain trace in Hz, which is equal to the stop frequency minus the start frequency. The RBW is the width of the narrowest measurable band of frequencies in a frequency domain trace. The default RBW ratio is 1000 : 1. Use the command REMOTE:SV:RBWMode to set the RBW Mode to Automatic.
Usage
  • Using the .query() method will send the REMOTE:SV:SPANRBWRatio? query.
  • Using the .verify(value) method will send the REMOTE:SV:SPANRBWRatio? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:SPANRBWRatio value command.
SCPI Syntax
- REMOTE:SV:SPANRBWRatio <NR3>
- REMOTE:SV:SPANRBWRatio?
Info
  • <NR3> specifies the span-to-RBW ratio.

RemoteSvWindow

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:SV:WINDOW command.

Description
  • This command sets or queries the window type used by the windowing function of the Spectrum View. The windowing function is a Fast Fourier Transform (FFT) technique used to minimize the discontinuities between successive frames of an RF time domain signal. The default window type is Blackman-Harris.
Usage
  • Using the .query() method will send the REMOTE:SV:WINDOW? query.
  • Using the .verify(value) method will send the REMOTE:SV:WINDOW? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:SV:WINDOW value command.
SCPI Syntax
- REMOTE:SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- REMOTE:SV:WINDOW?
Info
  • KAISerbessel specifies the Kaiser-Bessel window type (a high or moderate resolution window).
  • RECTangular specifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).
  • HAMMing specifies the Hamming window type (a high or moderate resolution window based on a cosine series).
  • HANNing specifies the Hanning window type (a high or moderate resolution window based on a cosine series).
  • BLACkmanharris specifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).
  • FLATtop2 specifies the Flattop2 window type (a low-resolution (high dynamic range) window).

RemoteUsbdescriptors

Bases: SCPICmdWrite, SCPICmdRead

The REMOTE:USBDEscriptors command.

Description
  • This command sets or queries the USB descriptors available for remote connection.
Usage
  • Using the .query() method will send the REMOTE:USBDEscriptors? query.
  • Using the .verify(value) method will send the REMOTE:USBDEscriptors? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the REMOTE:USBDEscriptors value command.
SCPI Syntax
- REMOTE:USBDEscriptors {Usb<x>}
- REMOTE:USBDEscriptors?
Info
  • Usb0 sets the usb address of the first specified scope.
  • Usb1 sets the usb address of the second specified scope.