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.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: No help available

set_enable(enable: bool) None[source]

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

Snippet: 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:

No help available