Append

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:APPend
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:APPend
driver.source.bb.eutra.downlink.user.asPy.uplink.cell.append.set(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Appends a table element at the end of the table.

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

set_with_opc(userIx=UserIx.Default, cellNull=CellNull.Default, opc_timeout_ms: int = -1) None[source]