Apply
SCPI Command :
[SENSe]:PMETer:LEVel:CORRection:APPLy
- class ApplyCls[source]
Apply commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
state: ON | OFF | 0 | 1 OFF | 0 ON | 1
- set(state: bool) None [source]
# SCPI: [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.
- param state
ON | OFF | 0 | 1 OFF | 0 ON | 1