Apply

SCPI Command :

[SENSe]:PMETer:LEVel:CORRection:APPLy
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:PMETer:LEVel:CORRection:APPLy
value: bool = driver.applications.k18AmplifierEt.sense.pmeter.level.correction.apply.get()

Sets and queries the toggle to apply the auto level correction.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 ON | 1

set(state: bool) None[source]
# [SENSe]:PMETer:LEVel:CORRection:APPLy
driver.applications.k18AmplifierEt.sense.pmeter.level.correction.apply.set(state = False)

Sets and queries the toggle to apply the auto level correction.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 ON | 1