Power
SCPI Command :
CONFigure:GENerator:DUT:INPut:MAXimum:POWer
- class PowerCls[source]
Power commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:GENerator:DUT:INPut:MAXimum:POWer value: float = driver.applications.k18AmplifierEt.configure.generator.dut.inputPy.maximum.power.get()
This command defines the maximum generator output power.
- return
level: Unit: dBm
- set(level: float) None [source]
# SCPI: CONFigure:GENerator:DUT:INPut:MAXimum:POWer driver.applications.k18AmplifierEt.configure.generator.dut.inputPy.maximum.power.set(level = 1.0)
This command defines the maximum generator output power.
- param level
Unit: dBm
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.generator.dut.inputPy.maximum.power.clone()
Subgroups