Tbsi

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:ALLoc<CH0>:CCODing:TBSI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(allocationNull=AllocationNull.Default) int[source]
# [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.

Parameters:

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

Returns:

tbs_index: integer Range: 0 to 15

set(tbs_index: int, allocationNull=AllocationNull.Default) None[source]
# [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.

Parameters:
  • tbs_index – integer Range: 0 to 15

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