Invalid number

O

Oliver Friedrich

Guest
Hallo,

the following line

R_R_B 0 N01640 10k TC1=100u T_MEASURED=25

generates an "Invalid number" error. If I ommit the T_MEASURED=25
statement, everything works fine.

This T_MEASURED is written in the documentation (OrCAD PSPice). Is there
something wrong?


Second thing: How can I pass parameters down to a MODEL description?


Thanks a lot

Oliver Friedrich
 
On Thu, 25 Sep 2003 14:11:44 +0000 (UTC), Oliver Friedrich
<oliver.friedrich@tzm.de> wrote:

Hallo,

the following line

R_R_B 0 N01640 10k TC1=100u T_MEASURED=25

generates an "Invalid number" error. If I ommit the T_MEASURED=25
statement, everything works fine.

This T_MEASURED is written in the documentation (OrCAD PSPice). Is there
something wrong?


Second thing: How can I pass parameters down to a MODEL description?


Thanks a lot

Oliver Friedrich
T_MEASURED=25 goes in the .MODEL statement

Parameters can be passed into .MODEL statements simply by declaring
..param name = value or {expression}

Parameters are only read once... during read-in of the .CIR file and
some global names such as TEMP don't work, you need to do an ABM
evaluation to work around it.

...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.
 

Welcome to EDABoard.com

Sponsor

Back
Top