Per

SCPI Commands :

INITiate:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
STOP:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
ABORt:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
class PerCls[source]

Per commands group definition. 13 total commands, 2 Subgroups, 3 group commands

abort(opc_timeout_ms: int = -1) None[source]
# SCPI: ABORt:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
driver.dtMode.rxQuality.search.per.abort()

No command help available

param opc_timeout_ms:

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

initiate(opc_timeout_ms: int = -1) None[source]
# SCPI: INITiate:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
driver.dtMode.rxQuality.search.per.initiate()

No command help available

param opc_timeout_ms:

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

stop(opc_timeout_ms: int = -1) None[source]
# SCPI: STOP:BLUetooth:MEASurement<Instance>:DTMode:RXQuality:SEARch:PER
driver.dtMode.rxQuality.search.per.stop()

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.dtMode.rxQuality.search.per.clone()

Subgroups