usbdevice
¶
The usbdevice commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO2, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
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|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
- This command may be used to configure the rear USB port to be off or enabled as a USBTMC device. Users should be cautious using this command via the USBTMC interface as a change to the configuration of this interface from a USBTMC device will cause USBTMC communication to cease. It is intended to be used via the Ethernet interface to control the USB device interface.
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|USBTmc}
- USBDevice:CONFigure?
Info
DISabledwill disable the rear USB port.USBTmcenables the rear USB port.
UsbdeviceConfigure
¶
Bases: SCPICmdWrite, SCPICmdRead
The USBDevice:CONFigure command.
Description
- This command may be used to configure the rear USB port to be off or enabled as a USBTMC device. Users should be cautious using this command via the USBTMC interface as a change to the configuration of this interface from a USBTMC device will cause USBTMC communication to cease. It is intended to be used via the Ethernet interface to control the USB device interface.
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|USBTmc}
- USBDevice:CONFigure?
Info
DISabledwill disable the rear USB port.USBTmcenables the rear USB port.