Setting
SCPI Command :
[SOURce<HW>]:BB:KUIPer:SETTing:CATalog
- Commands in total: 4Subgroups: 3Direct child commands: 1
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:KUIPer:SETTing:CATalog value: List[str] = driver.source.bb.kuiper.setting.get_catalog()
Queries the files with settings in the default directory. Listed are files with the file extension kuip.
Cloning the Group
# Create a copy of the original group, that exists independently
setting_copy = driver.source.bb.kuiper.setting.clone()
Subgroups