Pdcch

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:SYMBol
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:ALEVel
class PdcchCls[source]

Pdcch commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_alevel() Aggregationlevel[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:ALEVel
value: enums.Aggregationlevel = driver.configure.connection.pcc.pdcch.get_alevel()

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

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

get_symbol() PdcchSymbolsCount[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:SYMBol
value: enums.PdcchSymbolsCount = driver.configure.connection.pcc.pdcch.get_symbol()

Configures the number of PDCCH symbols per normal subframe.

return:

pdcch: AUTO | P1 | P2 | P3 | P4 AUTO: automatic configuration depending on scheduling type P1 to P4: 1, 2, 3, 4 symbols

set_alevel(aggregationlevel: Aggregationlevel) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:ALEVel
driver.configure.connection.pcc.pdcch.set_alevel(aggregationlevel = enums.Aggregationlevel.AUTO)

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

set_symbol(pdcch: PdcchSymbolsCount) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:PDCCh:SYMBol
driver.configure.connection.pcc.pdcch.set_symbol(pdcch = enums.PdcchSymbolsCount.AUTO)

Configures the number of PDCCH symbols per normal subframe.

param pdcch:

AUTO | P1 | P2 | P3 | P4 AUTO: automatic configuration depending on scheduling type P1 to P4: 1, 2, 3, 4 symbols