Power
SCPI Command :
CONFigure:LTE:MEASurement<Instance>:PRACh: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>:PRACh:POWer:HDMode
Snippet: value: bool = driver.configure.prach.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>:PRACh:POWer:HDMode
Snippet: driver.configure.prach.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