Pdynamics

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:ENABle
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:PDYNamics:OFFPower
Commands in total: 4
Subgroups: 1
Direct child commands: 2
get_enable() bool[source]
# 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.

Returns:

enable: OFF | ON

get_off_power() float[source]
# 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.

Returns:

power: numeric

set_enable(enable: bool) None[source]
# 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.

Parameters:

enable – OFF | ON

set_off_power(power: float) None[source]
# 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.

Parameters:

power – numeric

Cloning the Group

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

Subgroups