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 theREMOTE?query. - Using the
.verify(value)method will send theREMOTE?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.acqmethod: TheREMOTE:ACQMethodcommand..acqstatus: TheREMOTE:ACQStatuscommand..acquire: TheREMOTE:ACQUIREcommand..addnew: TheREMOTE:ADDNewcommand..comminter: TheREMOTE:COMMIntercommand..control: TheREMOTE:CONTROLcommand..delete: TheREMOTE:DELEtecommand..logging: TheREMOTE:LOGGINGcommand..numacq: TheREMOTE:NUMACqcommand..s: TheREMOTE:S<x>command tree..scope: TheREMOTE:SCOPe<x>command tree..sequence: TheREMOTE:SEQuencecommand tree..sv: TheREMOTE:SVcommand tree..usbdescriptors: TheREMOTE:USBDEscriptorscommand.
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 theREMOTE:ACQMethod?query. - Using the
.verify(value)method will send theREMOTE:ACQMethod?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:ACQMethod valuecommand.
SCPI Syntax
- REMOTE:ACQMethod {CONTINuous|SINGLE|SEQuence}
- REMOTE:ACQMethod?
Info
CONTINuousspecifies that the instrument will continually acquire data if:REMOTE:RUNStopis set to RUN.SINGLEspecifies that the next acquisition will be a single-sequence acquisition if:REMOTE:RUNStopis set to RUN.SEQuencespecifies that the next acquisition will bea single-sequence acquisition ifREMOTE:ACQUIREis 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 theREMOTE:ACQStatus?query. - Using the
.verify(value)method will send theREMOTE:ACQStatus?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:ACQUIRE valuecommand.
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 theREMOTE:ADDNew valuecommand.
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 theREMOTE:COMMInter?query. - Using the
.verify(value)method will send theREMOTE:COMMInter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:COMMInter valuecommand.
SCPI Syntax
- REMOTE:COMMInter {Visa|Socket}
- REMOTE:COMMInter?
Info
Visasets the remote communication interface to Visa.Socketsets 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 theREMOTE:CONTROL?query. - Using the
.verify(value)method will send theREMOTE:CONTROL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:CONTROL valuecommand.
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 theREMOTE:DELEte valuecommand.
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 theREMOTE:LOGGING?query. - Using the
.verify(value)method will send theREMOTE:LOGGING?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:LOGGING valuecommand.
SCPI Syntax
- REMOTE:LOGGING {START|PAUSE|STOP}
- REMOTE:LOGGING?
Info
STARTspecifies that the act on event data logging feature is started, ifREMOTE:ACQStatusis set to Acquire.PAUSEspecifies that the act on event data logging feature is paused.STOPspecifies 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 theREMOTE:NUMACq?query. - Using the
.verify(value)method will send theREMOTE:NUMACq?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:NUMACq?
s
property
¶
s: dict[int, RemoteSItem]
Return the REMOTE:S<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.ch: TheREMOTE:S<x>_CH<x>command tree..dch: TheREMOTE:S<x>_DCH<x>command tree.
scope
property
¶
scope: dict[int, RemoteScopeItem]
Return the REMOTE:SCOPe<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:SCOPe<x>?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Sub-properties
.bandwidth: TheREMOTE:SCOPe<x>:BANDWidthcommand..connect: TheREMOTE:SCOPe<x>:CONNECTcommand..connectionmessage: TheREMOTE:SCOPe<x>:CONNECTIONMessagecommand..connectionstate: TheREMOTE:SCOPe<x>:CONNECTIONStatecommand..disconnect: TheREMOTE:SCOPe<x>:DISCONNECTcommand..horizontal: TheREMOTE:SCOPe<x>:HORizontalcommand tree..ipaddress: TheREMOTE:SCOPe<x>:IPADDresscommand..modelname: TheREMOTE:SCOPe<x>:MODELnamecommand..port: TheREMOTE:SCOPe<x>:PORTcommand..sync: TheREMOTE:SCOPe<x>:SYNCcommand..state: TheREMOTE:SCOPe<x>:Statecommand..visaconnectiontype: TheREMOTE:SCOPe<x>:VISACONNectiontypecommand.
sequence
property
¶
sequence: RemoteSequence
Return the REMOTE:SEQuence command tree.
Usage
- Using the
.query()method will send theREMOTE:SEQuence?query. - Using the
.verify(value)method will send theREMOTE:SEQuence?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.current: TheREMOTE:SEQuence:CURrentcommand..numsequence: TheREMOTE:SEQuence:NUMSEQuencecommand.
sv
property
¶
sv: RemoteSv
Return the REMOTE:SV command tree.
Usage
- Using the
.query()method will send theREMOTE:SV?query. - Using the
.verify(value)method will send theREMOTE:SV?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.rbw: TheREMOTE:SV:RBWcommand..rbwmode: TheREMOTE:SV:RBWModecommand..span: TheREMOTE:SV:SPANcommand..spanrbwratio: TheREMOTE:SV:SPANRBWRatiocommand..window: TheREMOTE:SV:WINDOWcommand.
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 theREMOTE:USBDEscriptors?query. - Using the
.verify(value)method will send theREMOTE:USBDEscriptors?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:USBDEscriptors valuecommand.
SCPI Syntax
- REMOTE:USBDEscriptors {Usb<x>}
- REMOTE:USBDEscriptors?
Info
Usb0sets the usb address of the first specified scope.Usb1sets 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 theREMOTE:ACQMethod?query. - Using the
.verify(value)method will send theREMOTE:ACQMethod?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:ACQMethod valuecommand.
SCPI Syntax
- REMOTE:ACQMethod {CONTINuous|SINGLE|SEQuence}
- REMOTE:ACQMethod?
Info
CONTINuousspecifies that the instrument will continually acquire data if:REMOTE:RUNStopis set to RUN.SINGLEspecifies that the next acquisition will be a single-sequence acquisition if:REMOTE:RUNStopis set to RUN.SEQuencespecifies that the next acquisition will bea single-sequence acquisition ifREMOTE:ACQUIREis 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 theREMOTE:ACQStatus?query. - Using the
.verify(value)method will send theREMOTE:ACQStatus?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:ACQUIRE valuecommand.
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 theREMOTE:ADDNew valuecommand.
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 theREMOTE:COMMInter?query. - Using the
.verify(value)method will send theREMOTE:COMMInter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:COMMInter valuecommand.
SCPI Syntax
- REMOTE:COMMInter {Visa|Socket}
- REMOTE:COMMInter?
Info
Visasets the remote communication interface to Visa.Socketsets 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 theREMOTE:CONTROL?query. - Using the
.verify(value)method will send theREMOTE:CONTROL?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:CONTROL valuecommand.
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 theREMOTE:DELEte valuecommand.
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 theREMOTE:LOGGING?query. - Using the
.verify(value)method will send theREMOTE:LOGGING?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:LOGGING valuecommand.
SCPI Syntax
- REMOTE:LOGGING {START|PAUSE|STOP}
- REMOTE:LOGGING?
Info
STARTspecifies that the act on event data logging feature is started, ifREMOTE:ACQStatusis set to Acquire.PAUSEspecifies that the act on event data logging feature is paused.STOPspecifies 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 theREMOTE:NUMACq?query. - Using the
.verify(value)method will send theREMOTE:NUMACq?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:NUMACq?
RemoteSItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The REMOTE:S<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheREMOTE:S<x>_CH<x>command tree..dch: TheREMOTE:S<x>_DCH<x>command tree.
ch
property
¶
ch: dict[int, RemoteSItemChannel]
Return the REMOTE:S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.diggrp: TheREMOTE:S<x>_CH<x>:DIGGRPcommand tree..probetype: TheREMOTE:S<x>_CH<x>:PROBETYPEcommand..select: TheREMOTE:S<x>_CH<x>:SELectcommand tree..state: TheREMOTE:S<x>_CH<x>:STAtecommand..sv: TheREMOTE:S<x>_CH<x>:SVcommand tree.
dch
property
¶
dch: dict[int, RemoteSItemDchItem]
Return the REMOTE:S<x>_DCH<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_DCH<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.d: TheREMOTE:S<x>_DCH<x>:D<x>command tree..groupthreshold: TheREMOTE:S<x>_DCH<x>:GROUP<x>THResholdcommand..select: TheREMOTE:S<x>_DCH<x>:SELectcommand tree.
RemoteSItemChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The REMOTE:S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.diggrp: TheREMOTE:S<x>_CH<x>:DIGGRPcommand tree..probetype: TheREMOTE:S<x>_CH<x>:PROBETYPEcommand..select: TheREMOTE:S<x>_CH<x>:SELectcommand tree..state: TheREMOTE:S<x>_CH<x>:STAtecommand..sv: TheREMOTE:S<x>_CH<x>:SVcommand tree.
diggrp
property
¶
diggrp: RemoteSItemChannelDiggrp
Return the REMOTE:S<x>_CH<x>:DIGGRP command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:DIGGRP?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.d: TheREMOTE:S<x>_CH<x>:DIGGRP:D<x>command tree..threshold: TheREMOTE:S<x>_CH<x>:DIGGRP:THResholdcommand.
probetype
property
¶
probetype: RemoteSItemChannelProbetype
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 theREMOTE:S<x>_CH<x>:PROBETYPE?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:PROBETYPE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:S<x>_CH<x>:PROBETYPE?
select
property
¶
select: RemoteSItemChannelSelect
Return the REMOTE:S<x>_CH<x>:SELect command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:SELect?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.diggrp: TheREMOTE:S<x>_CH<x>:SELect:DIGGRPcommand tree.
state
property
¶
state: RemoteSItemChannelState
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 theREMOTE:S<x>_CH<x>:STAte?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:STAte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:STAte valuecommand.
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 theREMOTE:S<x>_CH<x>:SV?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.centerfrequency: TheREMOTE:S<x>_CH<x>:SV:CENTERFrequencycommand..position: TheREMOTE:S<x>_CH<x>:SV:POSitioncommand..startfrequency: TheREMOTE:S<x>_CH<x>:SV:STARTFrequencycommand..state: TheREMOTE:S<x>_CH<x>:SV:STATEcommand..stopfrequency: TheREMOTE:S<x>_CH<x>:SV:STOPFrequencycommand.
RemoteSItemChannelDiggrp
¶
Bases: SCPICmdRead
The REMOTE:S<x>_CH<x>:DIGGRP command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:DIGGRP?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.d: TheREMOTE:S<x>_CH<x>:DIGGRP:D<x>command tree..threshold: TheREMOTE:S<x>_CH<x>:DIGGRP:THResholdcommand.
d
property
¶
Return the REMOTE:S<x>_CH<x>:DIGGRP:D<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.threshold: TheREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THResholdcommand.
threshold
property
¶
threshold: RemoteSItemChannelDiggrpThreshold
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 theREMOTE:S<x>_CH<x>:DIGGRP:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:THReshold valuecommand.
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 theREMOTE:S<x>_CH<x>:DIGGRP:D<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.threshold: TheREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THResholdcommand.
threshold
property
¶
threshold: RemoteSItemChannelDiggrpDigitalBitThreshold
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 theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold valuecommand.
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 theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:D<x>:THReshold valuecommand.
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 theREMOTE:S<x>_CH<x>:DIGGRP:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:DIGGRP:THReshold valuecommand.
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 theREMOTE:S<x>_CH<x>:PROBETYPE?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:PROBETYPE?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:S<x>_CH<x>:SELect?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.diggrp: TheREMOTE:S<x>_CH<x>:SELect:DIGGRPcommand tree.
diggrp
property
¶
diggrp: RemoteSItemChannelSelectDiggrp
Return the REMOTE:S<x>_CH<x>:SELect:DIGGRP command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.dall: TheREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dallcommand.
RemoteSItemChannelSelectDiggrp
¶
Bases: SCPICmdRead
The REMOTE:S<x>_CH<x>:SELect:DIGGRP command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.dall: TheREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dallcommand.
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 theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall valuecommand.
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.OFFdisables the display of the specified channels on the specified Waveform View.ONenables 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 theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SELect:DIGGRP:Dall valuecommand.
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.OFFdisables the display of the specified channels on the specified Waveform View.ONenables 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 theREMOTE:S<x>_CH<x>:STAte?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:STAte?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:STAte valuecommand.
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 theREMOTE:S<x>_CH<x>:SV?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.centerfrequency: TheREMOTE:S<x>_CH<x>:SV:CENTERFrequencycommand..position: TheREMOTE:S<x>_CH<x>:SV:POSitioncommand..startfrequency: TheREMOTE:S<x>_CH<x>:SV:STARTFrequencycommand..state: TheREMOTE:S<x>_CH<x>:SV:STATEcommand..stopfrequency: TheREMOTE:S<x>_CH<x>:SV:STOPFrequencycommand.
centerfrequency
property
¶
centerfrequency: RemoteSItemChannelSvCenterfrequency
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 theREMOTE:S<x>_CH<x>:SV:CENTERFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:CENTERFrequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:CENTERFrequency valuecommand.
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
¶
position: RemoteSItemChannelSvPosition
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 theREMOTE:S<x>_CH<x>:SV:POSition?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:POSition valuecommand.
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
¶
startfrequency: RemoteSItemChannelSvStartfrequency
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 theREMOTE:S<x>_CH<x>:SV:STARTFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STARTFrequency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STARTFrequency?
state
property
¶
state: RemoteSItemChannelSvState
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 theREMOTE:S<x>_CH<x>:SV:STATE?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:STATE valuecommand.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STATE {ON|OFF}
- REMOTE:S<x>_CH<x>:SV:STATE?
Info
ONenables spectrum data acquisition for the specified spectrum trace channel source.OFFdisables spectrum data acquisition for the specified spectrum trace channel source.
stopfrequency
property
¶
stopfrequency: RemoteSItemChannelSvStopfrequency
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 theREMOTE:S<x>_CH<x>:SV:STOPFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STOPFrequency?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:S<x>_CH<x>:SV:CENTERFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:CENTERFrequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:CENTERFrequency valuecommand.
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 theREMOTE:S<x>_CH<x>:SV:POSition?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:POSition valuecommand.
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 theREMOTE:S<x>_CH<x>:SV:STARTFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STARTFrequency?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:S<x>_CH<x>:SV:STATE?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_CH<x>:SV:STATE valuecommand.
SCPI Syntax
- REMOTE:S<x>_CH<x>:SV:STATE {ON|OFF}
- REMOTE:S<x>_CH<x>:SV:STATE?
Info
ONenables spectrum data acquisition for the specified spectrum trace channel source.OFFdisables 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 theREMOTE:S<x>_CH<x>:SV:STOPFrequency?query. - Using the
.verify(value)method will send theREMOTE:S<x>_CH<x>:SV:STOPFrequency?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:S<x>_DCH<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.d: TheREMOTE:S<x>_DCH<x>:D<x>command tree..groupthreshold: TheREMOTE:S<x>_DCH<x>:GROUP<x>THResholdcommand..select: TheREMOTE:S<x>_DCH<x>:SELectcommand tree.
d
property
¶
Return the REMOTE:S<x>_DCH<x>:D<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_DCH<x>:D<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.threshold: TheREMOTE:S<x>_DCH<x>:D<x>:THResholdcommand.
groupthreshold
property
¶
groupthreshold: dict[int, RemoteSItemDchItemGroupthresholdItem]
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 theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold valuecommand.
SCPI Syntax
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold <NR3>
- REMOTE:S<x>_DCH<x>:GROUP<x>THReshold?
select
property
¶
select: RemoteSItemDchItemSelect
Return the REMOTE:S<x>_DCH<x>:SELect command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_DCH<x>:SELect?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.dall: TheREMOTE:S<x>_DCH<x>:SELect:DAllcommand.
RemoteSItemDchItemDigitalBit
¶
Bases: ValidatedDigitalBit, SCPICmdRead
The REMOTE:S<x>_DCH<x>:D<x> command tree.
Usage
- Using the
.query()method will send theREMOTE:S<x>_DCH<x>:D<x>?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:D<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.threshold: TheREMOTE:S<x>_DCH<x>:D<x>:THResholdcommand.
threshold
property
¶
threshold: RemoteSItemDchItemDigitalBitThreshold
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 theREMOTE:S<x>_DCH<x>:D<x>:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:D<x>:THReshold valuecommand.
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 theREMOTE:S<x>_DCH<x>:D<x>:THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:D<x>:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:D<x>:THReshold valuecommand.
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 theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:GROUP<x>THReshold valuecommand.
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 theREMOTE:S<x>_DCH<x>:SELect?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.dall: TheREMOTE:S<x>_DCH<x>:SELect:DAllcommand.
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 theREMOTE:S<x>_DCH<x>:SELect:DAll?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:SELect:DAll?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:SELect:DAll valuecommand.
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 theREMOTE:S<x>_DCH<x>:SELect:DAll?query. - Using the
.verify(value)method will send theREMOTE:S<x>_DCH<x>:SELect:DAll?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:S<x>_DCH<x>:SELect:DAll valuecommand.
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 theREMOTE:SCOPe<x>?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Properties
.bandwidth: TheREMOTE:SCOPe<x>:BANDWidthcommand..connect: TheREMOTE:SCOPe<x>:CONNECTcommand..connectionmessage: TheREMOTE:SCOPe<x>:CONNECTIONMessagecommand..connectionstate: TheREMOTE:SCOPe<x>:CONNECTIONStatecommand..disconnect: TheREMOTE:SCOPe<x>:DISCONNECTcommand..horizontal: TheREMOTE:SCOPe<x>:HORizontalcommand tree..ipaddress: TheREMOTE:SCOPe<x>:IPADDresscommand..modelname: TheREMOTE:SCOPe<x>:MODELnamecommand..port: TheREMOTE:SCOPe<x>:PORTcommand..sync: TheREMOTE:SCOPe<x>:SYNCcommand..state: TheREMOTE:SCOPe<x>:Statecommand..visaconnectiontype: TheREMOTE:SCOPe<x>:VISACONNectiontypecommand.
bandwidth
property
¶
bandwidth: RemoteScopeItemBandwidth
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 theREMOTE:SCOPe<x>:BANDWidth?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:BANDWidth?
Info
SCOPe<x>specifies the remote scope number.
connect
property
¶
connect: RemoteScopeItemConnect
Return the REMOTE:SCOPe<x>:CONNECT command.
Description
- This command connects the specified Remote Scope.
Usage
- Using the
.write(value)method will send theREMOTE:SCOPe<x>:CONNECT valuecommand.
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
¶
connectionmessage: RemoteScopeItemConnectionmessage
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 theREMOTE:SCOPe<x>:CONNECTIONMessage?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:CONNECTIONMessage?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONMessage?
Info
SCOPe<x>specifies the remote scope number.
connectionstate
property
¶
connectionstate: RemoteScopeItemConnectionstate
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 theREMOTE:SCOPe<x>:CONNECTIONState?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:CONNECTIONState?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:CONNECTIONState?
Info
SCOPe<x>specifies the remote scope number.
disconnect
property
¶
disconnect: RemoteScopeItemDisconnect
Return the REMOTE:SCOPe<x>:DISCONNECT command.
Description
- This command disconnects the specified Remote Scope.
Usage
- Using the
.write()method will send theREMOTE:SCOPe<x>:DISCONNECTcommand.
SCPI Syntax
- REMOTE:SCOPe<x>:DISCONNECT
Info
SCOPe<x>specifies the remote scope number.<NR1>sets the Remote Scope to disconnect.
horizontal
property
¶
horizontal: RemoteScopeItemHorizontal
Return the REMOTE:SCOPe<x>:HORizontal command tree.
Usage
- Using the
.query()method will send theREMOTE:SCOPe<x>:HORizontal?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Sub-properties
.fastframe: TheREMOTE:SCOPe<x>:HORizontal:FASTframecommand tree.
ipaddress
property
¶
ipaddress: RemoteScopeItemIpaddress
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 theREMOTE:SCOPe<x>:IPADDress?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:IPADDress?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:IPADDress valuecommand.
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
¶
modelname: RemoteScopeItemModelname
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 theREMOTE:SCOPe<x>:MODELname?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:MODELname?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:MODELname?
Info
SCOPe<x>specifies the remote scope number.
port
property
¶
port: RemoteScopeItemPort
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 theREMOTE:SCOPe<x>:PORT?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:PORT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:PORT valuecommand.
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 formwhere NR1 ≥ 1.
state
property
¶
state: RemoteScopeItemState
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 theREMOTE:SCOPe<x>:State?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:State?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:State?
Info
SCOPe<x>specifies the remote scope number.
sync
property
¶
sync: RemoteScopeItemSync
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 theREMOTE:SCOPe<x>:SYNC valuecommand.
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 formwhere NR1 ≥ 1.
visaconnectiontype
property
¶
visaconnectiontype: RemoteScopeItemVisaconnectiontype
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 theREMOTE:SCOPe<x>:VISACONNectiontype?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:VISACONNectiontype?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:VISACONNectiontype valuecommand.
SCPI Syntax
- REMOTE:SCOPe<x>:VISACONNectiontype {Network|USB}
- REMOTE:SCOPe<x>:VISACONNectiontype?
Info
SCOPe<x>specifies the remote scope number.Networksets the remote scope connection type to Network.USBsets 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 theREMOTE:SCOPe<x>:BANDWidth?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:CONNECT valuecommand.
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 theREMOTE:SCOPe<x>:CONNECTIONMessage?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:CONNECTIONMessage?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:CONNECTIONState?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:CONNECTIONState?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:DISCONNECTcommand.
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 theREMOTE:SCOPe<x>:HORizontal?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Properties
.fastframe: TheREMOTE:SCOPe<x>:HORizontal:FASTframecommand tree.
fastframe
property
¶
fastframe: RemoteScopeItemHorizontalFastframe
Return the REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.
Usage
- Using the
.query()method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Sub-properties
.count: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNtcommand..maxframes: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFramescommand..selected: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTEDcommand..state: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:STATEcommand..sumframe: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFramecommand.
RemoteScopeItemHorizontalFastframe
¶
Bases: SCPICmdRead
The REMOTE:SCOPe<x>:HORizontal:FASTframe command tree.
Usage
- Using the
.query()method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe?query and raise an AssertionError if the returned value does not matchvalue.
Info
SCOPe<x>specifies the remote scope number.
Properties
.count: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNtcommand..maxframes: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFramescommand..selected: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTEDcommand..state: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:STATEcommand..sumframe: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFramecommand.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?
Info
SCOPe<x>specifies the remote scope number.
maxframes
property
¶
maxframes: RemoteScopeItemHorizontalFastframeMaxframes
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?
Info
SCOPe<x>specifies the remote scope number.
Sub-properties
.state: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATEcommand.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:COUNt?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:MAXFrames?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SELECTED?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:STATE?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame?
Info
SCOPe<x>specifies the remote scope number.
Properties
.state: TheREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATEcommand.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:HORizontal:FASTframe:SUMFrame:STATE?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:IPADDress?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:IPADDress?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:IPADDress valuecommand.
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 theREMOTE:SCOPe<x>:MODELname?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:MODELname?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:PORT?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:PORT?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:PORT valuecommand.
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 formwhere 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 theREMOTE:SCOPe<x>:State?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:State?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SCOPe<x>:SYNC valuecommand.
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 formwhere 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 theREMOTE:SCOPe<x>:VISACONNectiontype?query. - Using the
.verify(value)method will send theREMOTE:SCOPe<x>:VISACONNectiontype?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SCOPe<x>:VISACONNectiontype valuecommand.
SCPI Syntax
- REMOTE:SCOPe<x>:VISACONNectiontype {Network|USB}
- REMOTE:SCOPe<x>:VISACONNectiontype?
Info
SCOPe<x>specifies the remote scope number.Networksets the remote scope connection type to Network.USBsets the remote scope connection type to USB.
RemoteSequence
¶
Bases: SCPICmdRead
The REMOTE:SEQuence command tree.
Usage
- Using the
.query()method will send theREMOTE:SEQuence?query. - Using the
.verify(value)method will send theREMOTE:SEQuence?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.current: TheREMOTE:SEQuence:CURrentcommand..numsequence: TheREMOTE:SEQuence:NUMSEQuencecommand.
current
property
¶
current: RemoteSequenceCurrent
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 theREMOTE:SEQuence:CURrent?query. - Using the
.verify(value)method will send theREMOTE:SEQuence:CURrent?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- REMOTE:SEQuence:CURrent?
numsequence
property
¶
numsequence: RemoteSequenceNumsequence
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 theREMOTE:SEQuence:NUMSEQuence?query. - Using the
.verify(value)method will send theREMOTE:SEQuence:NUMSEQuence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SEQuence:NUMSEQuence valuecommand.
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 theREMOTE:SEQuence:CURrent?query. - Using the
.verify(value)method will send theREMOTE:SEQuence:CURrent?query and raise an AssertionError if the returned value does not matchvalue.
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 theREMOTE:SEQuence:NUMSEQuence?query. - Using the
.verify(value)method will send theREMOTE:SEQuence:NUMSEQuence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SEQuence:NUMSEQuence valuecommand.
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 theREMOTE:SV?query. - Using the
.verify(value)method will send theREMOTE:SV?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.rbw: TheREMOTE:SV:RBWcommand..rbwmode: TheREMOTE:SV:RBWModecommand..span: TheREMOTE:SV:SPANcommand..spanrbwratio: TheREMOTE:SV:SPANRBWRatiocommand..window: TheREMOTE:SV:WINDOWcommand.
rbw
property
¶
rbw: RemoteSvRbw
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 a1000:1ratio. 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 theREMOTE:SV:RBW?query. - Using the
.verify(value)method will send theREMOTE:SV:RBW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:RBW valuecommand.
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 theREMOTE:SV:RBWMode?query. - Using the
.verify(value)method will send theREMOTE:SV:RBWMode?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:RBWMode valuecommand.
SCPI Syntax
- REMOTE:SV:RBWMode {AUTOmatic|MANual}
- REMOTE:SV:RBWMode?
Info
AUTOmaticspecifies the resolution bandwidth automatically as the span is changed. The default behavior is1000: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 commandREMOTE:SV:SPANRBWRatio.MANualspecifies to set the resolution bandwidth, independently from the span, using the commandREMOTE:SV:RBW.
span
property
¶
span: RemoteSvSpan
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 theREMOTE:SV:SPAN?query. - Using the
.verify(value)method will send theREMOTE:SV:SPAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:SPAN valuecommand.
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:RBWModeto set the RBW Mode to Automatic.
Usage
- Using the
.query()method will send theREMOTE:SV:SPANRBWRatio?query. - Using the
.verify(value)method will send theREMOTE:SV:SPANRBWRatio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:SPANRBWRatio valuecommand.
SCPI Syntax
- REMOTE:SV:SPANRBWRatio <NR3>
- REMOTE:SV:SPANRBWRatio?
Info
<NR3>specifies the span-to-RBW ratio.
window
property
¶
window: RemoteSvWindow
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 theREMOTE:SV:WINDOW?query. - Using the
.verify(value)method will send theREMOTE:SV:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:WINDOW valuecommand.
SCPI Syntax
- REMOTE:SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- REMOTE:SV:WINDOW?
Info
KAISerbesselspecifies the Kaiser-Bessel window type (a high or moderate resolution window).RECTangularspecifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).HAMMingspecifies the Hamming window type (a high or moderate resolution window based on a cosine series).HANNingspecifies the Hanning window type (a high or moderate resolution window based on a cosine series).BLACkmanharrisspecifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).FLATtop2specifies 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 a1000:1ratio. 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 theREMOTE:SV:RBW?query. - Using the
.verify(value)method will send theREMOTE:SV:RBW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:RBW valuecommand.
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 theREMOTE:SV:RBWMode?query. - Using the
.verify(value)method will send theREMOTE:SV:RBWMode?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:RBWMode valuecommand.
SCPI Syntax
- REMOTE:SV:RBWMode {AUTOmatic|MANual}
- REMOTE:SV:RBWMode?
Info
AUTOmaticspecifies the resolution bandwidth automatically as the span is changed. The default behavior is1000: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 commandREMOTE:SV:SPANRBWRatio.MANualspecifies to set the resolution bandwidth, independently from the span, using the commandREMOTE: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 theREMOTE:SV:SPAN?query. - Using the
.verify(value)method will send theREMOTE:SV:SPAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:SPAN valuecommand.
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:RBWModeto set the RBW Mode to Automatic.
Usage
- Using the
.query()method will send theREMOTE:SV:SPANRBWRatio?query. - Using the
.verify(value)method will send theREMOTE:SV:SPANRBWRatio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:SPANRBWRatio valuecommand.
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 theREMOTE:SV:WINDOW?query. - Using the
.verify(value)method will send theREMOTE:SV:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:SV:WINDOW valuecommand.
SCPI Syntax
- REMOTE:SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- REMOTE:SV:WINDOW?
Info
KAISerbesselspecifies the Kaiser-Bessel window type (a high or moderate resolution window).RECTangularspecifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).HAMMingspecifies the Hamming window type (a high or moderate resolution window based on a cosine series).HANNingspecifies the Hanning window type (a high or moderate resolution window based on a cosine series).BLACkmanharrisspecifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).FLATtop2specifies 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 theREMOTE:USBDEscriptors?query. - Using the
.verify(value)method will send theREMOTE:USBDEscriptors?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theREMOTE:USBDEscriptors valuecommand.
SCPI Syntax
- REMOTE:USBDEscriptors {Usb<x>}
- REMOTE:USBDEscriptors?
Info
Usb0sets the usb address of the first specified scope.Usb1sets the usb address of the second specified scope.