Hi Andrew, Yes, I am using the "Hysteresis Sweep" checkbox with Spectre simulator. In any case, as you have supposed, the waveform is a family of curves and I solved this problem using famValue() function: foreach(sweepValue famGetSweepValues(v("Vout")) Wave = famValue(v("Vout") sweepValue)) So, in this way I managed to use abWaveToList() function and convert the waveform in a list. This code works, but I don't think it is the best method. Thanks for your time and your help. Regards, Savino
↧