ExportDb

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:EXPortdb
class ExportDb[source]

ExportDb commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set()None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:EXPortdb
driver.configure.data.measurement.ipAnalysis.exportDb.set()

Stores the IP analysis result database to a JSON file on the DAU system drive.

set_with_opc()None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:EXPortdb
driver.configure.data.measurement.ipAnalysis.exportDb.set_with_opc()

Stores the IP analysis result database to a JSON file on the DAU system drive.

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