spice3 print command help

Oct 20, 2004 3 Replies

Hello Group,



Could someone please advise me on creating a spice3 output file (through the unix format) which prints a given output with no spaces or page breaks. For example, I'm trying to determine the real and imaginary parts of the admittance in a circuit and output it to a file, so I use the following command:



print i(v1)/v(1) > ../home/result.dat



When I view the result.dat file, it looks good, however, there is a after the 54th entry. I'm trying to get a printout that has no page break. I'm trying to take this file and manipulate it but the new page problem keeps arising creating errors in my code that is trying to read this data. If I use less then 54 data points, I don't get the , however, some of my analyses require many more then 54 data results.



Regards,



Michael Bails Department of Electrical Engineering University of Pittsburgh



Why not pipe it into sed or awk, replace the page break entry with a space character, then pipe the output of that into the text file you want?

Phil Munro Dept of Electrical & Computer Engin mailto:PcMunro@cc.ysu.edu Youngstown State University Youngstown, Ohio 44555

Try the command:

set nopage

before your print statement.

Charles

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required