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
|
%% Label file for system rc (rc_lbl.txt)
%SUMMARY rc
%DESCRIPTION
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Port aliases
% Argument aliases
%ALIAS $1 c
%ALIAS $2 r
%% 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 ----
c lin effort,c
% Component type R
r lin flow,r
% Component type SS
e1 SS external,internal
e2 SS external,0
|
|
|
>
|
<
>
|
<
>
|
|
<
>
>
>
>
|
|
|
|
|
|
|
|
|
|
|
|
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
|
## Label file for system rc (rc_lbl.txt)
#SUMMARY rc a simple rc circuit
#DESCRIPTION A basic linear voltage-in voltage-out RC circuit
#DESCRIPTION A standard test example for MTT
# ###############################################################
# ## Version control history
# ###############################################################
# ## $Id$
# ## $Log$
# ## Revision 1.1 2000/12/28 17:40:36 peterg
# ## To RCS
# ##
# ###############################################################
# Port aliases
# Argument aliases
#ALIAS $1 c
#ALIAS $2 r
## 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 ----
c lin effort,c
# Component type R
r lin flow,r
# Component type SS
e1 SS external,internal
e2 SS external,0
|