Pdynamics
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:SRS:PDYNamics:HDMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_hd_mode() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:PDYNamics:HDMode value: bool = driver.configure.nrSubMeas.srs.pdynamics.get_hd_mode()
Enables or disables the high dynamic mode for power dynamics measurements.
- Returns:
high_dynamic_mode: OFF | ON
- set_hd_mode(high_dynamic_mode: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS:PDYNamics:HDMode driver.configure.nrSubMeas.srs.pdynamics.set_hd_mode(high_dynamic_mode = False)
Enables or disables the high dynamic mode for power dynamics measurements.
- Parameters:
high_dynamic_mode – OFF | ON