Tbsi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:CCODing:TBSI
class TbsiCls[source]

Tbsi commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:CCODing:TBSI
value: int = driver.source.bb.eutra.downlink.niot.alloc.ccoding.tbsi.get(allocationNull = repcap.AllocationNull.Default)

Sets the transport block size index.

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

return

tbs_index: integer Range: 0 to 15

set(tbs_index: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:CCODing:TBSI
driver.source.bb.eutra.downlink.niot.alloc.ccoding.tbsi.set(tbs_index = 1, allocationNull = repcap.AllocationNull.Default)

Sets the transport block size index.

param tbs_index

integer Range: 0 to 15

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)