1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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.1 2001/07/03 23:40:57 gawthrop
## New sensitivity version of the RS component
##
###############################################################
## Port aliases
#ALIAS in In,sIn
|
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#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
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
## a comment (ie starting with #)
## component-name cr_name arg1,arg2,..argn
## blank
## ---- Component labels ----
## Component type R
sr lin flow,r;k_s
rs lin flow,r
ss sRS
## Component type SS
[In] SS external,external
[Out] SS external,external
[sIn] SS external,external
[sOut] SS external,external
|
|
|
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
## 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
|