configuration
¶
The configuration commands module.
These commands are used in the following models: DPO4K, DPO4KB, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CONFIGuration:ADVMATH?
- CONFIGuration:AFG?
- CONFIGuration:ANALOg:BANDWidth?
- CONFIGuration:ANALOg:GNDCPLG?
- CONFIGuration:ANALOg:MAXBANDWidth?
- CONFIGuration:ANALOg:MAXSAMPLERate?
- CONFIGuration:ANALOg:NUMCHANnels?
- CONFIGuration:ANALOg:RECLENS?
- CONFIGuration:ANALOg:VERTINVert?
- CONFIGuration:APPLications:CUSTOMMask?
- CONFIGuration:APPLications:LIMITMask?
- CONFIGuration:APPLications:POWer?
- CONFIGuration:APPLications:STANDARDMask?
- CONFIGuration:APPLications:VIDPIC?
- CONFIGuration:ARB?
- CONFIGuration:AUXIN?
- CONFIGuration:BUSWAVEFORMS:ARINC429A?
- CONFIGuration:BUSWAVEFORMS:AUDIO?
- CONFIGuration:BUSWAVEFORMS:CAN?
- CONFIGuration:BUSWAVEFORMS:CANFD?
- CONFIGuration:BUSWAVEFORMS:ETHERNET?
- CONFIGuration:BUSWAVEFORMS:FLEXRAY?
- CONFIGuration:BUSWAVEFORMS:I2C?
- CONFIGuration:BUSWAVEFORMS:LIN?
- CONFIGuration:BUSWAVEFORMS:MIL1553B?
- CONFIGuration:BUSWAVEFORMS:NUMBUS?
- CONFIGuration:BUSWAVEFORMS:PARallel?
- CONFIGuration:BUSWAVEFORMS:RS232C?
- CONFIGuration:BUSWAVEFORMS:SPI?
- CONFIGuration:BUSWAVEFORMS:USB:HS?
- CONFIGuration:BUSWAVEFORMS:USB?
- CONFIGuration:DIGITAl:MAGnivu?
- CONFIGuration:DIGITAl:MAXSAMPLERate?
- CONFIGuration:DIGITAl:NUMCHANnels?
- CONFIGuration:DVM?
- CONFIGuration:EXTVIDEO?
- CONFIGuration:HISTOGRAM?
- CONFIGuration:NETWORKDRIVES?
- CONFIGuration:NUMMEAS?
- CONFIGuration:REFS:NUMREFS?
- CONFIGuration:RF:ADVTRIG?
- CONFIGuration:RF:BANDWidth?
- CONFIGuration:RF:MAXBANDWidth?
- CONFIGuration:RF:NUMCHANnels?
- CONFIGuration:ROSC?
Configuration
¶
Bases: SCPICmdRead
The CONFIGuration command tree.
Usage
- Using the
.query()method will send theCONFIGuration?query. - Using the
.verify(value)method will send theCONFIGuration?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.advmath: TheCONFIGuration:ADVMATHcommand..afg: TheCONFIGuration:AFGcommand..analog: TheCONFIGuration:ANALOgcommand tree..applications: TheCONFIGuration:APPLicationscommand tree..arb: TheCONFIGuration:ARBcommand..auxin: TheCONFIGuration:AUXINcommand..buswaveforms: TheCONFIGuration:BUSWAVEFORMScommand tree..digital: TheCONFIGuration:DIGITAlcommand tree..dvm: TheCONFIGuration:DVMcommand..extvideo: TheCONFIGuration:EXTVIDEOcommand..histogram: TheCONFIGuration:HISTOGRAMcommand..networkdrives: TheCONFIGuration:NETWORKDRIVEScommand..nummeas: TheCONFIGuration:NUMMEAScommand..refs: TheCONFIGuration:REFScommand tree..rf: TheCONFIGuration:RFcommand tree..rosc: TheCONFIGuration:ROSCcommand.
advmath
property
¶
advmath: ConfigurationAdvmath
Return the CONFIGuration:ADVMATH command.
Description
- This query returns a boolean value to indicate whether the advanced math feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:ADVMATH?query. - Using the
.verify(value)method will send theCONFIGuration:ADVMATH?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ADVMATH?
afg
property
¶
afg: ConfigurationAfg
Return the CONFIGuration:AFG command.
Description
- Indicates whether or not the arbitrary function generator hardware is present, and the arbitrary function generation feature is enabled.
Usage
- Using the
.query()method will send theCONFIGuration:AFG?query. - Using the
.verify(value)method will send theCONFIGuration:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:AFG?
analog
property
¶
analog: ConfigurationAnalog
Return the CONFIGuration:ANALOg command tree.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.bandwidth: TheCONFIGuration:ANALOg:BANDWidthcommand..gndcplg: TheCONFIGuration:ANALOg:GNDCPLGcommand..maxbandwidth: TheCONFIGuration:ANALOg:MAXBANDWidthcommand..maxsamplerate: TheCONFIGuration:ANALOg:MAXSAMPLERatecommand..numchannels: TheCONFIGuration:ANALOg:NUMCHANnelscommand..reclens: TheCONFIGuration:ANALOg:RECLENScommand..vertinvert: TheCONFIGuration:ANALOg:VERTINVertcommand.
applications
property
¶
applications: ConfigurationApplications
Return the CONFIGuration:APPLications command tree.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.custommask: TheCONFIGuration:APPLications:CUSTOMMaskcommand..limitmask: TheCONFIGuration:APPLications:LIMITMaskcommand..power: TheCONFIGuration:APPLications:POWercommand..standardmask: TheCONFIGuration:APPLications:STANDARDMaskcommand..vidpic: TheCONFIGuration:APPLications:VIDPICcommand.
arb
property
¶
arb: ConfigurationArb
Return the CONFIGuration:ARB command.
Description
- Indicates whether or not the arbitrary function generator hardware is present, and the
user-defined arbitrary waveform generation feature is enabled. Note that this is
different than the
CONFIGuration:AFG?query. The ability to generate arbitrary waveforms is an extension of the standard AFG features.
Usage
- Using the
.query()method will send theCONFIGuration:ARB?query. - Using the
.verify(value)method will send theCONFIGuration:ARB?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ARB?
auxin
property
¶
auxin: ConfigurationAuxin
Return the CONFIGuration:AUXIN command.
Description
- This query returns a boolean value to indicate whether the instrument has an Aux Input connector.
Usage
- Using the
.query()method will send theCONFIGuration:AUXIN?query. - Using the
.verify(value)method will send theCONFIGuration:AUXIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:AUXIN?
buswaveforms
property
¶
buswaveforms: ConfigurationBuswaveforms
Return the CONFIGuration:BUSWAVEFORMS command tree.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.arinc429a: TheCONFIGuration:BUSWAVEFORMS:ARINC429Acommand..audio: TheCONFIGuration:BUSWAVEFORMS:AUDIOcommand..can: TheCONFIGuration:BUSWAVEFORMS:CANcommand..canfd: TheCONFIGuration:BUSWAVEFORMS:CANFDcommand..ethernet: TheCONFIGuration:BUSWAVEFORMS:ETHERNETcommand..flexray: TheCONFIGuration:BUSWAVEFORMS:FLEXRAYcommand..i2c: TheCONFIGuration:BUSWAVEFORMS:I2Ccommand..lin: TheCONFIGuration:BUSWAVEFORMS:LINcommand..mil1553b: TheCONFIGuration:BUSWAVEFORMS:MIL1553Bcommand..numbus: TheCONFIGuration:BUSWAVEFORMS:NUMBUScommand..parallel: TheCONFIGuration:BUSWAVEFORMS:PARallelcommand..rs232c: TheCONFIGuration:BUSWAVEFORMS:RS232Ccommand..spi: TheCONFIGuration:BUSWAVEFORMS:SPIcommand..usb: TheCONFIGuration:BUSWAVEFORMS:USBcommand.
digital
property
¶
digital: ConfigurationDigital
Return the CONFIGuration:DIGITAl command tree.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.magnivu: TheCONFIGuration:DIGITAl:MAGnivucommand..maxsamplerate: TheCONFIGuration:DIGITAl:MAXSAMPLERatecommand..numchannels: TheCONFIGuration:DIGITAl:NUMCHANnelscommand.
dvm
property
¶
dvm: ConfigurationDvm
Return the CONFIGuration:DVM command.
Description
- Indicates whether the Digital Voltmeter hardware is present, and the DVM feature is enabled.
Usage
- Using the
.query()method will send theCONFIGuration:DVM?query. - Using the
.verify(value)method will send theCONFIGuration:DVM?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DVM?
extvideo
property
¶
extvideo: ConfigurationExtvideo
Return the CONFIGuration:EXTVIDEO command.
Description
- This query returns a boolean value to indicate whether the extended video trigger features are present.
Usage
- Using the
.query()method will send theCONFIGuration:EXTVIDEO?query. - Using the
.verify(value)method will send theCONFIGuration:EXTVIDEO?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:EXTVIDEO?
histogram
property
¶
histogram: ConfigurationHistogram
Return the CONFIGuration:HISTOGRAM command.
Description
- This query returns a boolean value to indicate whether the waveform histogram feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:HISTOGRAM?query. - Using the
.verify(value)method will send theCONFIGuration:HISTOGRAM?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:HISTOGRAM?
networkdrives
property
¶
networkdrives: ConfigurationNetworkdrives
Return the CONFIGuration:NETWORKDRIVES command.
Description
- This query returns a boolean value to indicate whether network drives are supported.
Usage
- Using the
.query()method will send theCONFIGuration:NETWORKDRIVES?query. - Using the
.verify(value)method will send theCONFIGuration:NETWORKDRIVES?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:NETWORKDRIVES?
nummeas
property
¶
nummeas: ConfigurationNummeas
Return the CONFIGuration:NUMMEAS command.
Description
- This query returns the maximum number of periodic measurements.
Usage
- Using the
.query()method will send theCONFIGuration:NUMMEAS?query. - Using the
.verify(value)method will send theCONFIGuration:NUMMEAS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:NUMMEAS?
refs
property
¶
refs: ConfigurationRefs
Return the CONFIGuration:REFS command tree.
Usage
- Using the
.query()method will send theCONFIGuration:REFS?query. - Using the
.verify(value)method will send theCONFIGuration:REFS?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.numrefs: TheCONFIGuration:REFS:NUMREFScommand.
rf
property
¶
rf: ConfigurationRf
Return the CONFIGuration:RF command tree.
Usage
- Using the
.query()method will send theCONFIGuration:RF?query. - Using the
.verify(value)method will send theCONFIGuration:RF?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.advtrig: TheCONFIGuration:RF:ADVTRIGcommand..bandwidth: TheCONFIGuration:RF:BANDWidthcommand..maxbandwidth: TheCONFIGuration:RF:MAXBANDWidthcommand..numchannels: TheCONFIGuration:RF:NUMCHANnelscommand.
rosc
property
¶
rosc: ConfigurationRosc
Return the CONFIGuration:ROSC command.
Description
- This query returns a boolean value to indicate whether the instrument has an external reference oscillator (ROSC) input.
Usage
- Using the
.query()method will send theCONFIGuration:ROSC?query. - Using the
.verify(value)method will send theCONFIGuration:ROSC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ROSC?
ConfigurationAdvmath
¶
Bases: SCPICmdRead
The CONFIGuration:ADVMATH command.
Description
- This query returns a boolean value to indicate whether the advanced math feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:ADVMATH?query. - Using the
.verify(value)method will send theCONFIGuration:ADVMATH?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ADVMATH?
ConfigurationAfg
¶
Bases: SCPICmdRead
The CONFIGuration:AFG command.
Description
- Indicates whether or not the arbitrary function generator hardware is present, and the arbitrary function generation feature is enabled.
Usage
- Using the
.query()method will send theCONFIGuration:AFG?query. - Using the
.verify(value)method will send theCONFIGuration:AFG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:AFG?
ConfigurationAnalog
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg command tree.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.bandwidth: TheCONFIGuration:ANALOg:BANDWidthcommand..gndcplg: TheCONFIGuration:ANALOg:GNDCPLGcommand..maxbandwidth: TheCONFIGuration:ANALOg:MAXBANDWidthcommand..maxsamplerate: TheCONFIGuration:ANALOg:MAXSAMPLERatecommand..numchannels: TheCONFIGuration:ANALOg:NUMCHANnelscommand..reclens: TheCONFIGuration:ANALOg:RECLENScommand..vertinvert: TheCONFIGuration:ANALOg:VERTINVertcommand.
bandwidth
property
¶
bandwidth: ConfigurationAnalogBandwidth
Return the CONFIGuration:ANALOg:BANDWidth command.
Description
- This command queries the maximum licensed bandwidth of the instrument.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:BANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:BANDWidth?
gndcplg
property
¶
gndcplg: ConfigurationAnalogGndcplg
Return the CONFIGuration:ANALOg:GNDCPLG command.
Description
- This query returns a boolean value to indicate whether the ground coupling feature for analog channels is present. As this feature is not supported on MSO/DPO4000B, MDO4000/B/C or MDO3000 models, this query always returns 0.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:GNDCPLG?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:GNDCPLG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:GNDCPLG?
maxbandwidth
property
¶
maxbandwidth: ConfigurationAnalogMaxbandwidth
Return the CONFIGuration:ANALOg:MAXBANDWidth command.
Description
- This query returns the maximum bandwidth for analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:MAXBANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:MAXBANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:MAXBANDWidth?
maxsamplerate
property
¶
maxsamplerate: ConfigurationAnalogMaxsamplerate
Return the CONFIGuration:ANALOg:MAXSAMPLERate command.
Description
- This query returns the maximum sample rate for analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:MAXSAMPLERate?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:MAXSAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:MAXSAMPLERate?
numchannels
property
¶
numchannels: ConfigurationAnalogNumchannels
Return the CONFIGuration:ANALOg:NUMCHANnels command.
Description
- This query returns the number of analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:NUMCHANnels?
reclens
property
¶
reclens: ConfigurationAnalogReclens
Return the CONFIGuration:ANALOg:RECLENS command.
Description
- This query returns a comma-separated list of supported record lengths for the analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:RECLENS?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:RECLENS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:RECLENS?
vertinvert
property
¶
vertinvert: ConfigurationAnalogVertinvert
Return the CONFIGuration:ANALOg:VERTINVert command.
Description
- This query returns a boolean value to indicate whether the vertical invert feature for analog channels is present.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:VERTINVert?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:VERTINVert?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:VERTINVert?
ConfigurationAnalogBandwidth
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:BANDWidth command.
Description
- This command queries the maximum licensed bandwidth of the instrument.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:BANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:BANDWidth?
ConfigurationAnalogGndcplg
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:GNDCPLG command.
Description
- This query returns a boolean value to indicate whether the ground coupling feature for analog channels is present. As this feature is not supported on MSO/DPO4000B, MDO4000/B/C or MDO3000 models, this query always returns 0.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:GNDCPLG?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:GNDCPLG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:GNDCPLG?
ConfigurationAnalogMaxbandwidth
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:MAXBANDWidth command.
Description
- This query returns the maximum bandwidth for analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:MAXBANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:MAXBANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:MAXBANDWidth?
ConfigurationAnalogMaxsamplerate
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:MAXSAMPLERate command.
Description
- This query returns the maximum sample rate for analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:MAXSAMPLERate?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:MAXSAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:MAXSAMPLERate?
ConfigurationAnalogNumchannels
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:NUMCHANnels command.
Description
- This query returns the number of analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:NUMCHANnels?
ConfigurationAnalogReclens
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:RECLENS command.
Description
- This query returns a comma-separated list of supported record lengths for the analog channels.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:RECLENS?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:RECLENS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:RECLENS?
ConfigurationAnalogVertinvert
¶
Bases: SCPICmdRead
The CONFIGuration:ANALOg:VERTINVert command.
Description
- This query returns a boolean value to indicate whether the vertical invert feature for analog channels is present.
Usage
- Using the
.query()method will send theCONFIGuration:ANALOg:VERTINVert?query. - Using the
.verify(value)method will send theCONFIGuration:ANALOg:VERTINVert?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ANALOg:VERTINVert?
ConfigurationApplications
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications command tree.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.custommask: TheCONFIGuration:APPLications:CUSTOMMaskcommand..limitmask: TheCONFIGuration:APPLications:LIMITMaskcommand..power: TheCONFIGuration:APPLications:POWercommand..standardmask: TheCONFIGuration:APPLications:STANDARDMaskcommand..vidpic: TheCONFIGuration:APPLications:VIDPICcommand.
custommask
property
¶
custommask: ConfigurationApplicationsCustommask
Return the CONFIGuration:APPLications:CUSTOMMask command.
Description
- Indicates whether the Custom Mask test feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:CUSTOMMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:CUSTOMMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:CUSTOMMask?
limitmask
property
¶
limitmask: ConfigurationApplicationsLimitmask
Return the CONFIGuration:APPLications:LIMITMask command.
Description
- This query returns a boolean value to indicate whether the optional mask/limit test feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:LIMITMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:LIMITMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:LIMITMask?
power
property
¶
Return the CONFIGuration:APPLications:POWer command.
Description
- This query returns a boolean value to indicate whether the optional power application feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:POWer?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:POWer?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:POWer?
standardmask
property
¶
standardmask: ConfigurationApplicationsStandardmask
Return the CONFIGuration:APPLications:STANDARDMask command.
Description
- Indicates whether the Standard Mask test feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:STANDARDMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:STANDARDMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:STANDARDMask?
vidpic
property
¶
vidpic: ConfigurationApplicationsVidpic
Return the CONFIGuration:APPLications:VIDPIC command.
Description
- Indicates whether the Video Picture feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:VIDPIC?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:VIDPIC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:VIDPIC?
ConfigurationApplicationsCustommask
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications:CUSTOMMask command.
Description
- Indicates whether the Custom Mask test feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:CUSTOMMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:CUSTOMMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:CUSTOMMask?
ConfigurationApplicationsLimitmask
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications:LIMITMask command.
Description
- This query returns a boolean value to indicate whether the optional mask/limit test feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:LIMITMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:LIMITMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:LIMITMask?
ConfigurationApplicationsPower
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications:POWer command.
Description
- This query returns a boolean value to indicate whether the optional power application feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:POWer?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:POWer?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:POWer?
ConfigurationApplicationsStandardmask
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications:STANDARDMask command.
Description
- Indicates whether the Standard Mask test feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:STANDARDMask?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:STANDARDMask?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:STANDARDMask?
ConfigurationApplicationsVidpic
¶
Bases: SCPICmdRead
The CONFIGuration:APPLications:VIDPIC command.
Description
- Indicates whether the Video Picture feature is present and enabled.
Usage
- Using the
.query()method will send theCONFIGuration:APPLications:VIDPIC?query. - Using the
.verify(value)method will send theCONFIGuration:APPLications:VIDPIC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:APPLications:VIDPIC?
ConfigurationArb
¶
Bases: SCPICmdRead
The CONFIGuration:ARB command.
Description
- Indicates whether or not the arbitrary function generator hardware is present, and the
user-defined arbitrary waveform generation feature is enabled. Note that this is different
than the
CONFIGuration:AFG?query. The ability to generate arbitrary waveforms is an extension of the standard AFG features.
Usage
- Using the
.query()method will send theCONFIGuration:ARB?query. - Using the
.verify(value)method will send theCONFIGuration:ARB?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ARB?
ConfigurationAuxin
¶
Bases: SCPICmdRead
The CONFIGuration:AUXIN command.
Description
- This query returns a boolean value to indicate whether the instrument has an Aux Input connector.
Usage
- Using the
.query()method will send theCONFIGuration:AUXIN?query. - Using the
.verify(value)method will send theCONFIGuration:AUXIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:AUXIN?
ConfigurationBuswaveforms
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS command tree.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.arinc429a: TheCONFIGuration:BUSWAVEFORMS:ARINC429Acommand..audio: TheCONFIGuration:BUSWAVEFORMS:AUDIOcommand..can: TheCONFIGuration:BUSWAVEFORMS:CANcommand..canfd: TheCONFIGuration:BUSWAVEFORMS:CANFDcommand..ethernet: TheCONFIGuration:BUSWAVEFORMS:ETHERNETcommand..flexray: TheCONFIGuration:BUSWAVEFORMS:FLEXRAYcommand..i2c: TheCONFIGuration:BUSWAVEFORMS:I2Ccommand..lin: TheCONFIGuration:BUSWAVEFORMS:LINcommand..mil1553b: TheCONFIGuration:BUSWAVEFORMS:MIL1553Bcommand..numbus: TheCONFIGuration:BUSWAVEFORMS:NUMBUScommand..parallel: TheCONFIGuration:BUSWAVEFORMS:PARallelcommand..rs232c: TheCONFIGuration:BUSWAVEFORMS:RS232Ccommand..spi: TheCONFIGuration:BUSWAVEFORMS:SPIcommand..usb: TheCONFIGuration:BUSWAVEFORMS:USBcommand.
arinc429a
property
¶
arinc429a: ConfigurationBuswaveformsArinc429a
Return the CONFIGuration:BUSWAVEFORMS:ARINC429A command.
Description
- This query returns a Boolean value to indicate whether the optional CAN-FD bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:ARINC429A?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:ARINC429A?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:ARINC429A?
audio
property
¶
Return the CONFIGuration:BUSWAVEFORMS:AUDIO command.
Description
- This query returns a boolean value to indicate whether the optional audio bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:AUDIO?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:AUDIO?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:AUDIO?
can
property
¶
Return the CONFIGuration:BUSWAVEFORMS:CAN command.
Description
- This query returns a boolean value to indicate whether the optional CAN bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:CAN?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:CAN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:CAN?
canfd
property
¶
Return the CONFIGuration:BUSWAVEFORMS:CANFD command.
Description
- This query returns a Boolean value to indicate whether the optional CAN FD bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:CANFD?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:CANFD?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:CANFD?
ethernet
property
¶
ethernet: ConfigurationBuswaveformsEthernet
Return the CONFIGuration:BUSWAVEFORMS:ETHERNET command.
Description
- This query returns a boolean value to indicate whether the optional Ethernet triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:ETHERNET?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:ETHERNET?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:ETHERNET?
flexray
property
¶
flexray: ConfigurationBuswaveformsFlexray
Return the CONFIGuration:BUSWAVEFORMS:FLEXRAY command.
Description
- This query returns a boolean value to indicate whether the optional FlexRay bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:FLEXRAY?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:FLEXRAY?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:FLEXRAY?
i2c
property
¶
Return the CONFIGuration:BUSWAVEFORMS:I2C command.
Description
- This query returns a boolean value to indicate whether the optional I 2 C bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:I2C?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:I2C?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:I2C?
lin
property
¶
Return the CONFIGuration:BUSWAVEFORMS:LIN command.
Description
- This query returns a boolean value to indicate whether the optional LIN bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:LIN?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:LIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:LIN?
mil1553b
property
¶
mil1553b: ConfigurationBuswaveformsMil1553b
Return the CONFIGuration:BUSWAVEFORMS:MIL1553B command.
Description
- This query returns a boolean value to indicate whether the optional MIL-STD-1553 bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:MIL1553B?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:MIL1553B?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:MIL1553B?
numbus
property
¶
numbus: ConfigurationBuswaveformsNumbus
Return the CONFIGuration:BUSWAVEFORMS:NUMBUS command.
Description
- This query returns the number of bus waveforms.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:NUMBUS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:NUMBUS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:NUMBUS?
parallel
property
¶
parallel: ConfigurationBuswaveformsParallel
Return the CONFIGuration:BUSWAVEFORMS:PARallel command.
Description
- This query returns a boolean value to indicate whether the parallel bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:PARallel?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:PARallel?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:PARallel?
rs232c
property
¶
rs232c: ConfigurationBuswaveformsRs232c
Return the CONFIGuration:BUSWAVEFORMS:RS232C command.
Description
- This query returns a boolean value to indicate whether the optional RS232 bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:RS232C?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:RS232C?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:RS232C?
spi
property
¶
Return the CONFIGuration:BUSWAVEFORMS:SPI command.
Description
- This query returns a boolean value to indicate whether the optional SPI bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:SPI?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:SPI?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:SPI?
usb
property
¶
Return the CONFIGuration:BUSWAVEFORMS:USB command.
Description
- This query returns a boolean value to indicate whether the USB bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:USB?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:USB?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB?
Sub-properties
.hs: TheCONFIGuration:BUSWAVEFORMS:USB:HScommand.
ConfigurationBuswaveformsArinc429a
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:ARINC429A command.
Description
- This query returns a Boolean value to indicate whether the optional CAN-FD bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:ARINC429A?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:ARINC429A?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:ARINC429A?
ConfigurationBuswaveformsAudio
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:AUDIO command.
Description
- This query returns a boolean value to indicate whether the optional audio bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:AUDIO?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:AUDIO?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:AUDIO?
ConfigurationBuswaveformsCan
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:CAN command.
Description
- This query returns a boolean value to indicate whether the optional CAN bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:CAN?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:CAN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:CAN?
ConfigurationBuswaveformsCanfd
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:CANFD command.
Description
- This query returns a Boolean value to indicate whether the optional CAN FD bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:CANFD?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:CANFD?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:CANFD?
ConfigurationBuswaveformsEthernet
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:ETHERNET command.
Description
- This query returns a boolean value to indicate whether the optional Ethernet triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:ETHERNET?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:ETHERNET?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:ETHERNET?
ConfigurationBuswaveformsFlexray
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:FLEXRAY command.
Description
- This query returns a boolean value to indicate whether the optional FlexRay bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:FLEXRAY?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:FLEXRAY?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:FLEXRAY?
ConfigurationBuswaveformsI2c
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:I2C command.
Description
- This query returns a boolean value to indicate whether the optional I 2 C bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:I2C?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:I2C?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:I2C?
ConfigurationBuswaveformsLin
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:LIN command.
Description
- This query returns a boolean value to indicate whether the optional LIN bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:LIN?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:LIN?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:LIN?
ConfigurationBuswaveformsMil1553b
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:MIL1553B command.
Description
- This query returns a boolean value to indicate whether the optional MIL-STD-1553 bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:MIL1553B?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:MIL1553B?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:MIL1553B?
ConfigurationBuswaveformsNumbus
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:NUMBUS command.
Description
- This query returns the number of bus waveforms.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:NUMBUS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:NUMBUS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:NUMBUS?
ConfigurationBuswaveformsParallel
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:PARallel command.
Description
- This query returns a boolean value to indicate whether the parallel bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:PARallel?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:PARallel?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:PARallel?
ConfigurationBuswaveformsRs232c
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:RS232C command.
Description
- This query returns a boolean value to indicate whether the optional RS232 bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:RS232C?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:RS232C?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:RS232C?
ConfigurationBuswaveformsSpi
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:SPI command.
Description
- This query returns a boolean value to indicate whether the optional SPI bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:SPI?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:SPI?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:SPI?
ConfigurationBuswaveformsUsb
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:USB command.
Description
- This query returns a boolean value to indicate whether the USB bus triggering and analysis feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:USB?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:USB?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB?
Properties
.hs: TheCONFIGuration:BUSWAVEFORMS:USB:HScommand.
hs
property
¶
Return the CONFIGuration:BUSWAVEFORMS:USB:HS command.
Description
- This query returns a boolean value to indicate whether the high-speed USB bus triggering and analysis feature is present. Depending upon the bandwidth of the instrument, USB bus triggering and analysis features may be limited to USB low-speed or full-speed. If the instrument bandwidth is sufficient, USB high-speed (HS) triggering and analysis is supported as long as the 3-SRUSB2 application option is installed.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:USB:HS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:USB:HS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB:HS?
ConfigurationBuswaveformsUsbHs
¶
Bases: SCPICmdRead
The CONFIGuration:BUSWAVEFORMS:USB:HS command.
Description
- This query returns a boolean value to indicate whether the high-speed USB bus triggering and analysis feature is present. Depending upon the bandwidth of the instrument, USB bus triggering and analysis features may be limited to USB low-speed or full-speed. If the instrument bandwidth is sufficient, USB high-speed (HS) triggering and analysis is supported as long as the 3-SRUSB2 application option is installed.
Usage
- Using the
.query()method will send theCONFIGuration:BUSWAVEFORMS:USB:HS?query. - Using the
.verify(value)method will send theCONFIGuration:BUSWAVEFORMS:USB:HS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB:HS?
ConfigurationDigital
¶
Bases: SCPICmdRead
The CONFIGuration:DIGITAl command tree.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.magnivu: TheCONFIGuration:DIGITAl:MAGnivucommand..maxsamplerate: TheCONFIGuration:DIGITAl:MAXSAMPLERatecommand..numchannels: TheCONFIGuration:DIGITAl:NUMCHANnelscommand.
magnivu
property
¶
magnivu: ConfigurationDigitalMagnivu
Return the CONFIGuration:DIGITAl:MAGnivu command.
Description
- This query returns a boolean value to indicate whether the instrument supports the MagniVu feature for digital channels. If there are no digital channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:MAGnivu?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:MAGnivu?
maxsamplerate
property
¶
maxsamplerate: ConfigurationDigitalMaxsamplerate
Return the CONFIGuration:DIGITAl:MAXSAMPLERate command.
Description
- This query returns the maximum sample rate for digital channels, in samples per second. If there are no digital channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:MAXSAMPLERate?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:MAXSAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:MAXSAMPLERate?
numchannels
property
¶
numchannels: ConfigurationDigitalNumchannels
Return the CONFIGuration:DIGITAl:NUMCHANnels command.
Description
- This query returns the number of digital channels.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:NUMCHANnels?
ConfigurationDigitalMagnivu
¶
Bases: SCPICmdRead
The CONFIGuration:DIGITAl:MAGnivu command.
Description
- This query returns a boolean value to indicate whether the instrument supports the MagniVu feature for digital channels. If there are no digital channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:MAGnivu?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:MAGnivu?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:MAGnivu?
ConfigurationDigitalMaxsamplerate
¶
Bases: SCPICmdRead
The CONFIGuration:DIGITAl:MAXSAMPLERate command.
Description
- This query returns the maximum sample rate for digital channels, in samples per second. If there are no digital channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:MAXSAMPLERate?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:MAXSAMPLERate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:MAXSAMPLERate?
ConfigurationDigitalNumchannels
¶
Bases: SCPICmdRead
The CONFIGuration:DIGITAl:NUMCHANnels command.
Description
- This query returns the number of digital channels.
Usage
- Using the
.query()method will send theCONFIGuration:DIGITAl:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:DIGITAl:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DIGITAl:NUMCHANnels?
ConfigurationDvm
¶
Bases: SCPICmdRead
The CONFIGuration:DVM command.
Description
- Indicates whether the Digital Voltmeter hardware is present, and the DVM feature is enabled.
Usage
- Using the
.query()method will send theCONFIGuration:DVM?query. - Using the
.verify(value)method will send theCONFIGuration:DVM?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:DVM?
ConfigurationExtvideo
¶
Bases: SCPICmdRead
The CONFIGuration:EXTVIDEO command.
Description
- This query returns a boolean value to indicate whether the extended video trigger features are present.
Usage
- Using the
.query()method will send theCONFIGuration:EXTVIDEO?query. - Using the
.verify(value)method will send theCONFIGuration:EXTVIDEO?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:EXTVIDEO?
ConfigurationHistogram
¶
Bases: SCPICmdRead
The CONFIGuration:HISTOGRAM command.
Description
- This query returns a boolean value to indicate whether the waveform histogram feature is present.
Usage
- Using the
.query()method will send theCONFIGuration:HISTOGRAM?query. - Using the
.verify(value)method will send theCONFIGuration:HISTOGRAM?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:HISTOGRAM?
ConfigurationNetworkdrives
¶
Bases: SCPICmdRead
The CONFIGuration:NETWORKDRIVES command.
Description
- This query returns a boolean value to indicate whether network drives are supported.
Usage
- Using the
.query()method will send theCONFIGuration:NETWORKDRIVES?query. - Using the
.verify(value)method will send theCONFIGuration:NETWORKDRIVES?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:NETWORKDRIVES?
ConfigurationNummeas
¶
Bases: SCPICmdRead
The CONFIGuration:NUMMEAS command.
Description
- This query returns the maximum number of periodic measurements.
Usage
- Using the
.query()method will send theCONFIGuration:NUMMEAS?query. - Using the
.verify(value)method will send theCONFIGuration:NUMMEAS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:NUMMEAS?
ConfigurationRefs
¶
Bases: SCPICmdRead
The CONFIGuration:REFS command tree.
Usage
- Using the
.query()method will send theCONFIGuration:REFS?query. - Using the
.verify(value)method will send theCONFIGuration:REFS?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.numrefs: TheCONFIGuration:REFS:NUMREFScommand.
numrefs
property
¶
numrefs: ConfigurationRefsNumrefs
Return the CONFIGuration:REFS:NUMREFS command.
Description
- This query returns the number of reference waveforms.
Usage
- Using the
.query()method will send theCONFIGuration:REFS:NUMREFS?query. - Using the
.verify(value)method will send theCONFIGuration:REFS:NUMREFS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:REFS:NUMREFS?
ConfigurationRefsNumrefs
¶
Bases: SCPICmdRead
The CONFIGuration:REFS:NUMREFS command.
Description
- This query returns the number of reference waveforms.
Usage
- Using the
.query()method will send theCONFIGuration:REFS:NUMREFS?query. - Using the
.verify(value)method will send theCONFIGuration:REFS:NUMREFS?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:REFS:NUMREFS?
ConfigurationRf
¶
Bases: SCPICmdRead
The CONFIGuration:RF command tree.
Usage
- Using the
.query()method will send theCONFIGuration:RF?query. - Using the
.verify(value)method will send theCONFIGuration:RF?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.advtrig: TheCONFIGuration:RF:ADVTRIGcommand..bandwidth: TheCONFIGuration:RF:BANDWidthcommand..maxbandwidth: TheCONFIGuration:RF:MAXBANDWidthcommand..numchannels: TheCONFIGuration:RF:NUMCHANnelscommand.
advtrig
property
¶
advtrig: ConfigurationRfAdvtrig
Return the CONFIGuration:RF:ADVTRIG command.
Description
- This query returns a boolean value to indicate whether the advanced RF trigger and analysis feature is present. (Enabling this feature requires an MDO4000/B/C Series oscilloscope and installation of a MDO4TRIG application option.)
Usage
- Using the
.query()method will send theCONFIGuration:RF:ADVTRIG?query. - Using the
.verify(value)method will send theCONFIGuration:RF:ADVTRIG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:ADVTRIG?
bandwidth
property
¶
bandwidth: ConfigurationRfBandwidth
Return the CONFIGuration:RF:BANDWidth command.
Description
- This query returns the bandwidth, in Hz, for the RF channel(s). If there are no RF channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:RF:BANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:RF:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:BANDWidth?
maxbandwidth
property
¶
maxbandwidth: ConfigurationRfMaxbandwidth
Return the CONFIGuration:RF:MAXBANDWidth command.
Description
- This query returns the maximum bandwidth, in hertz, for RF channels. If no RF channels are present, the query returns 0. Enabling this feature requires an MDO4000/B/C Series oscilloscope and installation of a MDO4TRIG option.
Usage
- Using the
.query()method will send theCONFIGuration:RF:MAXBANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:RF:MAXBANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:MAXBANDWidth?
numchannels
property
¶
numchannels: ConfigurationRfNumchannels
Return the CONFIGuration:RF:NUMCHANnels command.
Description
- This query returns the number of RF channels present. If no RF channels are present, the query returns 0. )
Usage
- Using the
.query()method will send theCONFIGuration:RF:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:RF:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:NUMCHANnels?
ConfigurationRfAdvtrig
¶
Bases: SCPICmdRead
The CONFIGuration:RF:ADVTRIG command.
Description
- This query returns a boolean value to indicate whether the advanced RF trigger and analysis feature is present. (Enabling this feature requires an MDO4000/B/C Series oscilloscope and installation of a MDO4TRIG application option.)
Usage
- Using the
.query()method will send theCONFIGuration:RF:ADVTRIG?query. - Using the
.verify(value)method will send theCONFIGuration:RF:ADVTRIG?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:ADVTRIG?
ConfigurationRfBandwidth
¶
Bases: SCPICmdRead
The CONFIGuration:RF:BANDWidth command.
Description
- This query returns the bandwidth, in Hz, for the RF channel(s). If there are no RF channels, the value returned is 0.
Usage
- Using the
.query()method will send theCONFIGuration:RF:BANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:RF:BANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:BANDWidth?
ConfigurationRfMaxbandwidth
¶
Bases: SCPICmdRead
The CONFIGuration:RF:MAXBANDWidth command.
Description
- This query returns the maximum bandwidth, in hertz, for RF channels. If no RF channels are present, the query returns 0. Enabling this feature requires an MDO4000/B/C Series oscilloscope and installation of a MDO4TRIG option.
Usage
- Using the
.query()method will send theCONFIGuration:RF:MAXBANDWidth?query. - Using the
.verify(value)method will send theCONFIGuration:RF:MAXBANDWidth?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:MAXBANDWidth?
ConfigurationRfNumchannels
¶
Bases: SCPICmdRead
The CONFIGuration:RF:NUMCHANnels command.
Description
- This query returns the number of RF channels present. If no RF channels are present, the query returns 0. )
Usage
- Using the
.query()method will send theCONFIGuration:RF:NUMCHANnels?query. - Using the
.verify(value)method will send theCONFIGuration:RF:NUMCHANnels?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:RF:NUMCHANnels?
ConfigurationRosc
¶
Bases: SCPICmdRead
The CONFIGuration:ROSC command.
Description
- This query returns a boolean value to indicate whether the instrument has an external reference oscillator (ROSC) input.
Usage
- Using the
.query()method will send theCONFIGuration:ROSC?query. - Using the
.verify(value)method will send theCONFIGuration:ROSC?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CONFIGuration:ROSC?