Srs

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:SRS:ENABle
class SrsCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SRS:ENABle
value: bool = driver.configure.lteMeas.multiEval.srs.get_enable()

Specifies whether a sounding reference signal is allowed (ON) or not (OFF) . For Signal Path = Network, the setting is not configurable.

return:

enable: OFF: No SRS signal is allowed. ON: An SRS signal is allowed in the last SC-FDMA symbol of each subframe.

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SRS:ENABle
driver.configure.lteMeas.multiEval.srs.set_enable(enable = False)

Specifies whether a sounding reference signal is allowed (ON) or not (OFF) . For Signal Path = Network, the setting is not configurable.

param enable:

OFF: No SRS signal is allowed. ON: An SRS signal is allowed in the last SC-FDMA symbol of each subframe.