Skip to content
Discussion options

You must be logged in to vote

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

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Samuelopez-ansys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants