Route

SCPI Command :

ROUTe:WLAN:SIGNaling<instance>
class RouteCls[source]

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

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Scenario: enums.Scenario: STANdard cell | MIMO2 | SCFading | MIMFading STANdard Standard SISO scenario MIMO2 MIMO 2x2 (DL and UL) SCFading Standard SISO scenario with fading MIMFading MIMO 2x2 scenario with fading

  • Master: str: string For future use - returned value not relevant

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

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

  • Tx_Connector: enums.TxConnector: RF connector for output path 1

  • Tx_Converter: enums.TxConverter: TX module for output path 1

  • Tx_Connector_2: enums.TxConnector: RF connector for output path 2

  • Tx_Converter_2: enums.TxConverter: TX module for output path 2

  • Rx_Connector_2: enums.RxConnector: RF connector for the input path 2

  • Rx_Converter_2: enums.RxConverter: RX module for the input path 2

get_value() ValueStruct[source]
# SCPI: ROUTe:WLAN:SIGNaling<instance>
value: ValueStruct = driver.route.get_value()

Queries the active test scenario, the used TRX modules and the used RF connectors. For the STANdard and SCFading scenarios, the first six parameters are returned. For the MIMO scenario, all eight parameters are returned. For possible connector and converter values, see ‘Values for signal 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