UlIndex
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:SEQelem:ULINdex
- 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:UL:CELL<ST0>:SEQelem:ULINdex value: int = driver.source.bb.eutra.downlink.user.asPy.uplink.cell.seqElem.ulIndex.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
In TDD mode and with ‘UL/DL Configuration = 0’, sets the parameter UL Index.
- 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:
ul_index: integer Range: 0 to 3
- set(ul_index: int, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:AS:UL:CELL<ST0>:SEQelem:ULINdex driver.source.bb.eutra.downlink.user.asPy.uplink.cell.seqElem.ulIndex.set(ul_index = 1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
In TDD mode and with ‘UL/DL Configuration = 0’, sets the parameter UL Index.
- Parameters:
ul_index – integer Range: 0 to 3
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’)