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
|
#SUMMARY sRS Sensitivity version of RS
## 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
|
|
|
|
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
|
#SUMMARY sRS Sensitivity version of RS
## System sRS, representation lbl, language txt
## Port aliases
#ALIAS in In,sIn
#ALIAS out Out,sOut
## Argument aliases
#ALIAS $1 flow,r
#ALIAS $2 rs
## 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
|