Setting

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:CATalog
[SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:DELete
[SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:LOAD
[SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:STORe
class SettingCls[source]

Setting commands group definition. 4 total commands, 0 Subgroups, 4 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:DELete
driver.source.iq.output.analog.setting.delete(filename = 'abc')

Deletes the selected file from the default or specified directory. Deleted are files with the file extension *.iqout.

param filename

‘filename’ Filename or complete file path

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:CATalog
value: List[str] = driver.source.iq.output.analog.setting.get_catalog()

Queries the files with I/Q output settings in the default directory. Listed are files with the file extension *.iqout.

return

catalog: string

load(filename: str) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:LOAD
driver.source.iq.output.analog.setting.load(filename = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension *.iqout.

param filename

‘filename’ Filename or complete file path

set_store(filename: str) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:SETTing:STORe
driver.source.iq.output.analog.setting.set_store(filename = 'abc')

Stores the current settings into the selected file; the file extension (*.iqout) is assigned automatically.

param filename

‘filename’ Filename or complete file path