Cell<CellNull>

SCPI Commands :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:DELete
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:RESet
Commands in total: 15
Subgroups: 6
Direct child commands: 2

Repeated Capability Setting:

# Range: Nr0 .. Nr63

driver.source.bb.eutra.downlink.user.asPy.uplink.cell.repcap_cellNull_set(repcap.CellNull.Nr0)
delete(userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:DELete
driver.source.bb.eutra.downlink.user.asPy.uplink.cell.delete(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Deletes the selected table element.

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

delete_with_opc(userIx=UserIx.Default, cellNull=CellNull.Default, opc_timeout_ms: int = -1) None[source]
reset(userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:RESet
driver.source.bb.eutra.downlink.user.asPy.uplink.cell.reset(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)

Resets the DCI table, i.e. removes all table elements.

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
cell_copy = driver.source.bb.eutra.downlink.user.asPy.uplink.cell.clone()

Subgroups