gpibusb

The gpibusb commands module.

These commands are used in the following models: DPO4K, DPO4KB, MDO3, 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
- GPIBUsb:ADDress?
- GPIBUsb:ID?

Gpibusb

Bases: SCPICmdRead

The GPIBUsb command tree.

Usage
  • Using the .query() method will send the GPIBUsb? query.
  • Using the .verify(value) method will send the GPIBUsb? query and raise an AssertionError if the returned value does not match value.
Properties
  • .address: The GPIBUsb:ADDress command.
  • .id: The GPIBUsb:ID command.

address property

address: GpibusbAddress

Return the GPIBUsb:ADDress command.

Description
  • Returns the current GPIB address setting for a connected TEK-USB-488 adaptor option.
Usage
  • Using the .query() method will send the GPIBUsb:ADDress? query.
  • Using the .verify(value) method will send the GPIBUsb:ADDress? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- GPIBUsb:ADDress?

id property

Return the GPIBUsb:ID command.

Description
  • Returns the identification string of the connected TEK-USB-488 adaptor option and firmware version. If a TEK-USB-488.2 option is not connected, the system returns ‘Not detected’.
Usage
  • Using the .query() method will send the GPIBUsb:ID? query.
  • Using the .verify(value) method will send the GPIBUsb:ID? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- GPIBUsb:ID?

GpibusbAddress

Bases: SCPICmdRead

The GPIBUsb:ADDress command.

Description
  • Returns the current GPIB address setting for a connected TEK-USB-488 adaptor option.
Usage
  • Using the .query() method will send the GPIBUsb:ADDress? query.
  • Using the .verify(value) method will send the GPIBUsb:ADDress? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- GPIBUsb:ADDress?

GpibusbId

Bases: SCPICmdRead

The GPIBUsb:ID command.

Description
  • Returns the identification string of the connected TEK-USB-488 adaptor option and firmware version. If a TEK-USB-488.2 option is not connected, the system returns ‘Not detected’.
Usage
  • Using the .query() method will send the GPIBUsb:ID? query.
  • Using the .verify(value) method will send the GPIBUsb:ID? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- GPIBUsb:ID?