1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# -*-octave-*- Put Emacs into octave-mode
# Simulation parameters for system Clutch (Clutch_logic.txt)
# Generated by MTT on Thu May 18 12:29:15 BST 2000.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1 2000/05/19 07:11:36 peterg
## Initial revision
##
## Revision 1.1 2000/05/18 11:29:58 peterg
## Initial revision
##
###############################################################
# Set the switches
## Removed by MTT on Fri Oct 5 11:47:34 BST 2001: clutch_drive_clutch= (t>=5)&&(t<15);
clutch_drive_1_clutch_1_mtt_switch_logic = (t>=5)&&(t<15); # Added by MTT on Fri Oct 05 11:47:40 BST 2001
|
>
>
>
<
|
<
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# -*-octave-*- Put Emacs into octave-mode
# Simulation parameters for system Clutch (Clutch_logic.txt)
# Generated by MTT on Thu May 18 12:29:15 BST 2000.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2 2001/10/05 11:24:35 gawthrop
## Updated for new mtt features - input.txt etc
##
## Revision 1.1 2000/05/19 07:11:36 peterg
## Initial revision
##
## Revision 1.1 2000/05/18 11:29:58 peterg
## Initial revision
##
###############################################################
# Set the switches
clutch_drive_clutch_mtt_switch_logic = ((t >= 5)&&(t < 15)); #
|