Flexible

SCPI Commands

ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCFDiversity:FLEXible:EXTernal
ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCFDiversity:FLEXible:INTernal
class Flexible[source]

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

class ExternalStruct[source]

Structure for reading output parameters. Fields:

  • Bb_Board: enums.BasebandBoard: 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 first output path

  • Tx_Converter: enums.TxConverter: TX module for the first output path. Select different modules for the two paths.

  • Tx_2_Connector: enums.TxConnector: RF connector for the second output path

  • Tx_2_Converter: enums.TxConverter: TX module for the second output path

  • Iq_Connector: enums.TxConnector: DIG IQ OUT connector for external fading of the first output path.

  • Iq_2_Connector: enums.TxConnector: DIG IQ OUT connector for external fading of the second output path. Select different connectors for the two paths.

class InternalStruct[source]

Structure for reading output parameters. Fields:

  • Bb_Board: enums.BasebandBoard: Signaling path

  • 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 first output path

  • Tx_Converter: enums.TxConverter: TX module for the first output path. Select different modules for the two paths.

  • Tx_2_Connector: enums.TxConnector: RF connector for the second output path

  • Tx_2_Converter: enums.TxConverter: TX module for the second output path

  • Fader: enums.Fader: Internal fader

get_external()ExternalStruct[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFDiversity:FLEXible[:EXTernal]
value: ExternalStruct = driver.route.scenario.scfDiversity.flexible.get_external()

Activates the ‘Standard Cell RX Diversity Fading: External’ scenario and selects the signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

return

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

get_internal()InternalStruct[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFDiversity:FLEXible:INTernal
value: InternalStruct = driver.route.scenario.scfDiversity.flexible.get_internal()

Activates the ‘Standard Cell RX Diversity Fading: Internal’ scenario and selects the signal paths. For possible parameter values, see ‘Values for Signal Path Selection’.

return

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

set_external(value: RsCmwWcdmaSig.Implementations.Route_.Scenario_.ScfDiversity_.Flexible.Flexible.ExternalStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFDiversity:FLEXible[:EXTernal]
driver.route.scenario.scfDiversity.flexible.set_external(value = ExternalStruct())

Activates the ‘Standard Cell RX Diversity Fading: External’ scenario and selects the signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

param value

see the help for ExternalStruct structure arguments.

set_internal(value: RsCmwWcdmaSig.Implementations.Route_.Scenario_.ScfDiversity_.Flexible.Flexible.InternalStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFDiversity:FLEXible:INTernal
driver.route.scenario.scfDiversity.flexible.set_internal(value = InternalStruct())

Activates the ‘Standard Cell RX Diversity Fading: Internal’ scenario and selects the signal paths. For possible parameter values, see ‘Values for Signal Path Selection’.

param value

see the help for InternalStruct structure arguments.