State

SCPI Command :

CONFigure:POWer:RESult:P3DB[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:POWer:RESult:P3DB[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.power.result.p3Db.state.get()

This command turns automatic calculation of the reference point required to determine the compression points (1 dB, 2 dB and 3 dB) on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:POWer:RESult:P3DB[:STATe]
driver.applications.k18AmplifierEt.configure.power.result.p3Db.state.set(state = False)

This command turns automatic calculation of the reference point required to determine the compression points (1 dB, 2 dB and 3 dB) on and off.

Parameters:

state – ON | OFF | 1 | 0