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 the CONFIGuration? query.
  • Using the .verify(value) method will send the CONFIGuration? query and raise an AssertionError if the returned value does not match value.
Properties
  • .advmath: The CONFIGuration:ADVMATH command.
  • .afg: The CONFIGuration:AFG command.
  • .analog: The CONFIGuration:ANALOg command tree.
  • .applications: The CONFIGuration:APPLications command tree.
  • .arb: The CONFIGuration:ARB command.
  • .auxin: The CONFIGuration:AUXIN command.
  • .buswaveforms: The CONFIGuration:BUSWAVEFORMS command tree.
  • .digital: The CONFIGuration:DIGITAl command tree.
  • .dvm: The CONFIGuration:DVM command.
  • .extvideo: The CONFIGuration:EXTVIDEO command.
  • .histogram: The CONFIGuration:HISTOGRAM command.
  • .networkdrives: The CONFIGuration:NETWORKDRIVES command.
  • .nummeas: The CONFIGuration:NUMMEAS command.
  • .refs: The CONFIGuration:REFS command tree.
  • .rf: The CONFIGuration:RF command tree.
  • .rosc: The CONFIGuration:ROSC command.

advmath property

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

afg property

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

analog property

Return the CONFIGuration:ANALOg command tree.

Usage
  • Using the .query() method will send the CONFIGuration:ANALOg? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .bandwidth: The CONFIGuration:ANALOg:BANDWidth command.
  • .gndcplg: The CONFIGuration:ANALOg:GNDCPLG command.
  • .maxbandwidth: The CONFIGuration:ANALOg:MAXBANDWidth command.
  • .maxsamplerate: The CONFIGuration:ANALOg:MAXSAMPLERate command.
  • .numchannels: The CONFIGuration:ANALOg:NUMCHANnels command.
  • .reclens: The CONFIGuration:ANALOg:RECLENS command.
  • .vertinvert: The CONFIGuration:ANALOg:VERTINVert command.

applications property

Return the CONFIGuration:APPLications command tree.

Usage
  • Using the .query() method will send the CONFIGuration:APPLications? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .custommask: The CONFIGuration:APPLications:CUSTOMMask command.
  • .limitmask: The CONFIGuration:APPLications:LIMITMask command.
  • .power: The CONFIGuration:APPLications:POWer command.
  • .standardmask: The CONFIGuration:APPLications:STANDARDMask command.
  • .vidpic: The CONFIGuration:APPLications:VIDPIC command.

arb property

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

auxin property

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

buswaveforms property

Return the CONFIGuration:BUSWAVEFORMS command tree.

Usage
  • Using the .query() method will send the CONFIGuration:BUSWAVEFORMS? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .arinc429a: The CONFIGuration:BUSWAVEFORMS:ARINC429A command.
  • .audio: The CONFIGuration:BUSWAVEFORMS:AUDIO command.
  • .can: The CONFIGuration:BUSWAVEFORMS:CAN command.
  • .canfd: The CONFIGuration:BUSWAVEFORMS:CANFD command.
  • .ethernet: The CONFIGuration:BUSWAVEFORMS:ETHERNET command.
  • .flexray: The CONFIGuration:BUSWAVEFORMS:FLEXRAY command.
  • .i2c: The CONFIGuration:BUSWAVEFORMS:I2C command.
  • .lin: The CONFIGuration:BUSWAVEFORMS:LIN command.
  • .mil1553b: The CONFIGuration:BUSWAVEFORMS:MIL1553B command.
  • .numbus: The CONFIGuration:BUSWAVEFORMS:NUMBUS command.
  • .parallel: The CONFIGuration:BUSWAVEFORMS:PARallel command.
  • .rs232c: The CONFIGuration:BUSWAVEFORMS:RS232C command.
  • .spi: The CONFIGuration:BUSWAVEFORMS:SPI command.
  • .usb: The CONFIGuration:BUSWAVEFORMS:USB command.

digital property

Return the CONFIGuration:DIGITAl command tree.

Usage
  • Using the .query() method will send the CONFIGuration:DIGITAl? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .magnivu: The CONFIGuration:DIGITAl:MAGnivu command.
  • .maxsamplerate: The CONFIGuration:DIGITAl:MAXSAMPLERate command.
  • .numchannels: The CONFIGuration:DIGITAl:NUMCHANnels command.

