Closed mvosta closed 6 months ago
Hi, can you provide us with the working SKILL code, please? Then we can take a look why the translation does not work
Hi, thank you for the quick response. The issue was apparently due to a wrong path for the openResults
function. The path was set to "/somepath/Ocean.0/psf/tran/psf/"
, which points to the root of the results containing multiple simulation points. This path should point to "/somepath/Ocean.0/1/tran/psf/"
, i.e. a single simulation point, which solves the issue.
The goal is to extract the x and y vectors from an srrWave. In a first step from a single design point, but in a later stage ideally from a parameter sweep simulation. The current approach to get the x and y vectors from a waveform from a node voltage of a transient simulation is shown below.
The function to convert a waveform to two vectors:
Part of the code where the function is used:
The printed results are:
[1.0]
[<remote object@0x...>]
Which is not what I would expect. How should the approach above be altered to successfully get the x and y vectors?