OtRx

SCPI Commands

ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX:FLEXible
ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX
class OtRx[source]

OtRx commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class FlexibleStruct[source]

Structure for reading output parameters. Fields:

  • Bb_Board: enums.BbBoard: Signaling unit

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

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

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

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

class ValueStruct[source]

Structure for reading output parameters. Fields:

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

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

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

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

get_flexible()FlexibleStruct[source]
# SCPI: ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX:FLEXible
value: FlexibleStruct = driver.route.scenario.otRx.get_flexible()

Activates the scenario with one output and one input signal paths. For possible signaling unit, connector and converter values, see ‘Values for Signal Path Selection’.

return

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

get_value()ValueStruct[source]
# SCPI: ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX
value: ValueStruct = driver.route.scenario.otRx.get_value()

Activates the scenario with one output and one input signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

return

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

set_flexible(value: RsCmwBluetoothSig.Implementations.Route_.Scenario_.OtRx.OtRx.FlexibleStruct)None[source]
# SCPI: ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX:FLEXible
driver.route.scenario.otRx.set_flexible(value = FlexibleStruct())

Activates the scenario with one output and one input signal paths. For possible signaling unit, connector and converter values, see ‘Values for Signal Path Selection’.

param value

see the help for FlexibleStruct structure arguments.

set_value(value: RsCmwBluetoothSig.Implementations.Route_.Scenario_.OtRx.OtRx.ValueStruct)None[source]
# SCPI: ROUTe:BLUetooth:SIGNaling<Instance>:SCENario:OTRX
driver.route.scenario.otRx.set_value(value = ValueStruct())

Activates the scenario with one output and one input signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

param value

see the help for ValueStruct structure arguments.