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]

CONFigure:LTE:MEASurement<Instance>:MEValuation:SRS:ENABle

Snippet: 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 is allowed. ON: An SRS signal is allowed in the last SC-FDMA symbol of each subframe.

set_enable(enable: bool) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:SRS:ENABle

Snippet: 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 is allowed. ON: An SRS signal is allowed in the last SC-FDMA symbol of each subframe.