Epdcch

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:EPDCch
class EpdcchCls[source]

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

get(cellNull=CellNull.Default, burstNull=BurstNull.Default) EutraPdccFmtLaa[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:EPDCch
value: enums.EutraPdccFmtLaa = driver.source.bb.eutra.downlink.laa.cell.burst.epdcch.get(cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the (E) PDCCH format.

param cellNull:

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

param burstNull:

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

return:

epdcch_format: F2| F3

set(epdcch_format: EutraPdccFmtLaa, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:EPDCch
driver.source.bb.eutra.downlink.laa.cell.burst.epdcch.set(epdcch_format = enums.EutraPdccFmtLaa.F2, cellNull = repcap.CellNull.Default, burstNull = repcap.BurstNull.Default)

Sets the (E) PDCCH format.

param epdcch_format:

F2| F3

param cellNull:

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

param burstNull:

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