-
How can I get a list containing a variable's available values from this window? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you can save them as csv file then call it : |
Beta Was this translation helpful? Give feedback.
-
There's certainly the way to do that with the Hope this helps, Kind regards, Giulia |
Beta Was this translation helpful? Give feedback.
Hi @JusMave @mostafaeleswy,
There's certainly the way to do that with the
export_to_csv
method.Suppose you add your parametric sweep as:
param = m3d.parametrics.add(your_sweep_var, -20, 0, 20, "LinearStep", parametricname=sweep_name)
you can export the the parametric setup table as:
param.export_to_csv(path_to_export)
Hope this helps,
Please do let me know if I answered your question and close this discussion!
Kind regards,
Giulia