1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
+
+
+
|
%% Label file for system RC (RC_lbl.txt)
%SUMMARY RC A Simple two-port RC circuit
%DESCRIPTION This simple example is used in the manual.
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2 1998/07/27 11:09:36 peterg
% %% Commented the aliases.
% %%
% %% Revision 1.1 1998/07/16 20:16:30 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Port aliases
|
31
32
33
34
35
36
37
38
39
|
34
35
36
37
38
39
40
41
42
|
-
-
+
+
|
% Component type C
c lin effort,c
% Component type R
r lin flow,r
% Component type SS
[Electrical_in] SS external,external
[Electrical_out] SS external,external
[Electrical_in] SS external,internal
[Electrical_out] SS external,0
|