Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||||||||||||||
|
Posted by Bob Penoyer on May 27, 2005, 12:12 am
Please log in for more thread options Is there an output device that will allow a single circuit parameter to be written to a file? I know that VPWL_FILE can be used to read an ASCII file of two columns, time and voltage. | |||||||||||||||||||||||||
|
Posted by Jim Thompson on May 27, 2005, 12:20 am
Please log in for more thread options On Thu, 26 May 2005 21:12:05 -0700, Bob Penoyer The ".PRINT" statement can print-to-file most anything. What did you have in mind? Your problem statement is somewhat muddy ;-) ...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. | |||||||||||||||||||||||||
|
Posted by Bob Penoyer on May 27, 2005, 12:28 am
Please log in for more thread options
On Thu, 26 May 2005 21:20:21 -0700, Jim Thompson >On Thu, 26 May 2005 21:12:05 -0700, Bob Penoyer
> >>Is there an output device that will allow a single circuit parameter
>>to be written to a file? >> >>I know that VPWL_FILE can be used to read an ASCII file of two >>columns, time and voltage. >
>The ".PRINT" statement can print-to-file most anything. > >What did you have in mind? Your problem statement is somewhat muddy >;-) I use Capture. How do I invoke the .PRINT statement? I have a fairly large circuit that is having convergence problems. The various parts ran all right when they were in their own projects. Now the presence of a particular amplifier circuit has somehow affected convergence in other parts of the overall circuit. As one possible approach to this apparent dilema, I have considered running the various sections separately so that one section's output can be saved to a file and another section can read that file. That way I hope to limit PSpice's computational load and maybe avoid the convergence problem. | |||||||||||||||||||||||||
|
Posted by Jim Thompson on May 27, 2005, 12:59 am
Please log in for more thread options
On Thu, 26 May 2005 21:28:58 -0700, Bob Penoyer >On Thu, 26 May 2005 21:20:21 -0700, Jim Thompson
> >>On Thu, 26 May 2005 21:12:05 -0700, Bob Penoyer
>> >>>Is there an output device that will allow a single circuit parameter
>>>to be written to a file? >>> >>>I know that VPWL_FILE can be used to read an ASCII file of two >>>columns, time and voltage. >>
>>The ".PRINT" statement can print-to-file most anything. >> >>What did you have in mind? Your problem statement is somewhat muddy >>;-) >
>I use Capture. Poor bastard ;-) >How do I invoke the .PRINT statement?
In PSpice Schematics it's just Get Part "Print1" or "PrintData", but I couldn't find it in Capture. You can also capture a PWL file directly from Probe by copying and pasting into a text file, or Excel for that matter. >
>I have a fairly large circuit that is having convergence problems. The >various parts ran all right when they were in their own projects. Now >the presence of a particular amplifier circuit has somehow affected >convergence in other parts of the overall circuit. Irrespective of what the Cadence types will tell you, set the following: ITL1=1500, ITL2=2000, ITL4=1000 Also set: VNTOL=10uV ABSTOL=10pA RELTOL=0.01 Check the STEPGMIN box. Might also try checking the SKIPBP box. >
>As one possible approach to this apparent dilema, I have considered >running the various sections separately so that one section's output >can be saved to a file and another section can read that file. That >way I hope to limit PSpice's computational load and maybe avoid the >convergence problem. Sometimes that works. My general experience is that PSpice failing to converge means you have a nearly unstable system. ...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. | |||||||||||||||||||||||||
|
Posted by Malcolm Reeves on May 29, 2005, 2:02 pm
Please log in for more thread options
On Thu, 26 May 2005 21:59:39 -0700, Jim Thompson >Sometimes that works. My general experience is that PSpice failing to
>converge means you have a nearly unstable system. Another approach to take is too look for daft signals. Large voltages or currents etc. Then add some circuit parasitics to reduce these. Convergence problems can be due to an unrealistic circuit, too simple models. Sometimes just adding loads to batteries (i.e. increasing standing current) can be enough to fix things. -- Malcolm Malcolm Reeves BSc CEng MIEE MIRSE, Full Circuit Ltd, Chippenham, UK (mreeves@fullcircuit.com, mreeves@fullcircuit.co.uk or mreeves@iee.org). Design Service for Analogue/Digital H/W & S/W Railway Signalling and Power electronics. More details plus freeware, Win95/98 DUN and Pspice tips, see: http://www.fullcircuit.com or http://www.fullcircuit.co.uk NEW - www.CharteredConsultant.co.uk - The Consultant A-List | |||||||||||||||||||||||||

PSpice Output File Device
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>to be written to a file?
>
>I know that VPWL_FILE can be used to read an ASCII file of two
>columns, time and voltage.