Pdu

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa:PDU:FLEXible
CONFigure:WCDMa:SIGNaling<Instance>:CELL:HSUPa:PDU
class Pdu[source]

Pdu commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_flexible()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:PDU:FLEXible
value: int or bool = driver.configure.cell.hsupa.pdu.get_flexible()

Enables and selects the maximum RLC PDU size to be signaled to the UE to configure its flexible UL RLC PDU for dual uplink carrier connections.

return

flexible_max: Range: 16 to 12.04E+3 Additional ON/OFF enables/disables flexible PDU size.

get_value()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:PDU
value: int = driver.configure.cell.hsupa.pdu.get_value()

Selects the RLC PDU size to be signaled to the UE to configure its constant UL RLC PDU size.

return

size: Range: 72 to 5000

set_flexible(flexible_max: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:PDU:FLEXible
driver.configure.cell.hsupa.pdu.set_flexible(flexible_max = 1)

Enables and selects the maximum RLC PDU size to be signaled to the UE to configure its flexible UL RLC PDU for dual uplink carrier connections.

param flexible_max

Range: 16 to 12.04E+3 Additional ON/OFF enables/disables flexible PDU size.

set_value(size: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:HSUPa:PDU
driver.configure.cell.hsupa.pdu.set_value(size = 1)

Selects the RLC PDU size to be signaled to the UE to configure its constant UL RLC PDU size.

param size

Range: 72 to 5000