Pdw

SCPI Commands :

IMPort:PDW:FILE:PDW:LOAD
IMPort:PDW:FILE:PDW:SAVE
IMPort:PDW:FILE:PDW
class PdwCls[source]

Pdw commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_value() str[source]
# SCPI: IMPort:PDW:FILE:PDW
value: str = driver.importPy.pdw.file.pdw.get_value()

Sets or queries the name of the used PDW list file.

return:

pdw: absolute file path and filename, incl. file extension

load() None[source]
# SCPI: IMPort:PDW:FILE:PDW:LOAD
driver.importPy.pdw.file.pdw.load()

Loads the selected file.

load_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: IMPort:PDW:FILE:PDW:LOAD
driver.importPy.pdw.file.pdw.load_with_opc()

Loads the selected file.

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

param opc_timeout_ms:

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

save() None[source]
# SCPI: IMPort:PDW:FILE:PDW:SAVE
driver.importPy.pdw.file.pdw.save()

Stores the selected file.

save_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: IMPort:PDW:FILE:PDW:SAVE
driver.importPy.pdw.file.pdw.save_with_opc()

Stores the selected file.

Same as save, but waits for the operation to complete before continuing further. Use the RsPulseSeq.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_value(pdw: str) None[source]
# SCPI: IMPort:PDW:FILE:PDW
driver.importPy.pdw.file.pdw.set_value(pdw = 'abc')

Sets or queries the name of the used PDW list file.

param pdw:

absolute file path and filename, incl. file extension