Route

SCPI Command :

ROUTe:BLUetooth:MEASurement<Instance>
class RouteCls[source]

Route commands group definition. 6 total commands, 2 Subgroups, 1 group commands

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Scenario: enums.TestScenario: SALone | CSPath SALone: standalone (non-signaling) CSPath: combined signal path

  • Master: str: string Controlling application for scenario CSPath Not relevant for stand-alone scenario

  • Rf_Connector: enums.RfConnector: RF connector for the input path

  • Rf_Converter: enums.RxConverter: RX module for the input path

get_value() ValueStruct[source]
# SCPI: ROUTe:BLUetooth:MEASurement<Instance>
value: ValueStruct = driver.route.get_value()

Returns the configured routing settings. For possible connector and converter values, see ‘Values for RF path selection’.

return:

structure: for return value, see the help for ValueStruct structure arguments.

Cloning the Group

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

Subgroups