Data
SCPI Command :
CALibration:DATA:EXPort
- Commands in total: 4Subgroups: 2Direct child commands: 1
- export() None[source]
# CALibration:DATA:EXPort driver.calibration.data.export()
Collects the internal adjustment data and provides the data for export in a zip file. You can export the data for service and evaluation purposes.
- export_with_opc(opc_timeout_ms: int = -1) None[source]
# CALibration:DATA:EXPort driver.calibration.data.export_with_opc()
Collects the internal adjustment data and provides the data for export in a zip file. You can export the data for service and evaluation purposes.
Same as export, 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.
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.calibration.data.clone()
Subgroups