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 simple_fs.a4c |
5 |
|
6 |
DELETE TYPES; |
7 |
READ FILE "simple_fs.a4c"; |
8 |
|
9 |
COMPILE tc OF test_controller; |
10 |
BROWSE tc; |
11 |
RUN tc.values; |
12 |
RUN tc.reset; |
13 |
SOLVE tc; |
14 |
RUN tc.scale; |
15 |
SOLVE tc; |
16 |
|
17 |
########## simple_fs.a4s ends here ########## |
18 |
# |
19 |
# simple_fs.a4s |
20 |
# by Arthur W. Westerberg |
21 |
# Part of the ASCEND Library |
22 |
# $Date: 1998/06/17 20:08:43 $ |
23 |
# $Revision: 1.3 $ |
24 |
# $Author: mthomas $ |
25 |
# $Source: /afs/cs.cmu.edu/project/ascend/Repository/models/simple_fs.a4s,v $ |
26 |
# |
27 |
# This file is part of the ASCEND Modeling Library. |
28 |
# |
29 |
# Copyright (C) 1994 - 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. |