Pdynamics

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:ENABle
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:OFFPower
class PdynamicsCls[source]

Pdynamics commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:ENABle
value: bool = driver.configure.nrSubMeas.multiEval.limit.pdynamics.get_enable()

Enables or disables the limit check for the power dynamics measurement.

return:

enable: No help available

get_off_power() float[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:OFFPower
value: float = driver.configure.nrSubMeas.multiEval.limit.pdynamics.get_off_power()

Defines an upper limit for the OFF power determined with the power dynamics measurement.

return:

power: No help available

set_enable(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:ENABle
driver.configure.nrSubMeas.multiEval.limit.pdynamics.set_enable(enable = False)

Enables or disables the limit check for the power dynamics measurement.

param enable:

No help available

set_off_power(power: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:OFFPower
driver.configure.nrSubMeas.multiEval.limit.pdynamics.set_off_power(power = 1.0)

Defines an upper limit for the OFF power determined with the power dynamics measurement.

param power:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.multiEval.limit.pdynamics.clone()

Subgroups