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
- Commands in total: 4Subgroups: 0Direct child commands: 4
- delete(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path
- get_catalog() List[str][source]
# [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.
- Returns:
catalog: string
- load(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path
- set_store(filename: str) None[source]
# [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.
- Parameters:
filename – ‘filename’ Filename or complete file path