Pdynamics

SCPI Commands :

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

Pdynamics commands group definition. 5 total commands, 2 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:LIMit:PDYNamics:ENABle
value: bool = driver.configure.nrSubMeas.srs.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>:SRS:LIMit:PDYNamics:OFFPower
value: float = driver.configure.nrSubMeas.srs.limit.pdynamics.get_off_power()

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

return:

off_power: Upper limit before adding the test tolerance

set_enable(enable: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:LIMit:PDYNamics:ENABle
driver.configure.nrSubMeas.srs.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(off_power: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:LIMit:PDYNamics:OFFPower
driver.configure.nrSubMeas.srs.limit.pdynamics.set_off_power(off_power = 1.0)

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

param off_power:

Upper limit before adding the test tolerance

Cloning the Group

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

Subgroups