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.multiEval.srs.get_enable()

Specifies whether a sounding reference signal is allowed (ON) or not (OFF) . For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CELL[:PCC]:SRS:ENABle.

return:

enable: OFF | ON OFF: no SRS signal ON: SRS signal 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.multiEval.srs.set_enable(enable = False)

Specifies whether a sounding reference signal is allowed (ON) or not (OFF) . For the combined signal path scenario, use CONFigure:LTE:SIGN<i>:CELL[:PCC]:SRS:ENABle.

param enable:

OFF | ON OFF: no SRS signal ON: SRS signal allowed in the last SC-FDMA symbol of each subframe