Sebastian Günther

Results 137 comments of Sebastian Günther

... btw auto refresh should refresh even at checking this option. Also the filter is disabled now. Is there an option to only analyze a single (string) axis value? Regarding...

Hello Raphaël, I was thinking about a winding matrix export (in pyleecan). So I may utilize this feature. Do you it will be possible to write such multi dimensional data...

Thanks for your ideas. I would prefer a one file solution. But I don't want you to get headache because of this :-) So I may implement a specific solution...

... here is some code to reproduce this issue more easily. ``` from numpy.random import rand from SciDataTool import Data1D, DataND speed = rand(10,1) torque = rand(20,1) data = rand(10,20)...

> Concerning requiring a specific unit for axes, the syntax is the following: data.export_along("speed{rpm}", "torque{Nm}") So the units argument is somehow needless?!

Hello @helene-t thank you for your quick response. This was very helpful. Still I don't get the data exported, no matter what the axes orientation is, e.g. `speed, torque =...

Actually I came to this "issue" while studying set_OP_array of VarLoad and OPMatrix. BTW these methods also need some improvement in my opinion, e.g. there are some asumptions with incomplete...