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
|
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
|
-
+
-
-
+
+
-
-
-
-
-
+
-
+
-
+
|
%% Label file for system sRC (sRC_lbl.txt)
%SUMMARY sRC
%SUMMARY sRC Sensitivity version of RC
%DESCRIPTION
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.1 2000/12/28 09:13:38 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Port aliases
%ALIAS in Electrical_in_1,Electrical_in_2
%ALIAS out Electrical_out_1,Electrical_out_2
%ALIAS in|Electrical_in Electrical_in_1,Electrical_in_2
%ALIAS out|Electrical_out Electrical_out_1,Electrical_out_2
% Argument aliases
%ALIAS $1 c
%ALIAS $2 cs
%ALIAS $3 r
%ALIAS $4 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 SS
[Electrical_in] SS external,external
[Electrical_in] SS external,external
[Electrical_out] SS external,external
% Component type C
c lin effort,c;cs
c slin effort,c;cs
% Component type R
r lin flow,r;rs
r slin flow,r;rs
|