explnx
Newbie level 2
while i'm using the forward slash in getData() for separating levels of subcircuit hierarchy, there isn't any data printed in the outputfile. whereas the data returns to the file successfully by using the '.'(dot) instead
the scripts as below:
ocnPrint(getData("/OPAMP/amp1/M1:id")) ;failed...
ocnPrint(getData("I3.I1.M1:id")) ;succeed
could anyone help me with these 3 questions :
1,is there any mistake using '/' in getData()
2,is the ocean syntax the same as spectre or what's the difference?
3,difference between the .scs input file,ocean scripts and spice input netlist?
thanks in advance!
the scripts as below:
ocnPrint(getData("/OPAMP/amp1/M1:id")) ;failed...
ocnPrint(getData("I3.I1.M1:id")) ;succeed
could anyone help me with these 3 questions :
1,is there any mistake using '/' in getData()
2,is the ocean syntax the same as spectre or what's the difference?
3,difference between the .scs input file,ocean scripts and spice input netlist?
thanks in advance!
Last edited: