1
|
-- This file has been generated by cocoSim
|
2
|
|
3
|
|
4
|
-- System nodes
|
5
|
node demux_test (In1_1_1 : real; In1_1_2 : real; In2_1_1 : real; In2_1_2 : real; In2_1_3 : real)
|
6
|
returns (Out1_1_1 : real;
|
7
|
Out2_2_1 : real;
|
8
|
Out3_3_1 : real;
|
9
|
Out4_4_1 : real; Out4_4_2 : real);
|
10
|
var
|
11
|
Demux_1_1 : real; Demux_2_1 : real;
|
12
|
Demux1_1_1 : real; Demux1_2_1 : real; Demux1_2_2 : real;
|
13
|
i_virtual_local : real;
|
14
|
let
|
15
|
Demux_1_1 = In1_1_1 ;
|
16
|
Demux_2_1 = In1_1_2 ;
|
17
|
Demux1_1_1 = In2_1_1 ;
|
18
|
Demux1_2_1 = In2_1_2 ;
|
19
|
Demux1_2_2 = In2_1_3 ;
|
20
|
Out1_1_1 = Demux_1_1;
|
21
|
Out2_2_1 = Demux_2_1;
|
22
|
Out3_3_1 = Demux1_1_1;
|
23
|
Out4_4_1 = Demux1_2_1;
|
24
|
Out4_4_2 = Demux1_2_2;
|
25
|
i_virtual_local= 0.0 -> 1.0;
|
26
|
tel
|
27
|
|