Hsupa

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:EDPCch
CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:DTTP
CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:EDPFormula
class Hsupa[source]

Hsupa commands group definition. 7 total commands, 1 Sub-groups, 3 group commands

get_dttp()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:DTTP
value: int = driver.configure.uplink.gfactor.hsupa.get_dttp()

Sets the offset for traffic to total pilot power. The E-DPCCH power is highest for ΔT2TP value of 0 and lowest for value 6.

return

delta_t_2_tp: Range: 0 to 6

get_edp_formula()RsCmwWcdmaSig.enums.UeAlgorithm[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:EDPFormula
value: enums.UeAlgorithm = driver.configure.uplink.gfactor.hsupa.get_edp_formula()

Specifies the UE algorithm for the calculation of E-DPDCH power based on the signaled reference E-TFCIs.

return

formula: EXTRapolation | INTerpolation

get_edpcch()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:EDPCch
value: int = driver.configure.uplink.gfactor.hsupa.get_edpcch()

Specifies the signaled value ΔE-DPCCH for HSUPA.

return

delta: Range: 0 to 8

set_dttp(delta_t_2_tp: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:DTTP
driver.configure.uplink.gfactor.hsupa.set_dttp(delta_t_2_tp = 1)

Sets the offset for traffic to total pilot power. The E-DPCCH power is highest for ΔT2TP value of 0 and lowest for value 6.

param delta_t_2_tp

Range: 0 to 6

set_edp_formula(formula: RsCmwWcdmaSig.enums.UeAlgorithm)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:EDPFormula
driver.configure.uplink.gfactor.hsupa.set_edp_formula(formula = enums.UeAlgorithm.EXTRapolation)

Specifies the UE algorithm for the calculation of E-DPDCH power based on the signaled reference E-TFCIs.

param formula

EXTRapolation | INTerpolation

set_edpcch(delta: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:EDPCch
driver.configure.uplink.gfactor.hsupa.set_edpcch(delta = 1)

Specifies the signaled value ΔE-DPCCH for HSUPA.

param delta

Range: 0 to 8

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.gfactor.hsupa.clone()

Subgroups