Tbal
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TBAL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default) EutraMcsTable[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TBAL value: enums.EutraMcsTable = driver.source.bb.eutra.downlink.user.cell.tbal.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the which of the transport block size (TBS) tables defined in is used.
- 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:
tbs_alt_index: 0 | OFF | T1 | 1| ON | T2 | T3 | T4 0 | OFF | T1 =’TBS Alt. Index = 0’ 1 | ON | T2 = ‘TBS Alt. Index = 1’ T3 = ‘TBS Alt. Index = 2’ T3 = ‘TBS Alt. Index = 3’
- set(tbs_alt_index: EutraMcsTable, userIx=UserIx.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:CELL<ST0>:TBAL driver.source.bb.eutra.downlink.user.cell.tbal.set(tbs_alt_index = enums.EutraMcsTable._0, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default)
Sets the which of the transport block size (TBS) tables defined in is used.
- Parameters:
tbs_alt_index – 0 | OFF | T1 | 1| ON | T2 | T3 | T4 0 | OFF | T1 =’TBS Alt. Index = 0’ 1 | ON | T2 = ‘TBS Alt. Index = 1’ T3 = ‘TBS Alt. Index = 2’ T3 = ‘TBS Alt. Index = 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’)