Tblock

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSDPa:UDEFined:TBLock
class Tblock[source]

Tblock commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Index: int: Transport block size index (TFRI value) Range: 0 to 62

  • Size: int: Used transport block size resulting from the settings Range: 0 bits to 28.8E+3 bits

get()GetStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSDPa:UDEFined:TBLock
value: GetStruct = driver.configure.cell.carrier.hsdpa.userDefined.tblock.get()

Specifies the value of the transport format and resource indicator (TFRI) signaled to the UE. A query returns also the resulting transport block size.

Global Repeated Capabilities: repcap.Carrier
return

structure: for return value, see the help for GetStruct structure arguments.

set(index: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSDPa:UDEFined:TBLock
driver.configure.cell.carrier.hsdpa.userDefined.tblock.set(index = 1)

Specifies the value of the transport format and resource indicator (TFRI) signaled to the UE. A query returns also the resulting transport block size.

param index

Transport block size index (TFRI value) Range: 0 to 62

Global Repeated Capabilities: repcap.Carrier