setup_import_mdm
Import data from an .mdm file into a specified setup, auto-generating inputs and outputs structure. Handles large datasets via server-side processing.
Instructions
Import data from an .mdm file into a Setup using Import Create command. Automatically creates inputs/outputs structure from MDM file. Ordering: Transforms may be created before or after the import — both orders are supported and live-verified (2026-09-02: derivative/Optimize/PythonLocal created after import, no hangs, configuration read back effective). A bonus of importing first: program transforms whose Program starts with an UPDATE_AUTO line auto-execute on creation, so that execution runs against the already-imported data. Data is processed on the server side, suitable for large datasets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_type | No | M=import as measured, S=import as simulated | M |
| file_path | Yes | Absolute path to the .mdm file on the server | |
| setup_path | Yes | Setup path, e.g. '/model/dut/setup_name' |