Setting
SCPI Commands :
[SOURce<HW>]:BB:PRAMp:SETTing:CATalog
[SOURce<HW>]:BB:PRAMp:SETTing:DELete
[SOURce<HW>]:BB:PRAMp:SETTing:LOAD
- class SettingCls[source]
Setting commands group definition. 5 total commands, 1 Subgroups, 3 group commands
- delete(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:SETTing:DELete driver.source.bb.pramp.setting.delete(filename = 'abc')
No command help available
- param filename
No help available
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:SETTing:CATalog value: List[str] = driver.source.bb.pramp.setting.get_catalog()
No command help available
- return
catalog: No help available
- load(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:SETTing:LOAD driver.source.bb.pramp.setting.load(filename = 'abc')
No command help available
- param filename
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.pramp.setting.clone()
Subgroups