When the PLECS 'simulate' command is used in a simulation script, he output is returned as follows:
out = plecs('simulate',opts);
Is it possible to access the out structure from the Octave console window? After the script is run, the Octave workspace is empty.
Some variations on this question are:
- The console knows the 'plecs' key word but can not access the components (e.g. a scope) in the current schematic.
- When a script is pasted into the Octave window, it does not run. Is there a keyword to run a script from the Octave workspace (e.g. after copying it to a file).
- How can one debug a simulation script interactively (note that 2. would allow that).