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 theGPIBUsb?query. - Using the
.verify(value)method will send theGPIBUsb?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.address: TheGPIBUsb:ADDresscommand..id: TheGPIBUsb:IDcommand.
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 theGPIBUsb:ADDress?query. - Using the
.verify(value)method will send theGPIBUsb:ADDress?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- GPIBUsb:ADDress?
id
property
¶
id: GpibusbId
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 theGPIBUsb:ID?query. - Using the
.verify(value)method will send theGPIBUsb:ID?query and raise an AssertionError if the returned value does not matchvalue.
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 theGPIBUsb:ADDress?query. - Using the
.verify(value)method will send theGPIBUsb:ADDress?query and raise an AssertionError if the returned value does not matchvalue.
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 theGPIBUsb:ID?query. - Using the
.verify(value)method will send theGPIBUsb:ID?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- GPIBUsb:ID?