dvm property

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

extvideo property

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

histogram property

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

networkdrives property

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

nummeas property

Return the CONFIGuration:NUMMEAS command.

Description
  • This query returns the maximum number of periodic measurements.
Usage
  • Using the .query() method will send the CONFIGuration:NUMMEAS? query.
  • Using the .verify(value) method will send the CONFIGuration:NUMMEAS? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:NUMMEAS?

refs property

Return the CONFIGuration:REFS command tree.

Usage
  • Using the .query() method will send the CONFIGuration:REFS? query.
  • Using the .verify(value) method will send the CONFIGuration:REFS? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .numrefs: The CONFIGuration:REFS:NUMREFS command.

rf property

Return the CONFIGuration:RF command tree.

Usage
  • Using the .query() method will send the CONFIGuration:RF? query.
  • Using the .verify(value) method will send the CONFIGuration:RF? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .advtrig: The CONFIGuration:RF:ADVTRIG command.
  • .bandwidth: The CONFIGuration:RF:BANDWidth command.
  • .maxbandwidth: The CONFIGuration:RF:MAXBANDWidth command.
  • .numchannels: The CONFIGuration:RF:NUMCHANnels command.

rosc property

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

ConfigurationAnalog

Bases: SCPICmdRead

The CONFIGuration:ANALOg command tree.

Usage
  • Using the .query() method will send the CONFIGuration:ANALOg? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg? query and raise an AssertionError if the returned value does not match value.
Properties
  • .bandwidth: The CONFIGuration:ANALOg:BANDWidth command.
  • .gndcplg: The CONFIGuration:ANALOg:GNDCPLG command.
  • .maxbandwidth: The CONFIGuration:ANALOg:MAXBANDWidth command.
  • .maxsamplerate: The CONFIGuration:ANALOg:MAXSAMPLERate command.
  • .numchannels: The CONFIGuration:ANALOg:NUMCHANnels command.
  • .reclens: The CONFIGuration:ANALOg:RECLENS command.
  • .vertinvert: The CONFIGuration:ANALOg:VERTINVert command.

bandwidth property

Return the CONFIGuration:ANALOg:BANDWidth command.

Description
  • This command queries the maximum licensed bandwidth of the instrument.
Usage
  • Using the .query() method will send the CONFIGuration:ANALOg:BANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:BANDWidth? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ANALOg:BANDWidth?

gndcplg property

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

maxbandwidth property

Return the CONFIGuration:ANALOg:MAXBANDWidth command.

Description
  • This query returns the maximum bandwidth for analog channels.
Usage
  • Using the .query() method will send the CONFIGuration:ANALOg:MAXBANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:MAXBANDWidth? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ANALOg:MAXBANDWidth?

maxsamplerate property

Return the CONFIGuration:ANALOg:MAXSAMPLERate command.

Description
  • This query returns the maximum sample rate for analog channels.
Usage
  • Using the .query() method will send the CONFIGuration:ANALOg:MAXSAMPLERate? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:MAXSAMPLERate? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ANALOg:MAXSAMPLERate?

numchannels property

Return the CONFIGuration:ANALOg:NUMCHANnels command.

Description
  • This query returns the number of analog channels.
Usage
  • Using the .query() method will send the CONFIGuration:ANALOg:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ANALOg:NUMCHANnels?

reclens property

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

vertinvert property

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 the CONFIGuration:ANALOg:VERTINVert? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:VERTINVert? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:BANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:BANDWidth? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:GNDCPLG? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:GNDCPLG? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:MAXBANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:MAXBANDWidth? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:MAXSAMPLERate? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:MAXSAMPLERate? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:RECLENS? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:RECLENS? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ANALOg:VERTINVert? query.
  • Using the .verify(value) method will send the CONFIGuration:ANALOg:VERTINVert? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ANALOg:VERTINVert?

ConfigurationApplications

Bases: SCPICmdRead

The CONFIGuration:APPLications command tree.

Usage
  • Using the .query() method will send the CONFIGuration:APPLications? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications? query and raise an AssertionError if the returned value does not match value.
