Repmpdcch

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:REPMpdcch
class RepmpdcchCls[source]

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

get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) RsSmbv.enums.EutraEmtcMpdcchNumRepetitions[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:REPMpdcch
value: enums.EutraEmtcMpdcchNumRepetitions = driver.source.bb.eutra.downlink.user.epdcch.cell.set.repmpdcch.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Sets the maximum number the MPDCCH is repeated.

param userIx

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

param cellNull

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

param setItem

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

return

max_rep_mpdcch: 1| 2| 4| 8| 16| 32| 64| 128| 256

set(max_rep_mpdcch: RsSmbv.enums.EutraEmtcMpdcchNumRepetitions, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:REPMpdcch
driver.source.bb.eutra.downlink.user.epdcch.cell.set.repmpdcch.set(max_rep_mpdcch = enums.EutraEmtcMpdcchNumRepetitions._1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Sets the maximum number the MPDCCH is repeated.

param max_rep_mpdcch

1| 2| 4| 8| 16| 32| 64| 128| 256

param userIx

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

param cellNull

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

param setItem

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