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
class SettingCls[source]

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

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

param filename

‘filename’ Filename or complete file path

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

return

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

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

param filename

‘filename’ Filename or complete file path

preset() None[source]
# SCPI: [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 command [:SOURce]:IQ:DOHerty:STATe.

preset_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [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 command [: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.

param opc_timeout_ms

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

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

param filename

‘filename’ Filename or complete file path