Setting
SCPI Commands :
[SOURce<HW>]:BB:DAB:SETTing:CATalog
[SOURce<HW>]:BB:DAB:SETTing:DELete
[SOURce<HW>]:BB:DAB:SETTing:LOAD
[SOURce<HW>]:BB:DAB:SETTing:STORe
- Commands in total: 4Subgroups: 0Direct child commands: 4
- delete(file: str) None[source]
# [SOURce<HW>]:BB:DAB:SETTing:DELete driver.source.bb.dab.setting.delete(file = 'abc')
No help available
- get_catalog() List[str][source]
# [SOURce<HW>]:BB:DAB:SETTing:CATalog value: List[str] = driver.source.bb.dab.setting.get_catalog()
No help available
- load(load: str) None[source]
# [SOURce<HW>]:BB:DAB:SETTing:LOAD driver.source.bb.dab.setting.load(load = 'abc')
No help available
- set_store(store: str) None[source]
# [SOURce<HW>]:BB:DAB:SETTing:STORe driver.source.bb.dab.setting.set_store(store = 'abc')
No help available