Route

SCPI Commands

ROUTe:WCDMa:MEASurement<Instance>
class Route[source]

Route commands group definition. 5 total commands, 1 Sub-groups, 1 group commands

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Scenario: enums.TestScenarioB: SALone | CSPath | MAPRotocol SALone: ‘Standalone (Non Signaling) ‘ CSPath: ‘Combined Signal Path’ MAPRotocol: ‘Measure@Protocol Test’

  • Controller: str: string Controlling application for scenario CSPath or MAPRotocol

  • Rx_Connector: enums.RxConnector: RF connector for the input path

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

get_value()ValueStruct[source]
# SCPI: ROUTe:WCDMa: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