Fcoefficient

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRP
CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRQ
class FcoefficientCls[source]

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

get_rsrp() FilterRsrpqCoefficient[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRP
value: enums.FilterRsrpqCoefficient = driver.configure.ueReport.fcoefficient.get_rsrp()

Selects the value to be sent to the UE as ‘filterCoefficientRSRP’. It is used by the UE to measure the reference signal received power (RSRP) .

return:

filter_py: FC0 | FC4

get_rsrq() FilterRsrpqCoefficient[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRQ
value: enums.FilterRsrpqCoefficient = driver.configure.ueReport.fcoefficient.get_rsrq()

Selects the value to be sent to the UE as ‘filterCoefficientRSRQ’. It is used by the UE to measure the reference signal received quality (RSRQ) .

return:

filter_py: FC0 | FC4

set_rsrp(filter_py: FilterRsrpqCoefficient) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRP
driver.configure.ueReport.fcoefficient.set_rsrp(filter_py = enums.FilterRsrpqCoefficient.FC0)

Selects the value to be sent to the UE as ‘filterCoefficientRSRP’. It is used by the UE to measure the reference signal received power (RSRP) .

param filter_py:

FC0 | FC4

set_rsrq(filter_py: FilterRsrpqCoefficient) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UEReport:FCOefficient:RSRQ
driver.configure.ueReport.fcoefficient.set_rsrq(filter_py = enums.FilterRsrpqCoefficient.FC0)

Selects the value to be sent to the UE as ‘filterCoefficientRSRQ’. It is used by the UE to measure the reference signal received quality (RSRQ) .

param filter_py:

FC0 | FC4