Pdcch

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:PDCCh
class PdcchCls[source]

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

get(cell_name: str) NoSymbols[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:PDCCh
value: enums.NoSymbols = driver.configure.signaling.lte.cell.ueScheduling.userDefined.pdcch.get(cell_name = 'abc')

Configures the number of OFDM symbols used for the PDCCH.

param cell_name:

No help available

return:

no_symbols: No help available

set(cell_name: str, no_symbols: NoSymbols) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:PDCCh
driver.configure.signaling.lte.cell.ueScheduling.userDefined.pdcch.set(cell_name = 'abc', no_symbols = enums.NoSymbols.S1)

Configures the number of OFDM symbols used for the PDCCH.

param cell_name:

No help available

param no_symbols:

No help available