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.

PSPICE : prininting to file

Status
Not open for further replies.

vbhupendra

Full Member level 4
Full Member level 4
Joined
May 11, 2005
Messages
235
Helped
15
Reputation
30
Reaction score
10
Trophy points
1,298
Location
GOA, INDIA
Activity points
3,219
How can we print .dc sweep output (in table form) to a file in Pspice ?
or on screen ?
 

If you are making your own netlist (without the schematic entry)

You have to use a "dot command" like

.print dc v(1)
This will print the value of v(1) in the corresponding *.out file

.print tran v(1)
This will print the value of time and v(1) in the *.out file

*.out file is an ASCII file which can be read by a text editor.


If you are using PSpice Schematics, just simulate the circuit and
display the output using probe. Then just click on the label of the waveform.
That should be located on the lower left side of the waveform panel with symbols in front of it. When you click on the name of the waveform (for example V(1)) it should have a red color. Once this happens just use Edit > Copy. Then go to a text editor or a spreadsheet and do Edit > Paste. You should see the waveform data.
 

    vbhupendra

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top