Repmpdcch
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:REPMpdcch
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) EutraEmtcMpdcchNumRepetitions[source]
# [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.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- Returns:
max_rep_mpdcch: 1 | 2| 4 | 8| 16 | 32 | 64 | 128 | 256
- set(max_rep_mpdcch: EutraEmtcMpdcchNumRepetitions, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# [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.
- Parameters:
max_rep_mpdcch – 1 | 2| 4 | 8| 16 | 32 | 64 | 128 | 256
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)