1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#SUMMARY sRS Sensitivity version of the RS component
## System sRS, representation lbl, language txt
## File sRS_lbl.txt
## Generated by MTT on Mon Jul 2 23:56:55 BST 2001
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2 2001/07/03 23:49:51 gawthrop
## Added documentation line
##
## Revision 1.1 2001/07/03 23:40:57 gawthrop
## New sensitivity version of the RS component
##
###############################################################
## Port aliases
#ALIAS in In,sIn
#ALIAS out Out,sOut
## Argument aliases
#ALIAS $1 flow,r
#ALIAS $2 k_s
## Each line should be of one of the following forms:
## a comment (ie starting with #)
## component-name cr_name arg1,arg2,..argn
## blank
## ---- Component labels ----
## Component type R
rs lin flow,r
sr slin flow,r;k_s
ss sRS
## Component type SS
[In] SS external,external
[Out] SS external,external
[sIn] SS external,external
[sOut] SS external,external
|
|
<
|
<
<
<
<
<
<
<
|
<
<
<
<
<
>
|
|
<
<
|
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
#SUMMARY sRS Sensitivity version of RS
in "$MTT_CRS/r/slin.cr";
## System sRS, representation lbl, language txt
## Port aliases
#ALIAS in In,sIn
#ALIAS out Out,sOut
## Argument aliases
#ALIAS $1 flow,r
#ALIAS $2 r_s
## Each line should be of one of the following forms:
## a comment (ie starting with #)
## component-name cr_name arg1,arg2,..argn
## blank
## ---- Component labels ----
## Component type R
r sRS flow,r,rs
## Component type SS
[In] SS external,external
[sIn] SS external,external
[Out] SS external,external
[sOut] SS external,external
|