-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathblocks
56 lines (56 loc) · 1.48 KB
/
blocks
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
digraph {
"Pulse-P" [style=rounded]
TC6320TG [style=rounded]
"Pulse-P" -> TC6320TG
"Pulse-N" [style=rounded]
TC6320TG [style=rounded]
"Pulse-N" -> TC6320TG
Damper [style=rounded]
TC6320TG [style=rounded]
Damper -> TC6320TG
NMT0572SC [style=rounded]
"HV-N" [style=rounded]
TC6320TG [style=rounded]
NMT0572SC -> "HV-N"
"HV-N" -> TC6320TG
NMT0572SC [style=rounded]
"HV-P" [style=rounded]
TC6320TG [style=rounded]
"ITF-mET_Transducer" [style=rounded]
NMT0572SC -> "HV-P"
"HV-P" -> TC6320TG
TC6320TG -> "ITF-mET_Transducer"
"ITF-mET_Transducer" [style=rounded]
"ITF-mET_SMA" [style=rounded]
"ITF-mET_Transducer" -> "ITF-mET_SMA"
"ITF-mET_Transducer" [style=rounded]
"ITF-18_Raw" [style=rounded]
"ITF-mET_Transducer" -> "ITF-18_Raw"
"Pulse-P" [style=rounded]
TC6320TG [style=rounded]
"Pulse-P" -> TC6320TG
"Pulse-N" [style=rounded]
TC6320TG [style=rounded]
"Pulse-N" -> TC6320TG
Damper [style=rounded]
TC6320TG [style=rounded]
Damper -> TC6320TG
NMT0572SC [style=rounded]
"HV-N" [style=rounded]
TC6320TG [style=rounded]
NMT0572SC -> "HV-N"
"HV-N" -> TC6320TG
NMT0572SC [style=rounded]
"HV-P" [style=rounded]
TC6320TG [style=rounded]
"ITF-mET_Transducer" [style=rounded]
NMT0572SC -> "HV-P"
"HV-P" -> TC6320TG
TC6320TG -> "ITF-mET_Transducer"
"ITF-mET_Transducer" [style=rounded]
"ITF-mET_SMA" [style=rounded]
"ITF-mET_Transducer" -> "ITF-mET_SMA"
"ITF-mET_Transducer" [style=rounded]
"ITF-18_Raw" [style=rounded]
"ITF-mET_Transducer" -> "ITF-18_Raw"
}