Reference

SCPI Command :

CONFigure:POWer:RESult:P3DB:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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. Prerequisites for this command

  • Turn off automatic calculation of the reference point (method RsFsw.applications.k18AmplifierEt.configure.power.result.p3Db.state.set() ) .

Returns:

ref_power: numeric value Unit: dBm

set(ref_power: float) None[source]
# 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. Prerequisites for this command

  • Turn off automatic calculation of the reference point (method RsFsw.applications.k18AmplifierEt.configure.power.result.p3Db.state.set() ) .

Parameters:

ref_power – numeric value Unit: dBm