Properties
  • .custommask: The CONFIGuration:APPLications:CUSTOMMask command.
  • .limitmask: The CONFIGuration:APPLications:LIMITMask command.
  • .power: The CONFIGuration:APPLications:POWer command.
  • .standardmask: The CONFIGuration:APPLications:STANDARDMask command.
  • .vidpic: The CONFIGuration:APPLications:VIDPIC command.

custommask property

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

limitmask property

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

standardmask property

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

vidpic property

Return the CONFIGuration:APPLications:VIDPIC command.

Description
  • Indicates whether the Video Picture feature is present and enabled.
Usage
  • Using the .query() method will send the CONFIGuration:APPLications:VIDPIC? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:VIDPIC? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:APPLications:CUSTOMMask? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:CUSTOMMask? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:APPLications:LIMITMask? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:LIMITMask? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:APPLications:POWer? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:POWer? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:APPLications:STANDARDMask? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:STANDARDMask? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:APPLications:VIDPIC? query.
  • Using the .verify(value) method will send the CONFIGuration:APPLications:VIDPIC? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ARB? query.
  • Using the .verify(value) method will send the CONFIGuration:ARB? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:AUXIN? query.
  • Using the .verify(value) method will send the CONFIGuration:AUXIN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:AUXIN?

ConfigurationBuswaveforms

Bases: SCPICmdRead

The CONFIGuration:BUSWAVEFORMS command tree.

Usage
  • Using the .query() method will send the CONFIGuration:BUSWAVEFORMS? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS? query and raise an AssertionError if the returned value does not match value.
Properties
  • .arinc429a: The CONFIGuration:BUSWAVEFORMS:ARINC429A command.
  • .audio: The CONFIGuration:BUSWAVEFORMS:AUDIO command.
  • .can: The CONFIGuration:BUSWAVEFORMS:CAN command.
  • .canfd: The CONFIGuration:BUSWAVEFORMS:CANFD command.
  • .ethernet: The CONFIGuration:BUSWAVEFORMS:ETHERNET command.
  • .flexray: The CONFIGuration:BUSWAVEFORMS:FLEXRAY command.
  • .i2c: The CONFIGuration:BUSWAVEFORMS:I2C command.
  • .lin: The CONFIGuration:BUSWAVEFORMS:LIN command.
  • .mil1553b: The CONFIGuration:BUSWAVEFORMS:MIL1553B command.
  • .numbus: The CONFIGuration:BUSWAVEFORMS:NUMBUS command.
  • .parallel: The CONFIGuration:BUSWAVEFORMS:PARallel command.
  • .rs232c: The CONFIGuration:BUSWAVEFORMS:RS232C command.
  • .spi: The CONFIGuration:BUSWAVEFORMS:SPI command.
  • .usb: The CONFIGuration:BUSWAVEFORMS:USB command.

arinc429a property

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 the CONFIGuration:BUSWAVEFORMS:ARINC429A? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:ARINC429A? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:AUDIO? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:AUDIO? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:CAN? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:CAN? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:CANFD? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:CANFD? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:CANFD?

ethernet property

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

flexray property

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 the CONFIGuration:BUSWAVEFORMS:FLEXRAY? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:FLEXRAY? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:I2C? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:I2C? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:LIN? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:LIN? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:LIN?

mil1553b property

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

numbus property

Return the CONFIGuration:BUSWAVEFORMS:NUMBUS command.

Description
  • This query returns the number of bus waveforms.
Usage
  • Using the .query() method will send the CONFIGuration:BUSWAVEFORMS:NUMBUS? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:NUMBUS? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:NUMBUS?

parallel property

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

rs232c property

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 the CONFIGuration:BUSWAVEFORMS:RS232C? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:RS232C? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:SPI? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:SPI? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:USB? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:USB? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB?
Sub-properties
  • .hs: The CONFIGuration:BUSWAVEFORMS:USB:HS command.

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 the CONFIGuration:BUSWAVEFORMS:ARINC429A? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:ARINC429A? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:AUDIO? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:AUDIO? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:CAN? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:CAN? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:CANFD? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:CANFD? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:ETHERNET? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:ETHERNET? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:FLEXRAY? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:FLEXRAY? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:I2C? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:I2C? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:LIN? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:LIN? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:MIL1553B? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:MIL1553B? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:NUMBUS? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:NUMBUS? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:PARallel? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:PARallel? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:RS232C? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:RS232C? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:SPI? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:SPI? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:BUSWAVEFORMS:USB? query.
  • Using the .verify(value) method will send the CONFIGuration:BUSWAVEFORMS:USB? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:BUSWAVEFORMS:USB?
