Level
SCPI Command :
CONFigure:GENerator:POWer:LEVel
- Commands in total: 6Subgroups: 3Direct child commands: 1
- get() float[source]
# CONFigure:GENerator:POWer:LEVel value: float = driver.applications.k18AmplifierEt.configure.generator.power.level.get()
This command defines the signal generator level. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
level: numeric value Unit: dBm
- set(level: float) None[source]
# CONFigure:GENerator:POWer:LEVel driver.applications.k18AmplifierEt.configure.generator.power.level.set(level = 1.0)
This command defines the signal generator level. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
level – numeric value Unit: dBm
Cloning the Group
# Create a copy of the original group, that exists independently
level_copy = driver.applications.k18AmplifierEt.configure.generator.power.level.clone()
Subgroups