Nid

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID
class NidCls[source]

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

get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID
value: int = driver.source.bb.v5G.downlink.user.epdcch.cell.set.nid.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

No command help available

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

epdcch_id: No help available

set(epdcch_id: int, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:NID
driver.source.bb.v5G.downlink.user.epdcch.cell.set.nid.set(epdcch_id = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)

No command help available

param epdcch_id

No help available

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