Uul

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:UUL
class UulCls[source]

Uul commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class UulStruct[source]

Response structure. Fields:

  • Use_Uplink: bool: OFF | ON

  • Scc_Rx_Connector: enums.RxConnector: RF connector for the SCC input path

  • Scc_Rx_Converter: enums.RxConverter: RX module for the SCC input path

get(secondaryCompCarrier=SecondaryCompCarrier.Default) UulStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:UUL
value: UulStruct = driver.configure.scc.uul.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Activates the uplink for the SCC number <c> and optionally selects the signal path. For possible connector and converter values, see ‘Values for signal path selection’.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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

set(use_uplink: bool, scc_rx_connector: RxConnector = None, scc_rx_converter: RxConverter = None, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:SCC<Carrier>:UUL
driver.configure.scc.uul.set(use_uplink = False, scc_rx_connector = enums.RxConnector.I11I, scc_rx_converter = enums.RxConverter.IRX1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Activates the uplink for the SCC number <c> and optionally selects the signal path. For possible connector and converter values, see ‘Values for signal path selection’.

param use_uplink:

OFF | ON

param scc_rx_connector:

RF connector for the SCC input path

param scc_rx_converter:

RX module for the SCC input path

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)