Id2

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TCI:TCV<GR0>:ID2
class Id2Cls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, tciCodepoint=TciCodepoint.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TCI:TCV<GR0>:ID2
value: int = driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.tci.tcv.id2.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, tciCodepoint = repcap.TciCodepoint.Default)
Defines the value of the state ID 1 for a TCI codepoint.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on usage of state ID 2 ([:SOURce<hw>]:BB:NR5G:UBWP:USER<us>:CELL<cc>:DL:BWP<bwp>:PDSCh:TCI:TCV<gr0>:STATe) .

param userNull

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

param cellNull

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

param bwPartNull

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

param tciCodepoint

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

return

tci_id_2: No help available

set(tci_id_2: int, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default, tciCodepoint=TciCodepoint.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:DL:BWP<BWP(DIR0)>:PDSCh:TCI:TCV<GR0>:ID2
driver.source.bb.nr5G.ubwp.user.cell.downlink.bwp.pdsch.tci.tcv.id2.set(tci_id_2 = 1, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default, tciCodepoint = repcap.TciCodepoint.Default)
Defines the value of the state ID 1 for a TCI codepoint.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on usage of state ID 2 ([:SOURce<hw>]:BB:NR5G:UBWP:USER<us>:CELL<cc>:DL:BWP<bwp>:PDSCh:TCI:TCV<gr0>:STATe) .

param tci_id_2

No help available

param userNull

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

param cellNull

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

param bwPartNull

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

param tciCodepoint

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