Power

SCPI Command :

CONFigure:GENerator:DUT:INPut:MAXimum:POWer
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# 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.

Returns:

level: Unit: dBm

set(level: float) None[source]
# 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.

Parameters:

level – Unit: dBm

Cloning the Group

# Create a copy of the original group, that exists independently
power_copy = driver.applications.k18AmplifierEt.configure.generator.dut.inputPy.maximum.power.clone()

Subgroups