Cell<CellNull>
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:DELete
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:RESet
- Commands in total: 25Subgroups: 12Direct child commands: 2
Repeated Capability Setting:
# Range: Nr0 .. Nr63 driver.source.bb.eutra.downlink.user.asPy.downlink.cell.repcap_cellNull_set(repcap.CellNull.Nr0)
- delete(userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:DELete driver.source.bb.eutra.downlink.user.asPy.downlink.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:DL:CELL<ST0>:RESet driver.source.bb.eutra.downlink.user.asPy.downlink.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.downlink.cell.clone()
Subgroups