Properties
  • .hs: The CONFIGuration:BUSWAVEFORMS:USB:HS command.

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

ConfigurationDigital

Bases: SCPICmdRead

The CONFIGuration:DIGITAl command tree.

Usage
  • Using the .query() method will send the CONFIGuration:DIGITAl? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl? query and raise an AssertionError if the returned value does not match value.
Properties
  • .magnivu: The CONFIGuration:DIGITAl:MAGnivu command.
  • .maxsamplerate: The CONFIGuration:DIGITAl:MAXSAMPLERate command.
  • .numchannels: The CONFIGuration:DIGITAl:NUMCHANnels command.

magnivu property

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

maxsamplerate property

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

numchannels property

Return the CONFIGuration:DIGITAl:NUMCHANnels command.

Description
  • This query returns the number of digital channels.
Usage
  • Using the .query() method will send the CONFIGuration:DIGITAl:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:DIGITAl:MAGnivu? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl:MAGnivu? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:DIGITAl:MAXSAMPLERate? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl:MAXSAMPLERate? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:DIGITAl:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:DIGITAl:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:DVM? query.
  • Using the .verify(value) method will send the CONFIGuration:DVM? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:EXTVIDEO? query.
  • Using the .verify(value) method will send the CONFIGuration:EXTVIDEO? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:HISTOGRAM? query.
  • Using the .verify(value) method will send the CONFIGuration:HISTOGRAM? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:NETWORKDRIVES? query.
  • Using the .verify(value) method will send the CONFIGuration:NETWORKDRIVES? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:NUMMEAS? query.
  • Using the .verify(value) method will send the CONFIGuration:NUMMEAS? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:NUMMEAS?

ConfigurationRefs

Bases: SCPICmdRead

The CONFIGuration:REFS command tree.

Usage
  • Using the .query() method will send the CONFIGuration:REFS? query.
  • Using the .verify(value) method will send the CONFIGuration:REFS? query and raise an AssertionError if the returned value does not match value.
Properties
  • .numrefs: The CONFIGuration:REFS:NUMREFS command.

numrefs property

Return the CONFIGuration:REFS:NUMREFS command.

Description
  • This query returns the number of reference waveforms.
Usage
  • Using the .query() method will send the CONFIGuration:REFS:NUMREFS? query.
  • Using the .verify(value) method will send the CONFIGuration:REFS:NUMREFS? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:REFS:NUMREFS? query.
  • Using the .verify(value) method will send the CONFIGuration:REFS:NUMREFS? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:REFS:NUMREFS?

ConfigurationRf

Bases: SCPICmdRead

The CONFIGuration:RF command tree.

Usage
  • Using the .query() method will send the CONFIGuration:RF? query.
  • Using the .verify(value) method will send the CONFIGuration:RF? query and raise an AssertionError if the returned value does not match value.
Properties
  • .advtrig: The CONFIGuration:RF:ADVTRIG command.
  • .bandwidth: The CONFIGuration:RF:BANDWidth command.
  • .maxbandwidth: The CONFIGuration:RF:MAXBANDWidth command.
  • .numchannels: The CONFIGuration:RF:NUMCHANnels command.

advtrig property

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

bandwidth property

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

maxbandwidth property

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

numchannels property

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 the CONFIGuration:RF:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:RF:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:RF:ADVTRIG? query.
  • Using the .verify(value) method will send the CONFIGuration:RF:ADVTRIG? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:RF:BANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:RF:BANDWidth? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:RF:MAXBANDWidth? query.
  • Using the .verify(value) method will send the CONFIGuration:RF:MAXBANDWidth? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:RF:NUMCHANnels? query.
  • Using the .verify(value) method will send the CONFIGuration:RF:NUMCHANnels? query and raise an AssertionError if the returned value does not match value.
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 the CONFIGuration:ROSC? query.
  • Using the .verify(value) method will send the CONFIGuration:ROSC? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- CONFIGuration:ROSC?