Alevel

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Dldci_Crnti: int: decimal DCI for DL with C-RNTI Range: 1 to 8

  • Uldci_Crnti: int: decimal DCI for UL with C-RNTI Range: 1 to 8

  • Dldci_Sirnti: int: decimal DCI for DL with SI-RNTI Range: 1 to 8

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

Queries the used PDCCH aggregation levels.

param secondaryCompCarrier:

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

return:

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