Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

getData() in ocean scripts

Status
Not open for further replies.

explnx

Newbie level 2
Newbie level 2
Joined
Apr 15, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
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!
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top