Selftest

SCPI Commands :

CATalog:SELFtest
CATalog:SELFtest:UPRofile
class SelftestCls[source]

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

get(filter_py: str = None) List[str][source]
# SCPI: CATalog:SELFtest
value: List[str] = driver.catalog.selftest.get(filter_py = 'abc')

No command help available

param filter_py:

No help available

return:

results: No help available

get_uprofile() List[str][source]
# SCPI: CATalog:SELFtest:UPRofile
value: List[str] = driver.catalog.selftest.get_uprofile()

No command help available

return:

user_prof_names: No help available

Cloning the Group

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

Subgroups