Etfci

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:ETFCi:POFFset
CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:ETFCi:REFerence
CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:ETFCi:NUMBer
CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:HSUPa:ETFCi:BOOSt
class Etfci[source]

Etfci commands group definition. 4 total commands, 0 Sub-groups, 4 group commands

get_boost()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:BOOSt
value: int or bool = driver.configure.uplink.gfactor.hsupa.etfci.get_boost()

Specifies the E-TFCI threshold beyond which boosting of E-DPCCH is enabled.

return

value: Range: 0 to 127 Additional ON / OFF enables or disables the E-DPCCH power boosting.

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

Specifies how many pairs of reference E-TFCIs and assigned power offset values are signaled to the UE.

return

number: Range: 1 to 8

get_poffset()List[int][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:POFFset
value: List[int] = driver.configure.uplink.gfactor.hsupa.etfci.get_poffset()

Specifies the power offset values of the first n pairs of reference E-TFCIs and power offsets, with n = 1 to 8.

return

power_offset: Comma-separated list of up to 8 values (30 and 31 reserved for E-TFCI boost) Range: 0 to 31

get_reference()List[int][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:REFerence
value: List[int] = driver.configure.uplink.gfactor.hsupa.etfci.get_reference()

Specifies the E-TFCI values of the first n pairs of reference E-TFCIs and power offsets, with n = 1 to 8.

return

etfci: Comma-separated list of up to 8 values Range: 0 to 127

set_boost(value: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:BOOSt
driver.configure.uplink.gfactor.hsupa.etfci.set_boost(value = 1)

Specifies the E-TFCI threshold beyond which boosting of E-DPCCH is enabled.

param value

Range: 0 to 127 Additional ON / OFF enables or disables the E-DPCCH power boosting.

set_number(number: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:NUMBer
driver.configure.uplink.gfactor.hsupa.etfci.set_number(number = 1)

Specifies how many pairs of reference E-TFCIs and assigned power offset values are signaled to the UE.

param number

Range: 1 to 8

set_poffset(power_offset: List[int])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:POFFset
driver.configure.uplink.gfactor.hsupa.etfci.set_poffset(power_offset = [1, 2, 3])

Specifies the power offset values of the first n pairs of reference E-TFCIs and power offsets, with n = 1 to 8.

param power_offset

Comma-separated list of up to 8 values (30 and 31 reserved for E-TFCI boost) Range: 0 to 31

set_reference(etfci: List[int])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:HSUPa:ETFCi:REFerence
driver.configure.uplink.gfactor.hsupa.etfci.set_reference(etfci = [1, 2, 3])

Specifies the E-TFCI values of the first n pairs of reference E-TFCIs and power offsets, with n = 1 to 8.

param etfci

Comma-separated list of up to 8 values Range: 0 to 127