Fcoefficient

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:POWer:UL:FCOefficient
class FcoefficientCls[source]

Fcoefficient commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) FilterCoeff[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:FCOefficient
value: enums.FilterCoeff = driver.configure.signaling.lte.cell.power.uplink.fcoefficient.get(cell_name = 'abc')

Sets the parameter ‘filterCoefficient’, signaled to the UE as an uplink power control parameter.

param cell_name:

No help available

return:

filter_coeff: No help available

set(cell_name: str, filter_coeff: FilterCoeff) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:POWer:UL:FCOefficient
driver.configure.signaling.lte.cell.power.uplink.fcoefficient.set(cell_name = 'abc', filter_coeff = enums.FilterCoeff.FC0)

Sets the parameter ‘filterCoefficient’, signaled to the UE as an uplink power control parameter.

param cell_name:

No help available

param filter_coeff:

No help available