State

SCPI Command :

CONFigure:POWer:RESult:P3DB[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: 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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF | 1 | 0