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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
delete(filename: str) None[source]
# [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.

Parameters:

filename – ‘filename’ Filename or complete file path

get_catalog() List[str][source]
# [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.

Returns:

catalog: string

load(filename: str) None[source]
# [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.

Parameters:

filename – ‘filename’ Filename or complete file path

set_store(filename: str) None[source]
# [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.

Parameters:

filename – ‘filename’ Filename or complete file path