Alevel

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:PDCCh:ALEVel
class AlevelCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) Aggregationlevel[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:PDCCh:ALEVel
value: enums.Aggregationlevel = driver.configure.connection.scc.pdcch.alevel.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the aggregation levels for DCI messages with C-RNTI. The individual values have prerequisites, see manual operation.

param secondaryCompCarrier:

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

return:

aggregationlevel: AUTO | D8U4 | D4U4 | D4U2 | D1U1 | D8U8 AUTO: automatic configuration DaUb: a CCE for DCI messages for the DL, b CCE for messages for the UL

set(aggregationlevel: Aggregationlevel, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<Carrier>:PDCCh:ALEVel
driver.configure.connection.scc.pdcch.alevel.set(aggregationlevel = enums.Aggregationlevel.AUTO, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Configures the aggregation levels for DCI messages with C-RNTI. The individual values have prerequisites, see manual operation.

param aggregationlevel:

AUTO | D8U4 | D4U4 | D4U2 | D1U1 | D8U8 AUTO: automatic configuration DaUb: a CCE for DCI messages for the DL, b CCE for messages for the UL

param secondaryCompCarrier:

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