LowEnergy

SCPI Commands

CALL:BLUetooth:MEASurement<Instance>:DTMode:LENergy:RRESult
CALL:BLUetooth:MEASurement<Instance>:DTMode:LENergy:RESet
class LowEnergy[source]

LowEnergy commands group definition. 3 total commands, 1 Sub-groups, 2 group commands

get_rresult()RsCmwBluetoothMeas.enums.Result[source]
# SCPI: CALL:BLUetooth:MEASurement<Instance>:DTMode:LENergy:RRESult
value: enums.Result = driver.call.dtMode.lowEnergy.get_rresult()

Returns the result of reset DUT command. Refer tomethod RsCmwBluetoothMeas.Call.DtMode.LowEnergy.reset.

return

result: FAIL | PASS

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

Sends the HCI reset command to the EUT via USB. Check the execution via method RsCmwBluetoothMeas.Call.DtMode.LowEnergy. rresult.

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

Sends the HCI reset command to the EUT via USB. Check the execution via method RsCmwBluetoothMeas.Call.DtMode.LowEnergy. rresult.

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.call.dtMode.lowEnergy.clone()

Subgroups