Level

SCPI Command :

CONFigure:GENerator:MCGD:LEVel
Commands in total: 6
Subgroups: 4
Direct child commands: 1
get() float[source]
# 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.

Returns:

level: Unit: dBm

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

Parameters:

level – Unit: dBm

Cloning the Group

# Create a copy of the original group, that exists independently
level_copy = driver.applications.k17Mcgd.configure.generator.mcgd.level.clone()

Subgroups