Hi,
I made an Assembler test settup, which include a sens analysis (for dcOP and dc). I define outputs (like not voltage at net Out) and to which elements I need the sensitivity (like V1). I can run this, and using the Results Browser I can get all results (like send to Table or Plot).
However, I I do send to Calculator, it does not work anymore, also sending this to ADE output setup.
I wonder what is going wrong:
Here is setup:
Sim:
dcOp dc write="spectre.dc" save=allpub maxiters=150 maxsteps=10000 \
annotate=status
dcOpInfo info what=oppoint where=rawfile
dc dc param=Iin start=0 stop=2 lin=20 values=[1m 5m 10m 20m] save=allpub \
oppoint=rawfile maxiters=150 maxsteps=10000 annotate=status
sens (OutDM OutCM ) to (V1 V2 I22 V8 I13 ) for (dcOp dc )
Outputs:
getData("/sens1:OutCM,I13:dc" ?result "dcOpSens")
getData("/sens1:OutCM,I13:dc" ?result "dcSens")
I wonder about sens1, but also modifying it in the Calculator to sens does not help.
Error message example:
ERROR (VIVA-3002):expression evaluation failed: getData("/sens1:OutCM,I13:dc" ?result "dcOpSens")
ERROR (VIVA-3002):expression evaluation failed: Expression evaluates to nil
ERROR (VIVA-3002):expression evaluation failed: getData("/sens1:OutCM,I13:freq" ?result "dcSens")
Bye Stephan