Tbsi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC: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:EMTC:ALLoc<CH0>:CCODing:TBSI
value: int = driver.source.bb.eutra.downlink.emtc.alloc.ccoding.tbsi.get(allocationNull = repcap.AllocationNull.Default)

Queries the resulting transport block size index.

param allocationNull

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

return

chan_cod_tbs_index: integer Range: 34 to 34

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

Queries the resulting transport block size index.

param chan_cod_tbs_index

integer Range: 34 to 34

param allocationNull

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