Info

SCPI Command :

CONFigure:SELFtest:INFO:PROGress
class InfoCls[source]

Info commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_progress() str[source]
# SCPI: CONFigure:SELFtest:INFO:PROGress
value: str = driver.configure.selftest.info.get_progress()

No command help available

return:

progress: No help available

Cloning the Group

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

Subgroups