All

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ROUTe:USAGe:ALL
class AllCls[source]

All commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(tx_connector_bench: TxConnectorBench) List[bool][source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ROUTe:USAGe:ALL
value: List[bool] = driver.configure.rxQuality.route.usage.all.get(tx_connector_bench = enums.TxConnectorBench.R118)

Activates or deactivates the individual RF connectors of a connector bench. The setting is relevant for non-signaling Rx measurements. For possible bench values, see ‘Values for RF path selection’.

param tx_connector_bench:

Selects a bench with 4 or 8 connectors.

return:

usage: OFF | ON Comma-separated list of 4 or 8 values, one for each connector of the bench.

set(tx_connector_bench: TxConnectorBench, usage: List[bool]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ROUTe:USAGe:ALL
driver.configure.rxQuality.route.usage.all.set(tx_connector_bench = enums.TxConnectorBench.R118, usage = [True, False, True])

Activates or deactivates the individual RF connectors of a connector bench. The setting is relevant for non-signaling Rx measurements. For possible bench values, see ‘Values for RF path selection’.

param tx_connector_bench:

Selects a bench with 4 or 8 connectors.

param usage:

OFF | ON Comma-separated list of 4 or 8 values, one for each connector of the bench.