DutLimit
SCPI Command :
CONFigure:GENerator:MCGD:LEVel:DUTLimit
- class DutLimitCls[source]
DutLimit commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: 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.
- return
level: Unit: dBm
- set(level: float) None [source]
# SCPI: 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.
- param level
Unit: dBm
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.configure.generator.mcgd.level.dutLimit.clone()
Subgroups