henjo/pycircuit

PSFResultSet family sweep values are randomly ordered

henjo opened this issue · 1 comments

When reading a waveform family the sweep values comes in a random order because the runs are stored in a dictionary.

hohe commented

Hello Henjo,

what is your suggestion to solve this problem? One possibility would be to save the runs as list and the names of the runs in a second list. Do you have another suggestion?
I am interested in solving this problem, because I would like to analyze a cadence parametric analysis with pycircuit and the random order is very unhandy.

Regards Horst