Level
SCPI Command :
CONFigure:GENerator:POWer:LEVel
- class LevelCls[source]
Level commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:GENerator:POWer:LEVel value: float = driver.applications.k14Xnr5G.configure.generator.power.level.get()
- Defines the output power RMS level of the generator.
INTRO_CMD_HELP: Prerequisites for this command
IP connection to a signal generator.
Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .
Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .
- return
level: Unit: dBm
- set(level: float) None [source]
# SCPI: CONFigure:GENerator:POWer:LEVel driver.applications.k14Xnr5G.configure.generator.power.level.set(level = 1.0)
- Defines the output power RMS level of the generator.
INTRO_CMD_HELP: Prerequisites for this command
IP connection to a signal generator.
Generator control state is on (method RsFsw.Applications.K18_AmplifierEt.Configure.Generator.Control.State.set) .
Level control is on (method RsFsw.Applications.K14x_Nr5G.Configure.Generator.Power.Level.State.set) .
- param level
Unit: dBm
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.configure.generator.power.level.clone()
Subgroups