TbSize

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:CCODing:TBSize
class TbSizeCls[source]

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

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:CCODing:TBSize
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.ccoding.tbSize.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the size of the transport block.

param userEquipment

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

param transmission

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

return

transp_block_size: integer Range: 1 to 1E5

set(transp_block_size: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:CCODing:TBSize
driver.source.bb.eutra.uplink.ue.emtc.trans.ccoding.tbSize.set(transp_block_size = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the size of the transport block.

param transp_block_size

integer Range: 1 to 1E5

param userEquipment

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

param transmission

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