Export Simulation Data as CSV in FLUX
All,
I am new to flux simulation software.
Would anyone please kindly advise if I can export the simulation result out of FLUX user interface as a CSV file format?
Also, Please advise any help to learn post processing result files using the embedded python window in FLUX
Balaji
Answers
-
Hi,
In Flux When you draw you curve (2D/3D), select the curve, right click, you have the possibility to export the curve as CSV file.
About the python command, also in Fluw when you do any function, behin Flux generate a python caommdn (see bottom right).
CurveVariation2D['CURVE_LOSS_BT_INST_1'].exportExcel(xlsFile='test',
mode='add')
Hope this will help.
Best regards.
0 -
Thank you very much Abdessamed for your kind response. I would follow your instructions to export data to a CSV.
Appreciate you help. Have a wonderful day ahead.
Balaji
0 -
You are welcome.
0