AvcModels/MAudioNRV10: nrv10.dot

File nrv10.dot, 2.3 kB (added by ppalmers, 5 years ago)
Line 
1 digraph avcconnections {
2         "(14) PCR Compound Input" -> "(0) MSU Compound Input"
3         "(18) Ext Line  Input 1" -> "(1) MSU Line Input 1"
4         "(19) Ext Line  Input 2" -> "(2) MSU Line Input 2"
5         "(20) Ext Line  Input 3" -> "(3) MSU Line Input 3"
6         "(21) Ext Line  Input 4" -> "(4) MSU Line Input 4"
7         "(22) Ext Line  Input 5" -> "(5) MSU Line Input 5"
8         "(13) MSU Synch Output" -> "(6) MSU Synch Input"
9         "(7) MSU Compound Output" -> "(16) PCR Compound Output"
10         "(8) MSU Line Output 1" -> "(23) Ext Line Output 1"
11         "(9) MSU Line Output 2" -> "(24) Ext Line Output 2"
12         "(10) MSU Line Output 3" -> "(25) Ext Line Output 3"
13         "(11) MSU Line Output 4" -> "(26) Ext Line Output 4"
14         "(12) MSU Line Output 5" -> "(27) Ext Line Output 5"
15         "(13) MSU Synch Output" -> "(17) PCR Synch Output"
16         "(0) MSU Compound Input" [color=green,style=filled];
17         "(1) MSU Line Input 1" [color=green,style=filled];
18         "(2) MSU Line Input 2" [color=green,style=filled];
19         "(3) MSU Line Input 3" [color=green,style=filled];
20         "(4) MSU Line Input 4" [color=green,style=filled];
21         "(5) MSU Line Input 5" [color=green,style=filled];
22         "(6) MSU Synch Input" [color=green,style=filled];
23         "(7) MSU Compound Output" [color=green,style=filled];
24         "(8) MSU Line Output 1" [color=green,style=filled];
25         "(9) MSU Line Output 2" [color=green,style=filled];
26         "(10) MSU Line Output 3" [color=green,style=filled];
27         "(11) MSU Line Output 4" [color=green,style=filled];
28         "(12) MSU Line Output 5" [color=green,style=filled];
29         "(13) MSU Synch Output" [color=green,style=filled];
30         "(14) PCR Compound Input" [color=coral,style=filled];
31         "(15) PCR Synch Input" [color=coral,style=filled];
32         "(16) PCR Compound Output" [color=coral,style=filled];
33         "(17) PCR Synch Output" [color=coral,style=filled];
34         "(18) Ext Line  Input 1" [color=slateblue,style=filled];
35         "(19) Ext Line  Input 2" [color=slateblue,style=filled];
36         "(20) Ext Line  Input 3" [color=slateblue,style=filled];
37         "(21) Ext Line  Input 4" [color=slateblue,style=filled];
38         "(22) Ext Line  Input 5" [color=slateblue,style=filled];
39         "(23) Ext Line Output 1" [color=slateblue,style=filled];
40         "(24) Ext Line Output 2" [color=slateblue,style=filled];
41         "(25) Ext Line Output 3" [color=slateblue,style=filled];
42         "(26) Ext Line Output 4" [color=slateblue,style=filled];
43         "(27) Ext Line Output 5" [color=slateblue,style=filled];
44 }