Level

SCPI Command :

[SOURce<HW>]:REGenerator:SIMulation:LEVel
Commands in total: 4
Subgroups: 3
Direct child commands: 1
get(level: float) float[source]
# [SOURce<HW>]:REGenerator:SIMulation:LEVel
value: float = driver.source.regenerator.simulation.level.get(level = 1.0)

Queries the calculated level value.

Parameters:

level – float Range: -541 to 591

Returns:

level: float Range: -541 to 591

Cloning the Group

# Create a copy of the original group, that exists independently
level_copy = driver.source.regenerator.simulation.level.clone()

Subgroups