?
-
Guest
Hi everyone!
I am able to use the wavescan Results Browser to see that I
effectively have a global signal (e.g.: cds_global.\vdd!) in a
simulation database (e.g: mydb) and event plot it using this wavescan
GUI.
I am now trying to have it batched with OCEAN:
[..]
openResults("mydb")
selectResult('tran)
myvdd=v("cds_global.\vdd!")
*Error* strcat: argument #1 should be either a string or a symbol
(type template = "S") - nil
ocean> plot(myvdd)
*Error* eval: unbound variable - myvdd
I assume the problem is the special character bang ("!")
I have tried to escape it, but I just can´t find the proper way.
Any suggestions?
Best thanks,
fRan/
I am able to use the wavescan Results Browser to see that I
effectively have a global signal (e.g.: cds_global.\vdd!) in a
simulation database (e.g: mydb) and event plot it using this wavescan
GUI.
I am now trying to have it batched with OCEAN:
[..]
openResults("mydb")
selectResult('tran)
myvdd=v("cds_global.\vdd!")
*Error* strcat: argument #1 should be either a string or a symbol
(type template = "S") - nil
ocean> plot(myvdd)
*Error* eval: unbound variable - myvdd
I assume the problem is the special character bang ("!")
I have tried to escape it, but I just can´t find the proper way.
Any suggestions?
Best thanks,
fRan/