Level
SCPI Command :
CONFigure:GENerator:POWer:LEVel
- class LevelCls[source]
Level commands group definition. 6 total commands, 3 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.
- return
level: numeric value Unit: dBm
- set(level: float) None [source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.
- param level
numeric value Unit: dBm
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.generator.power.level.clone()
Subgroups