Maker Pro
Maker Pro

One more problem about spectre output

V

vivian

Jan 1, 1970
0
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.
 
J

Jim Thompson

Jan 1, 1970
0
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
 
K

Kevin Aylward

Jan 1, 1970
0
vivian said:
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
[email protected]
http://www.anasoft.co.uk
SuperSpice, a very affordable Mixed-Mode
Windows Simulator with Schematic Capture,
Waveform Display, FFT's and Filter Design.
 
Top