DutLimit
SCPI Command :
CONFigure:GENerator:MCGD:LEVel:DUTLimit
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# CONFigure:GENerator:MCGD:LEVel:DUTLimit value: float = driver.applications.k17Mcgd.configure.generator.mcgd.level.dutLimit.get()
Sets or queries the maximum input power (peak envelope power, ‘PEP’) that is currently allowed by the DUT and that is specified on the generator. The generator output does not exceed this value.
- Returns:
level: Unit: dBm
- set(level: float) None[source]
# CONFigure:GENerator:MCGD:LEVel:DUTLimit driver.applications.k17Mcgd.configure.generator.mcgd.level.dutLimit.set(level = 1.0)
Sets or queries the maximum input power (peak envelope power, ‘PEP’) that is currently allowed by the DUT and that is specified on the generator. The generator output does not exceed this value.
- Parameters:
level – Unit: dBm
Cloning the Group
# Create a copy of the original group, that exists independently
dutLimit_copy = driver.applications.k17Mcgd.configure.generator.mcgd.level.dutLimit.clone()
Subgroups