Scell

SCPI Commands

ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCELl:FLEXible
ROUTe:WCDMa:SIGNaling<Instance>:SCENario:SCELl
class Scell[source]

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

class FlexibleStruct[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

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:WCDMa:SIGNaling<instance>:SCENario:SCELl:FLEXible
value: FlexibleStruct = driver.route.scenario.scell.get_flexible()

Activates the standard cell 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 FlexibleStruct structure arguments.

get_value()ValueStruct[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCELl
value: ValueStruct = driver.route.scenario.scell.get_value()

Activates the standard cell 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 ValueStruct structure arguments.

set_flexible(value: RsCmwWcdmaSig.Implementations.Route_.Scenario_.Scell.Scell.FlexibleStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCELl:FLEXible
driver.route.scenario.scell.set_flexible(value = FlexibleStruct())

Activates the standard cell scenario and selects the signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

param value

see the help for FlexibleStruct structure arguments.

set_value(value: RsCmwWcdmaSig.Implementations.Route_.Scenario_.Scell.Scell.ValueStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:SCELl
driver.route.scenario.scell.set_value(value = ValueStruct())

Activates the standard cell scenario and selects the signal paths. For possible connector and converter values, see ‘Values for Signal Path Selection’.

param value

see the help for ValueStruct structure arguments.