Level
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:LEVel
- class LevelCls[source]
Level commands group definition. 4 total commands, 3 Subgroups, 1 group commands
- get(level: float) float [source]
# SCPI: [SOURce<HW>]:REGenerator:SIMulation:LEVel value: float = driver.source.regenerator.simulation.level.get(level = 1.0)
Queries the calculated level value.
- param level
float Range: -541 to 591
- return
level: float Range: -541 to 591
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.regenerator.simulation.level.clone()
Subgroups