Selement
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SELement
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SELement value: int = driver.source.bb.eutra.downlink.user.asPy.downlink.cell.selement.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Selects a table element (i.e. table row) .
- 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’)
- Returns:
sel_elem: integer Range: 0 to 1499
- set(sel_elem: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:DL:CELL<ST0>:SELement driver.source.bb.eutra.downlink.user.asPy.downlink.cell.selement.set(sel_elem = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Selects a table element (i.e. table row) .
- Parameters:
sel_elem – integer Range: 0 to 1499
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’)