Stnb

SCPI Command :

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

Sets the first narrowbands in which MPDCCH is allocated.

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:

starting_nb: integer Range: 0 to 15

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

Sets the first narrowbands in which MPDCCH is allocated.

Parameters:
  • starting_nb – integer Range: 0 to 15

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