1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%% Label file for system sTF (sTF_lbl.txt)
%SUMMARY sTF TF component with sensitivity ports
%DESCRIPTION <Detailed description here>
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.2 1999/08/26 01:22:25 peterg
% %% New alias $1 flow,k
% %%
% %% Revision 1.1 1999/08/26 00:15:58 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
%% Label file for system sTF (sTF_lbl.txt)
%SUMMARY sTF TF component with sensitivity ports
%DESCRIPTION <Detailed description here>
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% Version control history
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %% $Id$
% %% $Log$
% %% Revision 1.3 1999/08/26 01:34:59 peterg
% %% Summary line added
% %%
% %% Revision 1.2 1999/08/26 01:22:25 peterg
% %% New alias $1 flow,k
% %%
% %% Revision 1.1 1999/08/26 00:15:58 peterg
% %% Initial revision
% %%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
% a comment (ie starting with %)
% component-name cr_name arg1,arg2,..argn
% blank
% ---- Component labels ----
% Component type AE
ae lin effort,k_s
% Component type AF
af lin flow,k_s
% Component type SS
[Actual_in] SS external,external
[Actual_out] SS external,external
[Sens_in] SS external,external
[Sens_out] SS external,external
% Component type TF
actual lin flow,k
sens lin flow,k
|
|
|
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
% a comment (ie starting with %)
% component-name cr_name arg1,arg2,..argn
% blank
% ---- Component labels ----
% Component type AE
ae lin effort,-k_s
% Component type AF
af lin flow,k_s
% Component type SS
[Actual_in] SS external,external
[Actual_out] SS external,external
[Sens_in] SS external,external
[Sens_out] SS external,external
% Component type TF
actual lin flow,k
sens lin flow,k
|