cst_export_result
Export simulation results from CST Studio to CSV, Touchstone, or text files for post-processing in external tools like MATLAB or Python. Specify the result path and output format.
Instructions
Export a simulation result to a file (CSV, Touchstone, or text). Specify the result tree path and desired output format. Useful for post-processing results in external tools like MATLAB or Python.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export file format. 'csv' for comma-separated values, 'touchstone' for Touchstone/SnP format (S-parameters only), 'txt' for space-separated text. | csv |
| output_file | Yes | Full file path for the exported file. | |
| result_path | Yes | CST result tree path to export, e.g. '1D Results\S-Parameters\S1,1' or 'Farfields\farfield (f=2.45)'. |