Power

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:POWer:HDMode
class PowerCls[source]

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

get_hd_mode() bool[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:POWer:HDMode

Snippet: value: bool = driver.configure.multiEval.power.get_hd_mode()

Enables or disables the high dynamic mode for power dynamics measurements.

return:

high_dynamic_mode: OFF | ON

set_hd_mode(high_dynamic_mode: bool) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:POWer:HDMode

Snippet: driver.configure.multiEval.power.set_hd_mode(high_dynamic_mode = False)

Enables or disables the high dynamic mode for power dynamics measurements.

param high_dynamic_mode:

OFF | ON