LowEnergy

SCPI Commands :

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

LowEnergy commands group definition. 3 total commands, 1 Subgroups, 2 group commands

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

No command help available

return:

result: No help available

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

No command help available

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

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

Subgroups