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 theUSBDevice?query. - Using the
.verify(value)method will send theUSBDevice?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.configure: TheUSBDevice:CONFigurecommand.
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 theUSBDevice:CONFigure?query. - Using the
.verify(value)method will send theUSBDevice:CONFigure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theUSBDevice:CONFigure valuecommand.
SCPI Syntax
- USBDevice:CONFigure {DISabled|IMAge|USBTmc}
- USBDevice:CONFigure?
Info
DISableddisables the rear USB port.IMAgeenables the rear USB port as an SIC device.USBTmcenables 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 theUSBDevice:CONFigure?query. - Using the
.verify(value)method will send theUSBDevice:CONFigure?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theUSBDevice:CONFigure valuecommand.
SCPI Syntax
- USBDevice:CONFigure {DISabled|IMAge|USBTmc}
- USBDevice:CONFigure?
Info
DISableddisables the rear USB port.IMAgeenables the rear USB port as an SIC device.USBTmcenables the rear USB port as a USBTMC device.