Setting

SCPI Commands :

[SOURce]:IQ:DOHerty:SETTing:CATalog
[SOURce]:IQ:DOHerty:SETTing:DELete
[SOURce]:IQ:DOHerty:SETTing:LOAD
[SOURce]:IQ:DOHerty:SETTing:PRESet
[SOURce]:IQ:DOHerty:SETTing:STORe
Commands in total: 5
Subgroups: 0
Direct child commands: 5
delete(filename: str) None[source]
# [SOURce]:IQ:DOHerty:SETTing:DELete
driver.source.iq.doherty.setting.delete(filename = 'abc')

Deletes the selected file from the default or specified directory. Deleted are files with the file extension di_doher. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

Parameters:

filename – ‘filename’ Filename or complete file path

get_catalog() List[str][source]
# [SOURce]:IQ:DOHerty:SETTing:CATalog
value: List[str] = driver.source.iq.doherty.setting.get_catalog()

Queries the files with digital Doherty setting in the default directory. Listed are files with the file extension di_doher. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

Returns:

catalog: string A comma-separated list of filenames; the file extenssion is omitted

load(filename: str) None[source]
# [SOURce]:IQ:DOHerty:SETTing:LOAD
driver.source.iq.doherty.setting.load(filename = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension di_doher. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

Parameters:

filename – ‘filename’ Filename or complete file path

preset() None[source]
# [SOURce]:IQ:DOHerty:SETTing:PRESet
driver.source.iq.doherty.setting.preset()

Sets the default settings (*RST values specified for the commands) . Not affected is the state set with the method RsSmw.source.iq.doherty.state() .

preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce]:IQ:DOHerty:SETTing:PRESet
driver.source.iq.doherty.setting.preset_with_opc()

Sets the default settings (*RST values specified for the commands) . Not affected is the state set with the method RsSmw.source.iq.doherty.state() .

Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

set_store(filename: str) None[source]
# [SOURce]:IQ:DOHerty:SETTing:STORe
driver.source.iq.doherty.setting.set_store(filename = 'abc')

Stores the current settings into the selected file; the file extension (di_doher) is assigned automatically. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

Parameters:

filename – ‘filename’ Filename or complete file path