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
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.