Tchspa

SCPI Commands

ROUTe:WCDMa:SIGNaling<Instance>:SCENario:TCHSpa:FLEXible
ROUTe:WCDMa:SIGNaling<Instance>:SCENario:TCHSpa
class Tchspa[source]

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

class FlexibleStruct[source]

Structure for reading output parameters. Fields:

  • Bb_Board_1: enums.BasebandBoard: First signaling unit

  • Bb_Board_2: enums.BasebandBoard: Second signaling unit

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

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

  • Rx_2_Connector: enums.RxConnector: RF connector for the second input path

  • Rx_2_Converter: enums.RxConverter: RX module for the second input path.

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

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

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

  • Tx_2_Converter: enums.TxConverter: TX module for the second output path. Select different modules for the path one and two.

  • Tx_3_Connector: enums.TxConnector: RF connector for the third output path

  • Tx_3_Converter: enums.TxConverter: TX module for the third output path. Select different modules for the three paths or use the path one.

class ValueStruct[source]

Structure for reading output parameters. Fields:

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

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

  • Rx_2_Connector: enums.RxConnector: RF connector for the second input path

  • Rx_2_Converter: enums.RxConverter: RX module for the second input path.

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

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

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

  • Tx_2_Converter: enums.TxConverter: TX module for the second output path. Select different modules for the path one and two.

  • Tx_3_Connector: enums.TxConnector: RF connector for the third output path

  • Tx_3_Converter: enums.TxConverter: TX module for the third output path. Select different modules for the three paths or use the path one.

get_flexible()FlexibleStruct[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:TCHSpa:FLEXible
value: FlexibleStruct = driver.route.scenario.tchspa.get_flexible()

Activates the scenario ‘3C HSPA’ 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:TCHSpa
value: ValueStruct = driver.route.scenario.tchspa.get_value()

Activates the scenario ‘3C HSPA’ 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_.Tchspa.Tchspa.FlexibleStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:TCHSpa:FLEXible
driver.route.scenario.tchspa.set_flexible(value = FlexibleStruct())

Activates the scenario ‘3C HSPA’ 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_.Tchspa.Tchspa.ValueStruct)None[source]
# SCPI: ROUTe:WCDMa:SIGNaling<instance>:SCENario:TCHSpa
driver.route.scenario.tchspa.set_value(value = ValueStruct())

Activates the scenario ‘3C HSPA’ 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.