gpibusb
¶
The gpibusb commands module.
These commands are used in the following models: DPO5K, DPO5KB, DPO70KC, DPO70KD, DPO70KDX, DPO70KSX, DPO7K, DPO7KC, DSA70KC, DSA70KD, MSO5K, MSO5KB, MSO70KC, MSO70KDX
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:HWVersion
- GPIBUsb:HWVersion?
- 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..hwversion: TheGPIBUsb:HWVersioncommand..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?
hwversion
property
¶
hwversion: GpibusbHwversion
Return the GPIBUsb:HWVersion command.
Description
- This command sets or returns the current GPIB hardware version for a connected TEK-USB-488 adaptor module.
Usage
- Using the
.query()method will send theGPIBUsb:HWVersion?query. - Using the
.verify(value)method will send theGPIBUsb:HWVersion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theGPIBUsb:HWVersioncommand.
SCPI Syntax
- GPIBUsb:HWVersion
- GPIBUsb:HWVersion?
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?
GpibusbHwversion
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The GPIBUsb:HWVersion command.
Description
- This command sets or returns the current GPIB hardware version for a connected TEK-USB-488 adaptor module.
Usage
- Using the
.query()method will send theGPIBUsb:HWVersion?query. - Using the
.verify(value)method will send theGPIBUsb:HWVersion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write()method will send theGPIBUsb:HWVersioncommand.
SCPI Syntax
- GPIBUsb:HWVersion
- GPIBUsb:HWVersion?
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?