Information

SCPI Commands

SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DPRotocol
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DSUBclass
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DCLass
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:IDPRoduct
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:IDVendor
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:PRODuct
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:SERial
SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:MANufacturer
class Information[source]

Information commands group definition. 8 total commands, 0 Sub-groups, 8 group commands

get_dclass()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DCLass
value: str = driver.sense.usbDevice.information.get_dclass()

Returns the device class of the active USB device.

return

name: string

get_dprotocol()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DPRotocol
value: str = driver.sense.usbDevice.information.get_dprotocol()

Returns the supported protocol of the active USB device.

return

name: string

get_dsub_class()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:DSUBclass
value: str = driver.sense.usbDevice.information.get_dsub_class()

Returns the device subclass of the active USB device.

return

name: string

get_id_vendor()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:IDVendor
value: str = driver.sense.usbDevice.information.get_id_vendor()

Returns the vendor ID of the active USB device.

return

name: string

get_idproduct()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:IDPRoduct
value: str = driver.sense.usbDevice.information.get_idproduct()

Returns the product ID of the active USB device.

return

name: string

get_manufacturer()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:MANufacturer
value: str = driver.sense.usbDevice.information.get_manufacturer()

Returns the name of the manufacturer of the active USB device.

return

name: string

get_product()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:PRODuct
value: str = driver.sense.usbDevice.information.get_product()

Returns the product name of the active USB device.

return

name: string

get_serial()str[source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:USBDevice:INFormation:SERial
value: str = driver.sense.usbDevice.information.get_serial()

Returns the name serial of the active USB device.

return

name: string