usbdevice

The usbdevice commands module.

These commands are used in the following models: DPO2K, DPO2KB, DPO4K, DPO4KB, MDO3, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO2K, MSO2KB, MSO4K, MSO4KB

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- USBDevice:CONFigure {DISabled|IMAge|USBTmc}
- USBDevice:CONFigure?

Usbdevice

Bases: SCPICmdRead

The USBDevice command tree.

Usage
  • Using the .query() method will send the USBDevice? query.
  • Using the .verify(value) method will send the USBDevice? query and raise an AssertionError if the returned value does not match value.
Properties
  • .configure: The USBDevice:CONFigure command.

configure property

configure: UsbdeviceConfigure

Return the USBDevice:CONFigure command.

Description
  • Enables or disables the rear USB port for use with Pictbridge printers.
Usage
  • Using the .query() method will send the USBDevice:CONFigure? query.
  • Using the .verify(value) method will send the USBDevice:CONFigure? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the USBDevice:CONFigure value command.
SCPI Syntax
- USBDevice:CONFigure {DISabled|IMAge|USBTmc}
- USBDevice:CONFigure?
Info
  • DISabled disables the rear USB port.
  • IMAge enables the rear USB port as an SIC device.
  • USBTmc enables the rear USB port as a USBTMC device.

UsbdeviceConfigure

Bases: SCPICmdWrite, SCPICmdRead

The USBDevice:CONFigure command.

Description
  • Enables or disables the rear USB port for use with Pictbridge printers.
Usage
  • Using the .query() method will send the USBDevice:CONFigure? query.
  • Using the .verify(value) method will send the USBDevice:CONFigure? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the USBDevice:CONFigure value command.
SCPI Syntax
- USBDevice:CONFigure {DISabled|IMAge|USBTmc}
- USBDevice:CONFigure?
Info
  • DISabled disables the rear USB port.
  • IMAge enables the rear USB port as an SIC device.
  • USBTmc enables the rear USB port as a USBTMC device.