Reference

SCPI Command :

CONFigure:POWer:RESult:P3DB:REFerence
class ReferenceCls[source]

Reference commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: CONFigure:POWer:RESult:P3DB:REFerence
value: float = driver.applications.k18AmplifierEt.configure.power.result.p3Db.reference.get()
This command defines the input power corresponding to the gain reference required to calculate the compression points.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic calculation of the reference point (method RsFsw.Applications.K18_AmplifierEt.Configure.Power.Result.P3Db.State.set) .

return

ref_power: numeric value Unit: dBm

set(ref_power: float) None[source]
# SCPI: CONFigure:POWer:RESult:P3DB:REFerence
driver.applications.k18AmplifierEt.configure.power.result.p3Db.reference.set(ref_power = 1.0)
This command defines the input power corresponding to the gain reference required to calculate the compression points.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn off automatic calculation of the reference point (method RsFsw.Applications.K18_AmplifierEt.Configure.Power.Result.P3Db.State.set) .

param ref_power

numeric value Unit: dBm