Setting
SCPI Command :
[SOURce<HW>]:BB:MCCW:SETTing:CATalog
- Commands in total: 4Subgroups: 3Direct child commands: 1
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:MCCW:SETTing:CATalog value: List[str] = driver.source.bb.mccw.setting.get_catalog()
Queries all available files with file extension mccw_set, which contain dialog related settings.
Cloning the Group
# Create a copy of the original group, that exists independently
setting_copy = driver.source.bb.mccw.setting.clone()
Subgroups