Setting

SCPI Command :

[SOURce<HW>]:BB:KUIPer:SETTing:CATalog
Commands in total: 4
Subgroups: 3
Direct 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