Is there a way to print the ADE output expressions to a CSV file, when some of the expressions fail to evaluate in ocean/skill, without using Assembler? e.g. if part of the expression is nil (e.g. dB20() of a value which is 0), ocean stops with this message:
*Error* difference: can't handle (nil - nil)
*Error* load: error while loading file - "2.ocn" at line 211
Assembler seems to handle the error better; it just returns "eval err" on the nil results and continues to print the valid results.
1. Is there some error handling option in ocean, to continue if the result is nil?
2. I tried waveout.il groups.google.com/.../ or www.thecadforums.com/.../andrew-becketts-program-to-write-waveforms-to-an-ascii-file.32869
but when it gets to a nil result it gives:
Error* quotient: Attempted to divide by zero - (4.59756e-21 0.0)
3. Or better, is there some way to import a psf results dir run from plain Spectre into Assembler/Explorer just to print out a CSV of the output expressions? I tried to copy the psf dir into an existing maestro run dir and re-evaluate the expressions in Assembler, but the expressions did not re-evaluate.