Epdcch

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CELL<CH0>:BURSt<ST0>:EPDCch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, burstNull=BurstNull.Default) EutraPdccFmtLaa[source]
# [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.

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

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

Returns:

epdcch_format: F2 | F3

set(epdcch_format: EutraPdccFmtLaa, cellNull=CellNull.Default, burstNull=BurstNull.Default) None[source]
# [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.

Parameters:
  • epdcch_format – F2 | F3

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

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