System

SCPI Command :

SYSTem:PROGress
class SystemCls[source]

System commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_progress() float[source]
# SCPI: SYSTem:PROGress
value: float = driver.system.get_progress()

Queries the signal generation progress status.

return:

progress: float

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.clone()

Subgroups