TbSize
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:CCODing:TBSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# [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.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)
- Returns:
transp_block_size: integer Range: 1 to 1E5
- set(transp_block_size: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [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.
- Parameters:
transp_block_size – integer Range: 1 to 1E5
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
transmission – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)