| 1 |
# This file is part of the ASCEND Modeling Library and is released |
| 2 |
# under the GNU Public License as described at the end of this file. |
| 3 |
# |
| 4 |
# This file demonstrates the use of heatex.a4c |
| 5 |
|
| 6 |
DELETE TYPES |
| 7 |
READ FILE "heatex.a4c"; |
| 8 |
|
| 9 |
COMPILE {t1} OF {heatex}; |
| 10 |
BROWSE {t1}; |
| 11 |
RUN {t1.reset}; |
| 12 |
RUN {t1.values}; |
| 13 |
SOLVE {t1} WITH CMSlv; |
| 14 |
PROBE current {t1} {1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0}; |
| 15 |
|
| 16 |
########## heatex.a4s ends here ########## |
| 17 |
# |
| 18 |
# heatex.a4s |
| 19 |
# by Vicente Rico-Ramirez |
| 20 |
# April 10, 1998 |
| 21 |
# Part of the ASCEND Library |
| 22 |
# $Date: 1998/06/17 20:08:33 $ |
| 23 |
# $Revision: 1.3 $ |
| 24 |
# $Author: mthomas $ |
| 25 |
# $Source: /afs/cs.cmu.edu/project/ascend/Repository/models/heatex.a4s,v $ |
| 26 |
# |
| 27 |
# This file is part of the ASCEND Modeling Library. |
| 28 |
# |
| 29 |
# Copyright (C) 1998 Carnegie Mellon University |
| 30 |
# |
| 31 |
# The ASCEND Modeling Library is free software. You can redistribute |
| 32 |
# it and/or modify it under the terms of the GNU General Public |
| 33 |
# License as published by the Free Software Foundation---either |
| 34 |
# version 2 of the License, or (at your option) any later version. |
| 35 |
# |
| 36 |
# The ASCEND Modeling Library is distributed in hope that it |
| 37 |
# will be useful, but WITHOUT ANY WARRANTY--without even the implied |
| 38 |
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 39 |
# See the GNU General Public License for more details. |
| 40 |
# |
| 41 |
# You should have received a copy of the GNU General Public License |
| 42 |
# along with the program. If not, write to the Free Software |
| 43 |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check |
| 44 |
# the file named COPYING. |