Uprofile

SCPI Commands :

CONFigure:SELFtest:UPRofile:SAVE
CONFigure:SELFtest:UPRofile:LOAD
class UprofileCls[source]

Uprofile commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_load() str[source]
# SCPI: CONFigure:SELFtest:UPRofile:LOAD
value: str = driver.configure.selftest.uprofile.get_load()

No command help available

return:

user_profile: No help available

save(save_user_profile: str) None[source]
# SCPI: CONFigure:SELFtest:UPRofile:SAVE
driver.configure.selftest.uprofile.save(save_user_profile = 'abc')

No command help available

param save_user_profile:

No help available

set_load(user_profile: str) None[source]
# SCPI: CONFigure:SELFtest:UPRofile:LOAD
driver.configure.selftest.uprofile.set_load(user_profile = 'abc')

No command help available

param user_profile:

No help available