Hopping

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:HOPPing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:HOPPing
value: bool = driver.source.bb.eutra.downlink.user.epdcch.cell.set.hopping.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Enables MPDCCH hopping.

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:

hopping: 1 | ON | 0| OFF

set(hopping: bool, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:HOPPing
driver.source.bb.eutra.downlink.user.epdcch.cell.set.hopping.set(hopping = False, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

Enables MPDCCH hopping.

Parameters:
  • hopping – 1 | ON | 0| OFF

  • 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’)