One more problem about spectre output

V

vivian

Guest
I want the output of my simutaion in text format. Since I need the
output data for some simulation in C++ program. How can I make the
output in text file. In spice3, we use .print v(1). Thank you.
 
On 20 Oct 2005 11:53:19 -0700, "vivian" <wangllu@yahoo.com> wrote:

I want the output of my simutaion in text format. Since I need the
output data for some simulation in C++ program. How can I make the
output in text file. In spice3, we use .print v(1). Thank you.
I think .PRINT works in all Spice variants. You may also be able to
output data in CSDF format which is handy for cross-platform data
exchange.

...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice:(480)460-2350 | |
| E-mail Address at Website Fax:(480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |

I love to cook with wine. Sometimes I even put it in the food.
 
vivian wrote:
I want the output of my simutaion in text format. Since I need the
output data for some simulation in C++ program. How can I make the
output in text file. In spice3, we use .print v(1). Thank you.
try

..control
set filetype=text
..endc


Kevin Aylward
informationEXTRACT@anasoft.co.uk
http://www.anasoft.co.uk
SuperSpice, a very affordable Mixed-Mode
Windows Simulator with Schematic Capture,
Waveform Display, FFT's and Filter Design.
 

Welcome to EDABoard.com

Sponsor

Back
Top