Hi,
I have a small issue that I hope somebody would be able to help me with.
I am running transient sims on a current bias and sinking current through a 0V vdc cell. Using the ADE calculator, I can do the command: value( IT("/myVDC/PLUS") myTime). This gives me the value of the current at a specified time at the PLUS terminal of the VDC. Great, exactly what I want.
However, if I do this command within an ocean script, it appears to fail, i.e., it returns a nil value and I dont know why? (I am saving the current at this node within the script). Furthermore, my ocean script is able to plot the transient current at this node with no problems.
I dont understand why the same command from the calculator, value( IT("/myVDC/PLUS") myTime) does not work within ocean. Does anybody have any idea why this command would not work in Ocean or have any idea where the problem may arise?
Thanks very much in advance!
coco009