LowEnergy

SCPI Commands

CALL:BLUetooth:SIGNaling<Instance>:LENergy:RESet
class LowEnergy[source]

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

reset()None[source]
# SCPI: CALL:BLUetooth:SIGNaling<Instance>:LENergy:RESet
driver.call.lowEnergy.reset()

Sends the HCI reset command to the EUT via USB.

reset_with_opc()None[source]
# SCPI: CALL:BLUetooth:SIGNaling<Instance>:LENergy:RESet
driver.call.lowEnergy.reset_with_opc()

Sends the HCI reset command to the EUT via USB.

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