Setting
SCPI Commands :
[SOURce<HW>]:IQ:DPD:SETTing:CATalog
[SOURce]:IQ:DPD:SETTing:DELete
[SOURce<HW>]:IQ:DPD:SETTing:LOAD
[SOURce<HW>]:IQ:DPD:SETTing:STORe
- class SettingCls[source]
Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- delete(filename: str) None [source]
# SCPI: [SOURce]:IQ:DPD:SETTing:DELete driver.source.iq.dpd.setting.delete(filename = 'abc')
Deletes the selected file from the default or specified directory. Deleted are files with the file extension *.dpd.
- param filename
‘filename’ Filename or complete file path
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:IQ:DPD:SETTing:CATalog value: List[str] = driver.source.iq.dpd.setting.get_catalog()
Queries the files with digital predistortion setting in the default directory. Listed are files with the file extension *. dpd.
- return
catalog: string
- load(filename: str) None [source]
# SCPI: [SOURce<HW>]:IQ:DPD:SETTing:LOAD driver.source.iq.dpd.setting.load(filename = 'abc')
Loads the selected file from the default or the specified directory. Loaded are files with extension *.dpd.
- param filename
‘filename’ Filename or complete file path
- set_store(filename: str) None [source]
# SCPI: [SOURce<HW>]:IQ:DPD:SETTing:STORe driver.source.iq.dpd.setting.set_store(filename = 'abc')
Stores the current settings into the selected file; the file extension (*.dpd) is assigned automatically.
- param filename
‘filename’ Filename or complete file path