Rdevices

SCPI Commands

CALL:BLUetooth:SIGNaling<Instance>:RDEVices
class Rdevices[source]

Rdevices commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set()None[source]
# SCPI: CALL:BLUetooth:SIGNaling<Instance>:RDEVices
driver.call.rdevices.set()

Detects the DUTs connected to USB ports directly or via a USB-to-COM adapter.

set_with_opc()None[source]
# SCPI: CALL:BLUetooth:SIGNaling<Instance>:RDEVices
driver.call.rdevices.set_with_opc()

Detects the DUTs connected to USB ports directly or via a USB-to-COM adapter.

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwBluetoothSig.utilities.opc_timeout_set() to set the timeout value.