Level

SCPI Command :

CONFigure:GENerator:MCGD:LEVel
class LevelCls[source]

Level commands group definition. 6 total commands, 4 Subgroups, 1 group commands

get() float[source]
# SCPI: CONFigure:GENerator:MCGD:LEVel
value: float = driver.applications.k17Mcgd.configure.generator.mcgd.level.get()

Sets the specified value on the connected signal generator or queries which value is used.

return

level: Unit: dBm

set(level: float) None[source]
# SCPI: CONFigure:GENerator:MCGD:LEVel
driver.applications.k17Mcgd.configure.generator.mcgd.level.set(level = 1.0)

Sets the specified value on the connected signal generator or queries which value is used.

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.clone()

Subgroups