Flexible

SCPI Commands

ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCFading:FLEXible:EXTernal
ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCFading: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 output path

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

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

class InternalStruct[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 output path

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

  • Fader: enums.Fader: Internal fader

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

Activates the ‘Standard Cell 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:SCFading:FLEXible:INTernal
value: InternalStruct = driver.route.scenario.scFading.flexible.get_internal()

Activates the ‘Standard Cell 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_.ScFading_.Flexible.Flexible.ExternalStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFading:FLEXible[:EXTernal]
driver.route.scenario.scFading.flexible.set_external(value = ExternalStruct())

Activates the ‘Standard Cell 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_.ScFading_.Flexible.Flexible.InternalStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCFading:FLEXible:INTernal
driver.route.scenario.scFading.flexible.set_internal(value = InternalStruct())

Activates the ‘Standard Cell 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.