From 7d0e62d8a87e6c122edaf097d3ef68e3742c891d Mon Sep 17 00:00:00 2001 From: Robert Gawron Date: Wed, 18 Nov 2020 11:45:06 +0100 Subject: [PATCH] Remove old version of simulation. In KiCad model added draft of HV stabilizer. --- .../run_python_static_code_analysis.sh | 2 +- .../ArchitectureHighVoltagePowerSupply.svg | 510 +-- .../ArchitectureHighVoltagePowerSupply.tex | 35 +- Hardware/DataAcquisition/Amplifier.sch | 809 ---- .../DataAcquisition/DataAcquisition-cache.lib | 376 -- .../DataAcquisition-rescue.dcm | 3 - Hardware/DataAcquisition/DataAcquisition.dcm | 12 - .../DataAcquisition/DataAcquisition.kicad_pcb | 1319 ------ Hardware/DataAcquisition/DataAcquisition.lib | 102 - Hardware/DataAcquisition/DataAcquisition.pro | 33 - Hardware/DataAcquisition/DataAcquisition.sch | 34 - Hardware/DataAcquisition/DataProcessing.sch | 1024 ----- Hardware/DataAcquisition/Mechanic.sch | 112 - Hardware/DataAcquisition/README.md | 17 - Hardware/DataAcquisition/fp-lib-table | 3 - Hardware/DataAcquisition/sym-lib-table | 3 - .../GammaSpectrometer/DataAcquisition.sch | 38 + .../GammaSpectrometer-cache.lib | 559 +++ .../GammaSpectrometer.dcm} | 5 + .../GammaSpectrometer.kicad_pcb | 3994 +++++++++++++++++ .../GammaSpectrometer/GammaSpectrometer.lib | 247 + .../3710.16.kicad_mod | 33 + .../DG300-5.0-02P-12-00A(H).kicad_mod | 0 .../DJNR3015-150.kicad_mod | 0 .../GammaSpectrometer.pretty/RM8.kicad_mod | 43 + .../GammaSpectrometer.pro} | 4 +- .../GammaSpectrometer/GammaSpectrometer.sch | 34 + .../HighVoltagePowerSupply.sch | 1708 +++++++ .../HighVoltageStabilizer.sch | 136 + Hardware/GammaSpectrometer/README.md | 46 + Hardware/GammaSpectrometer/fp-lib-table | 3 + Hardware/GammaSpectrometer/sym-lib-table | 3 + .../HighVoltagePowerSupply-cache.lib | 407 -- .../HighVoltagePowerSupply.kicad_pcb | 3569 --------------- .../HighVoltagePowerSupply.lib | 86 - .../GA3459-BL.kicad_mod | 36 - .../HighVoltagePowerSupply.sch | 1412 ------ Hardware/HighVoltagePowerSupply/README.md | 26 - Hardware/HighVoltagePowerSupply/fp-lib-table | 3 - Hardware/HighVoltagePowerSupply/sym-lib-table | 3 - Hardware/PhotomultiplierConnector/README.md | 4 +- Hardware/README.md | 36 +- Mechanic/KiCADModels/.gitignore | 5 +- Mechanic/KiCADModels/FreeCAD/3710.16.FCStd | Bin 0 -> 21271 bytes .../KiCADModels/FreeCAD/LinearExtrude.step | 200 - Mechanic/KiCADModels/FreeCAD/RM8.FCStd | Bin 0 -> 29814 bytes .../KiCADModels/GeneratedModel/3710.16.step | 336 ++ Mechanic/KiCADModels/GeneratedModel/RM8.step | 468 ++ Mechanic/KiCADModels/OpenSCAD/3710.16.scad | 23 + .../OpenSCAD/DG300-5.0-02P-12-00A.scad | 4 +- Mechanic/KiCADModels/OpenSCAD/GA3459-BL.scad | 17 - Mechanic/KiCADModels/OpenSCAD/RM8.scad | 30 + Mechanic/KiCADModels/README.md | 2 +- README.md | 3 +- .../LTSPice/AnalogFrontend/AnalogFrontend.asc | 312 ++ .../AnalogFrontend.plt} | 0 Simulation/LTSPice/AnalogFrontend/TLC27M2.5_2 | 59 + Simulation/LTSPice/AnalogFrontend/TLC27M2.asy | 33 + .../ChargeAmplifierWithAutomaticalReset.asc | 234 - .../HVParallelStabilizer.asc | 157 + .../Octave/HVPowerSupplyElementsCalculator.m | 4 +- 61 files changed, 8498 insertions(+), 10218 deletions(-) delete mode 100644 Hardware/DataAcquisition/Amplifier.sch delete mode 100644 Hardware/DataAcquisition/DataAcquisition-cache.lib delete mode 100644 Hardware/DataAcquisition/DataAcquisition-rescue.dcm delete mode 100644 Hardware/DataAcquisition/DataAcquisition.dcm delete mode 100644 Hardware/DataAcquisition/DataAcquisition.kicad_pcb delete mode 100644 Hardware/DataAcquisition/DataAcquisition.lib delete mode 100644 Hardware/DataAcquisition/DataAcquisition.pro delete mode 100644 Hardware/DataAcquisition/DataAcquisition.sch delete mode 100644 Hardware/DataAcquisition/DataProcessing.sch delete mode 100644 Hardware/DataAcquisition/Mechanic.sch delete mode 100644 Hardware/DataAcquisition/README.md delete mode 100644 Hardware/DataAcquisition/fp-lib-table delete mode 100644 Hardware/DataAcquisition/sym-lib-table create mode 100644 Hardware/GammaSpectrometer/DataAcquisition.sch create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer-cache.lib rename Hardware/{HighVoltagePowerSupply/HighVoltagePowerSupply.dcm => GammaSpectrometer/GammaSpectrometer.dcm} (69%) create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer.kicad_pcb create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer.lib create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer.pretty/3710.16.kicad_mod rename Hardware/{HighVoltagePowerSupply/HighVoltagePowerSupply.pretty => GammaSpectrometer/GammaSpectrometer.pretty}/DG300-5.0-02P-12-00A(H).kicad_mod (100%) rename Hardware/{HighVoltagePowerSupply/HighVoltagePowerSupply.pretty => GammaSpectrometer/GammaSpectrometer.pretty}/DJNR3015-150.kicad_mod (100%) create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer.pretty/RM8.kicad_mod rename Hardware/{HighVoltagePowerSupply/HighVoltagePowerSupply.pro => GammaSpectrometer/GammaSpectrometer.pro} (98%) create mode 100644 Hardware/GammaSpectrometer/GammaSpectrometer.sch create mode 100644 Hardware/GammaSpectrometer/HighVoltagePowerSupply.sch create mode 100644 Hardware/GammaSpectrometer/HighVoltageStabilizer.sch create mode 100644 Hardware/GammaSpectrometer/README.md create mode 100644 Hardware/GammaSpectrometer/fp-lib-table create mode 100644 Hardware/GammaSpectrometer/sym-lib-table delete mode 100644 Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply-cache.lib delete mode 100644 Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.kicad_pcb delete mode 100644 Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.lib delete mode 100644 Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/GA3459-BL.kicad_mod delete mode 100644 Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.sch delete mode 100644 Hardware/HighVoltagePowerSupply/README.md delete mode 100644 Hardware/HighVoltagePowerSupply/fp-lib-table delete mode 100644 Hardware/HighVoltagePowerSupply/sym-lib-table create mode 100644 Mechanic/KiCADModels/FreeCAD/3710.16.FCStd delete mode 100644 Mechanic/KiCADModels/FreeCAD/LinearExtrude.step create mode 100644 Mechanic/KiCADModels/FreeCAD/RM8.FCStd create mode 100644 Mechanic/KiCADModels/GeneratedModel/3710.16.step create mode 100644 Mechanic/KiCADModels/GeneratedModel/RM8.step create mode 100644 Mechanic/KiCADModels/OpenSCAD/3710.16.scad delete mode 100644 Mechanic/KiCADModels/OpenSCAD/GA3459-BL.scad create mode 100644 Mechanic/KiCADModels/OpenSCAD/RM8.scad create mode 100644 Simulation/LTSPice/AnalogFrontend/AnalogFrontend.asc rename Simulation/LTSPice/{ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.plt => AnalogFrontend/AnalogFrontend.plt} (100%) create mode 100644 Simulation/LTSPice/AnalogFrontend/TLC27M2.5_2 create mode 100644 Simulation/LTSPice/AnalogFrontend/TLC27M2.asy delete mode 100644 Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.asc create mode 100644 Simulation/LTSPice/HVParallelStabilizer/HVParallelStabilizer.asc diff --git a/ContinuousIntegration/run_python_static_code_analysis.sh b/ContinuousIntegration/run_python_static_code_analysis.sh index 6d8e648..811dbdc 100644 --- a/ContinuousIntegration/run_python_static_code_analysis.sh +++ b/ContinuousIntegration/run_python_static_code_analysis.sh @@ -1 +1 @@ -flake8 --format=html --htmldir=python_lint_repport ../Mechanic/MechanicOverview ../Hardware/PhotomultiplierConnector/PolarCoordinateComponentPlacer \ No newline at end of file +flake8 --format=html --htmldir=python_lint_repport ../Mechanic/MechanicOverview \ No newline at end of file diff --git a/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.svg b/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.svg index f15f77c..3af4a52 100644 --- a/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.svg +++ b/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.svg @@ -1,5 +1,5 @@ - + @@ -57,446 +57,302 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + - + - - - - - - - - + + - + + + + + + - - - - - - + + + + - - - + + + + - + + + + + - - - - - + + + + + + - - + - - - - - - + + + + + + + + + + - - - + + - + + + + + - + + + - - - - - - + - - - - - + + + + + - - - - - - - - - + + + + + + + - - - - - - - + - + - - - - - - + + - - - - - - + + + + + + + - - - + + + + + + - - + - - - - - - + + + + + + - - - + + + + + + - - + + + + - + + + + + + + + - - - - - - + + + + - + + + + + + + + + + + + - - + + + + + + - - - - - - + - - - - - - - + + + + + + - + + + + + + + + + + - - - - - - - + + + - - - - - - - + + + + + + + - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.tex b/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.tex index 3f0a3b6..80e722e 100644 --- a/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.tex +++ b/Documentation/Diagrams/ArchitectureHighVoltagePowerSupply.tex @@ -19,22 +19,15 @@ \pgfsetlayers{background,main} \node (vcc) [system] {Power Supply\\ (12V DC)}; - \node (currentlevel) [component, right=of vcc] {Current Measurement}; - - \node (converter) [component, right=of currentlevel] {DC/DC Converter\\ (LT3580)}; - \node (multiplier) [component, right=of converter] {Cockcroft–Walton Generator}; - \node (vout) [system, right=of multiplier] {Output Voltage\\ (1100V DC)}; - \node (feedback) [component, below=of multiplier] {Voltage Level Feedback\\ (Voltage Divider + MCP6V51 Buffers)}; - - \node (voltagemonitor) [system, below=of vout] {External\\ Voltage Monitor}; - \node (currentmonitor) [system, below=of voltagemonitor] {External\\ Current Monitor}; + \node (currentlevel) [component, right=of vcc] {Input Current\\ Measurement}; + \node (converter) [component, right=of currentlevel] {DC/DC Converter\\ (Flyback Topology)}; - \node (poweronoff) [system, below=of vcc] {Generator On/Off}; - + \node (vout) [system, right=of converter] {Output Voltage\\ (1100V DC)}; + \node (driver) [system, below=of vcc] {External Driver}; \begin{pgfonlayer}{background} - \node[system, draw, thick, inner xsep=1em, inner ysep=1em, fit= (currentlevel) (converter) (multiplier) (feedback)] {}; + \node[system, draw, thick, inner xsep=1em, inner ysep=1em, fit= (currentlevel) (converter)] {}; \end{pgfonlayer} % Connectors @@ -42,20 +35,10 @@ \draw [arrow] (vcc) -- (currentlevel); \draw [arrow] (currentlevel) -- (converter); - \draw [arrow] (converter) -- (multiplier); - \draw [arrow] (multiplier) -- (vout); - - \draw [arrow] (multiplier) -- (feedback); - \draw [arrow] (feedback.west) -- ++(0,0) -| (converter.south); - \draw [arrow] (feedback) -- (voltagemonitor); - - - - \draw [arrow] (currentlevel.south) -- ++(0,0) |- (currentmonitor.west); - - - - \draw [arrow] (poweronoff.east) -- ++(0,0) -| ([xshift=-20]converter.south); + \draw [arrow] (converter) -- (vout); + \draw [arrow] (currentlevel.south) -| ++(0,0) |- ([yshift=20]driver.east); + \draw [arrow] (converter.south) -| ++(0,0) |- node[anchor=north, minimum width=.25cm, draw=none]{{Output Voltage Measurement}} (driver.east); + \draw [arrow] ([yshift=-20]driver.east) |- ++(0,0) -| node[anchor=west, minimum width=.25cm, draw=none]{{Driving signal}} ([xshift=20]converter.south); \end{scope} \end{tikzpicture} \end{document} diff --git a/Hardware/DataAcquisition/Amplifier.sch b/Hardware/DataAcquisition/Amplifier.sch deleted file mode 100644 index 82c0ee9..0000000 --- a/Hardware/DataAcquisition/Amplifier.sch +++ /dev/null @@ -1,809 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 2 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Device:C C? -U 1 1 5EEB48D3 -P 3350 4800 -AR Path="/5EFA52FA/5EEB48D3" Ref="C?" Part="1" -AR Path="/5EE9D63B/5EEB48D3" Ref="C18" Part="1" -AR Path="/5FABF6F9/5EEB48D3" Ref="C?" Part="1" -F 0 "C?" V 3098 4800 50 0000 C CNN -F 1 "2p2" V 3189 4800 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3388 4650 50 0001 C CNN -F 3 "" H 3350 4800 50 0001 C CNN - 1 3350 4800 - 0 1 1 0 -$EndComp -$Comp -L Device:C C? -U 1 1 5EEB48D9 -P 4250 5300 -AR Path="/5EFA52FA/5EEB48D9" Ref="C?" Part="1" -AR Path="/5EE9D63B/5EEB48D9" Ref="C21" Part="1" -AR Path="/5FABF6F9/5EEB48D9" Ref="C?" Part="1" -F 0 "C?" V 3998 5300 50 0000 C CNN -F 1 "100p" V 4089 5300 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 4288 5150 50 0001 C CNN -F 3 "" H 4250 5300 50 0001 C CNN - 1 4250 5300 - 0 1 1 0 -$EndComp -$Comp -L Device:R R? -U 1 1 5EEB48E5 -P 5400 4400 -AR Path="/5EFA52FA/5EEB48E5" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EEB48E5" Ref="R32" Part="1" -AR Path="/5FABF6F9/5EEB48E5" Ref="R?" Part="1" -F 0 "R?" V 5607 4400 50 0000 C CNN -F 1 "1M" V 5516 4400 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5330 4400 50 0001 C CNN -F 3 "" H 5400 4400 50 0001 C CNN - 1 5400 4400 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 3700 5300 3750 5300 -Wire Wire Line - 3500 4800 3750 4800 -Connection ~ 3750 5300 -Wire Wire Line - 4400 5300 4500 5300 -Wire Wire Line - 5250 4400 5050 4400 -Wire Wire Line - 5550 4400 5750 4400 -Wire Wire Line - 5100 5100 4850 5100 -Wire Wire Line - 3750 5300 3900 5300 -$Comp -L Device:C C? -U 1 1 5EEB4930 -P 5400 4650 -AR Path="/5EFA52FA/5EEB4930" Ref="C?" Part="1" -AR Path="/5EE9D63B/5EEB4930" Ref="C22" Part="1" -AR Path="/5FABF6F9/5EEB4930" Ref="C?" Part="1" -F 0 "C?" V 5560 4650 50 0000 C CNN -F 1 "6p" V 5651 4650 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5438 4500 50 0001 C CNN -F 3 "" H 5400 4650 50 0001 C CNN - 1 5400 4650 - 0 1 1 0 -$EndComp -Wire Wire Line - 5050 4650 5050 4400 -Wire Wire Line - 5050 4650 5250 4650 -Wire Wire Line - 5550 4650 5750 4650 -Wire Wire Line - 5750 4650 5750 4400 -$Comp -L power:GND #PWR? -U 1 1 5EEB4951 -P 2750 5800 -AR Path="/5EF1F288/5EEB4951" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EEB4951" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EEB4951" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EEB4951" Ref="#PWR039" Part="1" -AR Path="/5FABF6F9/5EEB4951" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 2750 5550 50 0001 C CNN -F 1 "GND" H 2755 5627 50 0000 C CNN -F 2 "" H 2750 5800 50 0001 C CNN -F 3 "" H 2750 5800 50 0001 C CNN - 1 2750 5800 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EEB495D -P 4850 5800 -AR Path="/5EF1F288/5EEB495D" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EEB495D" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EEB495D" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EEB495D" Ref="#PWR047" Part="1" -AR Path="/5FABF6F9/5EEB495D" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 4850 5550 50 0001 C CNN -F 1 "GND" H 4855 5627 50 0000 C CNN -F 2 "" H 4850 5800 50 0001 C CNN -F 3 "" H 4850 5800 50 0001 C CNN - 1 4850 5800 - 1 0 0 -1 -$EndComp -Text GLabel 2250 5400 0 50 Input ~ 0 -ANODE_OUTPUT -Text Notes 2550 6700 0 79 ~ 16 -1st harge amplifier -Wire Wire Line - 3750 4800 3750 5300 -$Comp -L Device:Q_NJFET_DGS Q? -U 1 1 5EF7F36D -P 3350 4100 -F 0 "Q?" V 3585 4100 50 0000 C CNN -F 1 "Q_NJFET_DGS" V 3676 4100 50 0000 C CNN -F 2 "Package_TO_SOT_SMD:SC-59" H 3550 4200 50 0001 C CNN -F 3 "~" H 3350 4100 50 0001 C CNN - 1 3350 4100 - 0 1 1 0 -$EndComp -Wire Wire Line - 2250 5400 2950 5400 -Wire Wire Line - 2950 5400 2950 4800 -Wire Wire Line - 2950 4800 3200 4800 -Connection ~ 2950 5400 -Wire Wire Line - 2950 5400 3100 5400 -Wire Wire Line - 2950 4800 2950 4200 -Wire Wire Line - 2950 4200 3150 4200 -Connection ~ 2950 4800 -Wire Wire Line - 3550 4200 3750 4200 -Wire Wire Line - 3750 4200 3750 4800 -Connection ~ 3750 4800 -$Comp -L Device:R R? -U 1 1 5EF85AD9 -P 4500 5550 -AR Path="/5EFA52FA/5EF85AD9" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF85AD9" Ref="R31" Part="1" -AR Path="/5FABF6F9/5EF85AD9" Ref="R?" Part="1" -F 0 "R?" H 4570 5596 50 0000 L CNN -F 1 "1k" H 4570 5505 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4430 5550 50 0001 C CNN -F 3 "" H 4500 5550 50 0001 C CNN - 1 4500 5550 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF86291 -P 4500 5800 -AR Path="/5EF1F288/5EF86291" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF86291" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF86291" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF86291" Ref="#PWR046" Part="1" -AR Path="/5FABF6F9/5EF86291" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 4500 5550 50 0001 C CNN -F 1 "GND" H 4505 5627 50 0000 C CNN -F 2 "" H 4500 5800 50 0001 C CNN -F 3 "" H 4500 5800 50 0001 C CNN - 1 4500 5800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4500 5800 4500 5700 -Wire Wire Line - 4500 5400 4500 5300 -Connection ~ 4500 5300 -$Comp -L Device:R R? -U 1 1 5EF9686F -P 1950 3000 -AR Path="/5EFA52FA/5EF9686F" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF9686F" Ref="R26" Part="1" -AR Path="/5FABF6F9/5EF9686F" Ref="R?" Part="1" -F 0 "R?" V 2030 3000 50 0000 C CNN -F 1 "470k" V 1950 3000 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1880 3000 50 0001 C CNN -F 3 "" H 1950 3000 50 0001 C CNN - 1 1950 3000 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 5EF96CB7 -P 3200 2350 -AR Path="/5EFA52FA/5EF96CB7" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF96CB7" Ref="R27" Part="1" -AR Path="/5FABF6F9/5EF96CB7" Ref="R?" Part="1" -F 0 "R?" V 3280 2350 50 0000 C CNN -F 1 "10k" V 3200 2350 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3130 2350 50 0001 C CNN -F 3 "" H 3200 2350 50 0001 C CNN - 1 3200 2350 - 1 0 0 -1 -$EndComp -$Comp -L power:VCC #PWR? -U 1 1 5EF9706F -P 3200 2100 -AR Path="/5EFA52FA/5EF9706F" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF9706F" Ref="#PWR040" Part="1" -AR Path="/5FABF6F9/5EF9706F" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 3200 1950 50 0001 C CNN -F 1 "VCC" H 3215 2273 50 0000 C CNN -F 2 "" H 3200 2100 50 0001 C CNN -F 3 "" H 3200 2100 50 0001 C CNN - 1 3200 2100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF9748E -P 1950 3300 -AR Path="/5EF1F288/5EF9748E" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF9748E" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF9748E" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF9748E" Ref="#PWR038" Part="1" -AR Path="/5FABF6F9/5EF9748E" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 1950 3050 50 0001 C CNN -F 1 "GND" H 1955 3127 50 0000 C CNN -F 2 "" H 1950 3300 50 0001 C CNN -F 3 "" H 1950 3300 50 0001 C CNN - 1 1950 3300 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 5EF9793C -P 3450 3050 -AR Path="/5EFA52FA/5EF9793C" Ref="C?" Part="1" -AR Path="/5EE9D63B/5EF9793C" Ref="C19" Part="1" -AR Path="/5FABF6F9/5EF9793C" Ref="C?" Part="1" -F 0 "C?" H 3475 3150 50 0000 L CNN -F 1 "100n" H 3475 2950 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3488 2900 50 0001 C CNN -F 3 "" H 3450 3050 50 0001 C CNN - 1 3450 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF97D7D -P 3450 3300 -AR Path="/5EF1F288/5EF97D7D" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF97D7D" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF97D7D" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF97D7D" Ref="#PWR042" Part="1" -AR Path="/5FABF6F9/5EF97D7D" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 3450 3050 50 0001 C CNN -F 1 "GND" H 3455 3127 50 0000 C CNN -F 2 "" H 3450 3300 50 0001 C CNN -F 3 "" H 3450 3300 50 0001 C CNN - 1 3450 3300 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 5EF97F32 -P 3950 3050 -AR Path="/5EFA52FA/5EF97F32" Ref="C?" Part="1" -AR Path="/5EE9D63B/5EF97F32" Ref="C20" Part="1" -AR Path="/5FABF6F9/5EF97F32" Ref="C?" Part="1" -F 0 "C?" H 3975 3150 50 0000 L CNN -F 1 "100n" H 3975 2950 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 3988 2900 50 0001 C CNN -F 3 "" H 3950 3050 50 0001 C CNN - 1 3950 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF98168 -P 4500 3300 -AR Path="/5EF1F288/5EF98168" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF98168" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF98168" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF98168" Ref="#PWR045" Part="1" -AR Path="/5FABF6F9/5EF98168" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 4500 3050 50 0001 C CNN -F 1 "GND" H 4505 3127 50 0000 C CNN -F 2 "" H 4500 3300 50 0001 C CNN -F 3 "" H 4500 3300 50 0001 C CNN - 1 4500 3300 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 5EF9826F -P 4200 2800 -AR Path="/5EFA52FA/5EF9826F" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF9826F" Ref="R29" Part="1" -AR Path="/5FABF6F9/5EF9826F" Ref="R?" Part="1" -F 0 "R?" V 4280 2800 50 0000 C CNN -F 1 "10k" V 4200 2800 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4130 2800 50 0001 C CNN -F 3 "" H 4200 2800 50 0001 C CNN - 1 4200 2800 - 0 1 1 0 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF98922 -P 3950 3300 -AR Path="/5EF1F288/5EF98922" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF98922" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF98922" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF98922" Ref="#PWR043" Part="1" -AR Path="/5FABF6F9/5EF98922" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 3950 3050 50 0001 C CNN -F 1 "GND" H 3955 3127 50 0000 C CNN -F 2 "" H 3950 3300 50 0001 C CNN -F 3 "" H 3950 3300 50 0001 C CNN - 1 3950 3300 - 1 0 0 -1 -$EndComp -$Comp -L power:VCC #PWR? -U 1 1 5EF98C5E -P 4500 2100 -AR Path="/5EFA52FA/5EF98C5E" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF98C5E" Ref="#PWR044" Part="1" -AR Path="/5FABF6F9/5EF98C5E" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 4500 1950 50 0001 C CNN -F 1 "VCC" H 4515 2273 50 0000 C CNN -F 2 "" H 4500 2100 50 0001 C CNN -F 3 "" H 4500 2100 50 0001 C CNN - 1 4500 2100 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 5EF99154 -P 4500 3050 -AR Path="/5EFA52FA/5EF99154" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF99154" Ref="R30" Part="1" -AR Path="/5FABF6F9/5EF99154" Ref="R?" Part="1" -F 0 "R?" V 4580 3050 50 0000 C CNN -F 1 "10k" V 4500 3050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4430 3050 50 0001 C CNN -F 3 "" H 4500 3050 50 0001 C CNN - 1 4500 3050 - -1 0 0 1 -$EndComp -$Comp -L Device:Q_NJFET_DGS Q? -U 1 1 5EF9939B -P 4600 2500 -F 0 "Q?" H 4791 2454 50 0000 L CNN -F 1 "Q_NJFET_DGS" H 4791 2545 50 0000 L CNN -F 2 "Package_TO_SOT_SMD:SC-59" H 4800 2600 50 0001 C CNN -F 3 "~" H 4600 2500 50 0001 C CNN - 1 4600 2500 - -1 0 0 1 -$EndComp -$Comp -L Device:D D? -U 1 1 5EF9A548 -P 2200 2700 -F 0 "D?" H 2200 2483 50 0000 C CNN -F 1 "D" H 2200 2574 50 0000 C CNN -F 2 "Diode_SMD:D_MiniMELF" H 2200 2700 50 0001 C CNN -F 3 "~" H 2200 2700 50 0001 C CNN - 1 2200 2700 - -1 0 0 1 -$EndComp -$Comp -L Device:R R? -U 1 1 5EF9D7BD -P 3200 3050 -AR Path="/5EFA52FA/5EF9D7BD" Ref="R?" Part="1" -AR Path="/5EE9D63B/5EF9D7BD" Ref="R28" Part="1" -AR Path="/5FABF6F9/5EF9D7BD" Ref="R?" Part="1" -F 0 "R?" V 3280 3050 50 0000 C CNN -F 1 "10k" V 3200 3050 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 3130 3050 50 0001 C CNN -F 3 "" H 3200 3050 50 0001 C CNN - 1 3200 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5EF9DA88 -P 3200 3300 -AR Path="/5EF1F288/5EF9DA88" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5EF9DA88" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5EF9DA88" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5EF9DA88" Ref="#PWR041" Part="1" -AR Path="/5FABF6F9/5EF9DA88" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 3200 3050 50 0001 C CNN -F 1 "GND" H 3205 3127 50 0000 C CNN -F 2 "" H 3200 3300 50 0001 C CNN -F 3 "" H 3200 3300 50 0001 C CNN - 1 3200 3300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3200 2100 3200 2200 -Wire Wire Line - 3050 2600 3200 2600 -Wire Wire Line - 3200 2600 3200 2500 -Wire Wire Line - 3050 2800 3950 2800 -Wire Wire Line - 3200 2900 3200 2600 -Connection ~ 3200 2600 -Wire Wire Line - 3200 3300 3200 3200 -Wire Wire Line - 3450 2900 3450 2600 -Wire Wire Line - 3450 2600 3200 2600 -Wire Wire Line - 3450 3300 3450 3200 -Wire Wire Line - 3950 3300 3950 3200 -Wire Wire Line - 3950 2900 3950 2800 -Connection ~ 3950 2800 -Wire Wire Line - 3950 2800 4050 2800 -Wire Wire Line - 4350 2800 4500 2800 -Wire Wire Line - 4500 2800 4500 2700 -Wire Wire Line - 4500 2900 4500 2800 -Connection ~ 4500 2800 -Wire Wire Line - 4500 3300 4500 3200 -Wire Wire Line - 4500 2300 4500 2100 -Wire Wire Line - 2450 2700 2350 2700 -Wire Wire Line - 2050 2700 1950 2700 -Wire Wire Line - 1950 2700 1950 2850 -Wire Wire Line - 1950 3300 1950 3150 -Wire Wire Line - 1950 2700 1750 2700 -Wire Wire Line - 1750 2700 1750 3750 -Wire Wire Line - 1750 3750 3350 3750 -Wire Wire Line - 3350 3750 3350 3900 -Connection ~ 1950 2700 -Wire Wire Line - 3900 5300 3900 3750 -Wire Wire Line - 3900 3750 4900 3750 -Wire Wire Line - 4900 3750 4900 2500 -Wire Wire Line - 4900 2500 4800 2500 -$Comp -L Device:Opamp_Dual_Generic U? -U 1 1 5F1416F6 -P 3400 5300 -F 0 "U?" H 3400 5667 50 0000 C CNN -F 1 "Opamp_Dual_Generic" H 3400 5576 50 0000 C CNN -F 2 "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" H 3400 5300 50 0001 C CNN -F 3 "~" H 3400 5300 50 0001 C CNN - 1 3400 5300 - 1 0 0 -1 -$EndComp -$Comp -L Device:Opamp_Dual_Generic U? -U 2 1 5F1428AC -P 5400 5200 -F 0 "U?" H 5400 4925 50 0000 C CNN -F 1 "Opamp_Dual_Generic" H 5400 4834 50 0000 C CNN -F 2 "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" H 5400 5200 50 0001 C CNN -F 3 "~" H 5400 5200 50 0001 C CNN - 2 5400 5200 - 1 0 0 -1 -$EndComp -$Comp -L Device:Opamp_Dual_Generic U? -U 3 1 5F1431BB -P 8550 2350 -F 0 "U?" H 8508 2396 50 0000 L CNN -F 1 "Opamp_Dual_Generic" H 8508 2305 50 0000 L CNN -F 2 "Package_SO:MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm" H 8550 2350 50 0001 C CNN -F 3 "~" H 8550 2350 50 0001 C CNN - 3 8550 2350 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4850 5100 4850 5800 -Wire Wire Line - 5700 5200 5750 5200 -Wire Wire Line - 5050 4650 5050 5300 -Wire Wire Line - 4500 5300 5050 5300 -Connection ~ 5050 4650 -Connection ~ 5050 5300 -Wire Wire Line - 5050 5300 5100 5300 -Wire Wire Line - 5750 4650 5750 5200 -Connection ~ 5750 4650 -Connection ~ 5750 5200 -Wire Wire Line - 5750 5200 6000 5200 -Wire Wire Line - 3900 5300 4100 5300 -Connection ~ 3900 5300 -Text Notes 5150 6350 0 79 ~ 16 -2nd charge amplifier -Text Notes 850 950 0 79 ~ 16 -U7 = LTC6269 -Text Notes 950 2000 0 79 ~ 16 -Reset for 1st charge amplifier -Wire Wire Line - 3100 5200 2750 5200 -Wire Wire Line - 2750 5200 2750 5800 -$Comp -L power:GND #PWR? -U 1 1 5F174BB6 -P 8050 2350 -AR Path="/5EF1F288/5F174BB6" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5F174BB6" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5F174BB6" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5F174BB6" Ref="#PWR051" Part="1" -AR Path="/5FABF6F9/5F174BB6" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 8050 2100 50 0001 C CNN -F 1 "GND" H 8055 2177 50 0000 C CNN -F 2 "" H 8050 2350 50 0001 C CNN -F 3 "" H 8050 2350 50 0001 C CNN - 1 8050 2350 - 1 0 0 -1 -$EndComp -$Comp -L power:VCC #PWR? -U 1 1 5F17530F -P 7850 1800 -AR Path="/5EFA52FA/5F17530F" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5F17530F" Ref="#PWR049" Part="1" -AR Path="/5FABF6F9/5F17530F" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 7850 1650 50 0001 C CNN -F 1 "VCC" H 7865 1973 50 0000 C CNN -F 2 "" H 7850 1800 50 0001 C CNN -F 3 "" H 7850 1800 50 0001 C CNN - 1 7850 1800 - 1 0 0 -1 -$EndComp -$Comp -L power:VEE #PWR? -U 1 1 5F1759BD -P 7850 2850 -F 0 "#PWR?" H 7850 2700 50 0001 C CNN -F 1 "VEE" H 7865 3023 50 0000 C CNN -F 2 "" H 7850 2850 50 0001 C CNN -F 3 "" H 7850 2850 50 0001 C CNN - 1 7850 2850 - -1 0 0 1 -$EndComp -$Comp -L Device:C C? -U 1 1 5F176347 -P 7850 2600 -AR Path="/5EFA52FA/5F176347" Ref="C?" Part="1" -AR Path="/5EE9D63B/5F176347" Ref="C24" Part="1" -AR Path="/5FABF6F9/5F176347" Ref="C?" Part="1" -F 0 "C?" H 7735 2646 50 0000 R CNN -F 1 "100n" H 7735 2555 50 0000 R CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 7888 2450 50 0001 C CNN -F 3 "" H 7850 2600 50 0001 C CNN - 1 7850 2600 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 5F1764C8 -P 7850 2050 -AR Path="/5EFA52FA/5F1764C8" Ref="C?" Part="1" -AR Path="/5EE9D63B/5F1764C8" Ref="C23" Part="1" -AR Path="/5FABF6F9/5F1764C8" Ref="C?" Part="1" -F 0 "C?" H 7965 2096 50 0000 L CNN -F 1 "100n" H 7965 2005 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 7888 1900 50 0001 C CNN -F 3 "" H 7850 2050 50 0001 C CNN - 1 7850 2050 - 1 0 0 -1 -$EndComp -Wire Wire Line - 7850 1800 7850 1850 -Wire Wire Line - 7850 1850 8450 1850 -Wire Wire Line - 8450 1850 8450 2050 -Connection ~ 7850 1850 -Wire Wire Line - 7850 1850 7850 1900 -Wire Wire Line - 8450 2650 8450 2800 -Wire Wire Line - 8450 2800 7850 2800 -Wire Wire Line - 7850 2800 7850 2750 -Wire Wire Line - 7850 2800 7850 2850 -Connection ~ 7850 2800 -Wire Wire Line - 7850 2450 7850 2300 -Wire Wire Line - 8050 2350 8050 2300 -Wire Wire Line - 8050 2300 7850 2300 -Connection ~ 7850 2300 -Wire Wire Line - 7850 2300 7850 2200 -$Comp -L Amplifier_Operational:LM358 U? -U 1 1 5F193444 -P 2750 2700 -F 0 "U?" H 2750 2333 50 0000 C CNN -F 1 "LM358" H 2750 2424 50 0000 C CNN -F 2 "Package_SO:SO-8_5.3x6.2mm_P1.27mm" H 2750 2700 50 0001 C CNN -F 3 "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" H 2750 2700 50 0001 C CNN - 1 2750 2700 - -1 0 0 1 -$EndComp -$Comp -L Amplifier_Operational:LM358 U? -U 3 1 5F19632D -P 10400 2250 -F 0 "U?" H 10358 2296 50 0000 L CNN -F 1 "LM358" H 10358 2205 50 0000 L CNN -F 2 "Package_SO:SO-8_5.3x6.2mm_P1.27mm" H 10400 2250 50 0001 C CNN -F 3 "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" H 10400 2250 50 0001 C CNN - 3 10400 2250 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F19DCFE -P 9900 2300 -AR Path="/5EF1F288/5F19DCFE" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5F19DCFE" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5F19DCFE" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5F19DCFE" Ref="#PWR054" Part="1" -AR Path="/5FABF6F9/5F19DCFE" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 9900 2050 50 0001 C CNN -F 1 "GND" H 9905 2127 50 0000 C CNN -F 2 "" H 9900 2300 50 0001 C CNN -F 3 "" H 9900 2300 50 0001 C CNN - 1 9900 2300 - 1 0 0 -1 -$EndComp -$Comp -L power:VCC #PWR? -U 1 1 5F19DD04 -P 9700 1750 -AR Path="/5EFA52FA/5F19DD04" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5F19DD04" Ref="#PWR052" Part="1" -AR Path="/5FABF6F9/5F19DD04" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 9700 1600 50 0001 C CNN -F 1 "VCC" H 9715 1923 50 0000 C CNN -F 2 "" H 9700 1750 50 0001 C CNN -F 3 "" H 9700 1750 50 0001 C CNN - 1 9700 1750 - 1 0 0 -1 -$EndComp -$Comp -L power:VEE #PWR? -U 1 1 5F19DD0A -P 9700 2800 -F 0 "#PWR?" H 9700 2650 50 0001 C CNN -F 1 "VEE" H 9715 2973 50 0000 C CNN -F 2 "" H 9700 2800 50 0001 C CNN -F 3 "" H 9700 2800 50 0001 C CNN - 1 9700 2800 - -1 0 0 1 -$EndComp -$Comp -L Device:C C? -U 1 1 5F19DD10 -P 9700 2550 -AR Path="/5EFA52FA/5F19DD10" Ref="C?" Part="1" -AR Path="/5EE9D63B/5F19DD10" Ref="C26" Part="1" -AR Path="/5FABF6F9/5F19DD10" Ref="C?" Part="1" -F 0 "C?" H 9585 2596 50 0000 R CNN -F 1 "100n" H 9585 2505 50 0000 R CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 9738 2400 50 0001 C CNN -F 3 "" H 9700 2550 50 0001 C CNN - 1 9700 2550 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 5F19DD16 -P 9700 2000 -AR Path="/5EFA52FA/5F19DD16" Ref="C?" Part="1" -AR Path="/5EE9D63B/5F19DD16" Ref="C25" Part="1" -AR Path="/5FABF6F9/5F19DD16" Ref="C?" Part="1" -F 0 "C?" H 9815 2046 50 0000 L CNN -F 1 "100n" H 9815 1955 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 9738 1850 50 0001 C CNN -F 3 "" H 9700 2000 50 0001 C CNN - 1 9700 2000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9700 1750 9700 1800 -Wire Wire Line - 9700 1800 10300 1800 -Connection ~ 9700 1800 -Wire Wire Line - 9700 1800 9700 1850 -Wire Wire Line - 10300 2750 9700 2750 -Wire Wire Line - 9700 2750 9700 2700 -Wire Wire Line - 9700 2750 9700 2800 -Connection ~ 9700 2750 -Wire Wire Line - 9700 2400 9700 2250 -Wire Wire Line - 9900 2300 9900 2250 -Wire Wire Line - 9900 2250 9700 2250 -Connection ~ 9700 2250 -Wire Wire Line - 9700 2250 9700 2150 -Wire Wire Line - 10300 1800 10300 1950 -Wire Wire Line - 10300 2550 10300 2750 -$Comp -L Amplifier_Operational:LM358 U? -U 2 1 5F1D4260 -P 6950 2250 -F 0 "U?" H 6950 2617 50 0000 C CNN -F 1 "LM358" H 6950 2526 50 0000 C CNN -F 2 "Package_SO:SO-8_5.3x6.2mm_P1.27mm" H 6950 2250 50 0001 C CNN -F 3 "http://www.ti.com/lit/ds/symlink/lm2904-n.pdf" H 6950 2250 50 0001 C CNN - 2 6950 2250 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F1D5596 -P 6350 2450 -AR Path="/5EF1F288/5F1D5596" Ref="#PWR?" Part="1" -AR Path="/5EDA53F3/5F1D5596" Ref="#PWR?" Part="1" -AR Path="/5EFA52FA/5F1D5596" Ref="#PWR?" Part="1" -AR Path="/5EE9D63B/5F1D5596" Ref="#PWR048" Part="1" -AR Path="/5FABF6F9/5F1D5596" Ref="#PWR?" Part="1" -F 0 "#PWR?" H 6350 2200 50 0001 C CNN -F 1 "GND" H 6355 2277 50 0000 C CNN -F 2 "" H 6350 2450 50 0001 C CNN -F 3 "" H 6350 2450 50 0001 C CNN - 1 6350 2450 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6650 2350 6550 2350 -Wire Wire Line - 6550 2350 6550 2500 -Wire Wire Line - 6550 2500 7350 2500 -Wire Wire Line - 7350 2500 7350 2250 -Wire Wire Line - 7350 2250 7250 2250 -Wire Wire Line - 6650 2150 6350 2150 -Wire Wire Line - 6350 2150 6350 2450 -Text GLabel 6000 5200 2 50 Input ~ 0 -2ND_CHARGE_AMP_OUT -$EndSCHEMATC diff --git a/Hardware/DataAcquisition/DataAcquisition-cache.lib b/Hardware/DataAcquisition/DataAcquisition-cache.lib deleted file mode 100644 index ca5ecd5..0000000 --- a/Hardware/DataAcquisition/DataAcquisition-cache.lib +++ /dev/null @@ -1,376 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# Amplifier_Operational_LM358 -# -DEF Amplifier_Operational_LM358 U 0 5 Y Y 3 L N -F0 "U" 0 200 50 H V L CNN -F1 "Amplifier_Operational_LM358" 0 -200 50 H V L CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -ALIAS LM358 AD8620 LMC6062 LMC6082 TL062 TL072 TL082 NE5532 SA5532 RC4558 RC4560 RC4580 LMV358 TS912 TSV912IDT TSV912IST TLC272 TLC277 MCP602 OPA1678 OPA2134 OPA2340 OPA2376xxD OPA2376xxDGK MC33078 MC33178 LM4562 OP249 OP275 ADA4075-2 MCP6002-xP MCP6002-xSN MCP6002-xMS LM7332 OPA2333xxD OPA2333xxDGK LMC6482 LT1492 LTC6081xMS8 LM6172 MCP6L92 NJM2043 NJM2114 NJM4556A NJM4558 NJM4559 NJM4560 NJM4580 NJM5532 ADA4807-2ARM OPA2691 LT6234 OPA2356xxD OPA2356xxDGK OPA1612AxD MC33172 OPA1602 TLV2372 LT6237 OPA2277 MCP6022 -$FPLIST - SOIC*3.9x4.9mm*P1.27mm* - DIP*W7.62mm* - TO*99* - OnSemi*Micro8* - TSSOP*3x3mm*P0.65mm* - TSSOP*4.4x3mm*P0.65mm* - MSOP*3x3mm*P0.65mm* - SSOP*3.9x4.9mm*P0.635mm* - LFCSP*2x2mm*P0.5mm* - *SIP* - SOIC*5.3x6.2mm*P1.27mm* -$ENDFPLIST -DRAW -P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f -P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f -X ~ 1 300 0 100 L 50 50 1 1 O -X - 2 -300 -100 100 R 50 50 1 1 I -X + 3 -300 100 100 R 50 50 1 1 I -X + 5 -300 100 100 R 50 50 2 1 I -X - 6 -300 -100 100 R 50 50 2 1 I -X ~ 7 300 0 100 L 50 50 2 1 O -X V- 4 -100 -300 150 U 50 50 3 1 W -X V+ 8 -100 300 150 D 50 50 3 1 W -ENDDRAW -ENDDEF -# -# Connector_Conn_01x04_Female -# -DEF Connector_Conn_01x04_Female J 0 40 Y N 1 F N -F0 "J" 0 200 50 H V C CNN -F1 "Connector_Conn_01x04_Female" 0 -300 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Connector*:*_1x??_* -$ENDFPLIST -DRAW -A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 -A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 -A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 -A 0 100 20 901 -901 1 1 6 N 0 120 0 80 -P 2 1 1 6 -50 -200 -20 -200 N -P 2 1 1 6 -50 -100 -20 -100 N -P 2 1 1 6 -50 0 -20 0 N -P 2 1 1 6 -50 100 -20 100 N -X Pin_1 1 -200 100 150 R 50 50 1 1 P -X Pin_2 2 -200 0 150 R 50 50 1 1 P -X Pin_3 3 -200 -100 150 R 50 50 1 1 P -X Pin_4 4 -200 -200 150 R 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_TestPoint -# -DEF Connector_TestPoint TP 0 30 N N 1 F N -F0 "TP" 0 270 50 H V C CNN -F1 "Connector_TestPoint" 0 200 50 H V C CNN -F2 "" 200 0 50 H I C CNN -F3 "" 200 0 50 H I C CNN -$FPLIST - Pin* - Test* -$ENDFPLIST -DRAW -C 0 130 30 0 1 0 N -X 1 1 0 0 100 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# DataAcquisition_MCP33131-10 -# -DEF DataAcquisition_MCP33131-10 U 0 40 Y Y 1 F N -F0 "U" 400 350 50 H V C CNN -F1 "DataAcquisition_MCP33131-10" 400 300 50 H V C CNN -F2 "Package_SO:MSOP-10_3x3mm_P0.5mm" 400 300 50 H I C CNN -F3 "" 400 300 50 H I C CNN -DRAW -P 6 0 1 0 -200 -250 -450 0 -200 250 400 250 400 -250 -200 -250 f -X Vref 1 -100 350 100 D 50 50 1 1 I -X DVio 10 100 350 100 D 50 50 1 1 I -X AVdd 2 0 350 100 D 50 50 1 1 I -X Ain+ 3 -450 100 100 R 50 50 1 1 I -X Ain- 4 -450 -100 100 R 50 50 1 1 I -X GND 5 0 -350 100 U 50 50 1 1 I -X CNVST 6 500 50 100 L 50 50 1 1 I -X SDO 7 500 -150 100 L 50 50 1 1 I -X SCLK 8 500 -50 100 L 50 50 1 1 I -X SDI 9 500 150 100 L 50 50 1 1 I -ENDDRAW -ENDDEF -# -# Device_C -# -DEF Device_C C 0 10 N Y 1 F N -F0 "C" 25 100 50 H V L CNN -F1 "Device_C" 25 -100 50 H V L CNN -F2 "" 38 -150 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - C_* -$ENDFPLIST -DRAW -P 2 0 1 20 -80 -30 80 -30 N -P 2 0 1 20 -80 30 80 30 N -X ~ 1 0 150 110 D 50 50 1 1 P -X ~ 2 0 -150 110 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_CP -# -DEF Device_CP C 0 10 N Y 1 F N -F0 "C" 25 100 50 H V L CNN -F1 "Device_CP" 25 -100 50 H V L CNN -F2 "" 38 -150 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - CP_* -$ENDFPLIST -DRAW -S -90 20 90 40 0 1 0 N -S 90 -20 -90 -40 0 1 0 F -P 2 0 1 0 -70 90 -30 90 N -P 2 0 1 0 -50 110 -50 70 N -X ~ 1 0 150 110 D 50 50 1 1 P -X ~ 2 0 -150 110 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_Crystal_GND24 -# -DEF Device_Crystal_GND24 Y 0 40 Y N 1 F N -F0 "Y" 125 200 50 H V L CNN -F1 "Device_Crystal_GND24" 125 125 50 H V L CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Crystal* -$ENDFPLIST -DRAW -S -45 100 45 -100 0 1 12 N -P 2 0 1 0 -100 0 -80 0 N -P 2 0 1 20 -80 -50 -80 50 N -P 2 0 1 0 0 -150 0 -140 N -P 2 0 1 0 0 140 0 150 N -P 2 0 1 20 80 -50 80 50 N -P 2 0 1 0 80 0 100 0 N -P 4 0 1 0 -100 -90 -100 -140 100 -140 100 -90 N -P 4 0 1 0 -100 90 -100 140 100 140 100 90 N -X 1 1 -150 0 50 R 50 50 1 1 P -X 2 2 0 200 50 D 50 50 1 1 P -X 3 3 150 0 50 L 50 50 1 1 P -X 4 4 0 -200 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_D -# -DEF Device_D D 0 40 N N 1 F N -F0 "D" 0 100 50 H V C CNN -F1 "Device_D" 0 -100 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - TO-???* - *_Diode_* - *SingleDiode* - D_* -$ENDFPLIST -DRAW -P 2 0 1 10 -50 50 -50 -50 N -P 2 0 1 0 50 0 -50 0 N -P 4 0 1 10 50 50 50 -50 -50 0 50 50 N -X K 1 -150 0 100 R 50 50 1 1 P -X A 2 150 0 100 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_Jumper_NC_Small -# -DEF Device_Jumper_NC_Small JP 0 30 N N 1 F N -F0 "JP" 0 80 50 H V C CNN -F1 "Device_Jumper_NC_Small" 10 -60 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - SolderJumper*Bridged* - Jumper* - TestPoint*2Pads* - TestPoint*Bridge* -$ENDFPLIST -DRAW -A 0 -10 57 450 1350 0 1 0 N 40 30 -40 30 -C -40 0 20 0 1 0 N -C 40 0 20 0 1 0 N -X 1 1 -100 0 40 R 50 50 0 1 P -X 2 2 100 0 40 L 50 50 0 1 P -ENDDRAW -ENDDEF -# -# Device_LED -# -DEF Device_LED D 0 40 N N 1 F N -F0 "D" 0 100 50 H V C CNN -F1 "Device_LED" 0 -100 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - LED* - LED_SMD:* - LED_THT:* -$ENDFPLIST -DRAW -P 2 0 1 10 -50 -50 -50 50 N -P 2 0 1 0 -50 0 50 0 N -P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N -P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N -P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N -X K 1 -150 0 100 R 50 50 1 1 P -X A 2 150 0 100 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_Opamp_Dual_Generic -# -DEF Device_Opamp_Dual_Generic U 0 20 Y Y 3 L N -F0 "U" 0 200 50 H V L CNN -F1 "Device_Opamp_Dual_Generic" 0 -200 50 H V L CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - SOIC*3.9x4.9mm*P1.27mm* - DIP*W7.62mm* - MSOP*3x3mm*P0.65mm* - SSOP*2.95x2.8mm*P0.65mm* - TSSOP*3x3mm*P0.65mm* - VSSOP*P0.5mm* - TO?99* -$ENDFPLIST -DRAW -P 4 1 1 10 -200 200 200 0 -200 -200 -200 200 f -P 4 2 1 10 -200 200 200 0 -200 -200 -200 200 f -X ~ 1 300 0 100 L 50 50 1 1 O -X - 2 -300 -100 100 R 50 50 1 1 I -X + 3 -300 100 100 R 50 50 1 1 I -X + 5 -300 100 100 R 50 50 2 1 I -X - 6 -300 -100 100 R 50 50 2 1 I -X ~ 7 300 0 100 L 50 50 2 1 O -X V- 4 -100 -300 150 U 50 50 3 1 W -X V+ 8 -100 300 150 D 50 50 3 1 W -ENDDRAW -ENDDEF -# -# Device_Q_NJFET_DGS -# -DEF Device_Q_NJFET_DGS Q 0 0 Y N 1 F N -F0 "Q" 200 50 50 H V L CNN -F1 "Device_Q_NJFET_DGS" 200 -50 50 H V L CNN -F2 "" 200 100 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -C 50 0 111 0 1 10 N -P 3 0 1 10 10 75 10 -75 10 -75 N -P 3 0 1 0 100 -100 100 -50 10 -50 N -P 3 0 1 0 100 100 100 55 10 55 N -P 4 0 1 0 0 0 -40 15 -40 -15 0 0 F -X D 1 100 200 100 D 50 50 1 1 P -X G 2 -200 0 210 R 50 50 1 1 I -X S 3 100 -200 100 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_R -# -DEF Device_R R 0 0 N Y 1 F N -F0 "R" 80 0 50 V V C CNN -F1 "Device_R" 0 0 50 V V C CNN -F2 "" -70 0 50 V I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - R_* -$ENDFPLIST -DRAW -S -40 -100 40 100 0 1 10 N -X ~ 1 0 150 50 D 50 50 1 1 P -X ~ 2 0 -150 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Mechanical_MountingHole_Pad -# -DEF Mechanical_MountingHole_Pad H 0 40 N N 1 F N -F0 "H" 0 250 50 H V C CNN -F1 "Mechanical_MountingHole_Pad" 0 175 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - MountingHole*Pad* -$ENDFPLIST -DRAW -C 0 50 50 0 1 50 N -X 1 1 0 -100 100 U 50 50 1 1 I -ENDDRAW -ENDDEF -# -# power_+3V3 -# -DEF power_+3V3 #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 -150 50 H I C CNN -F1 "power_+3V3" 0 140 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -ALIAS +3.3V -DRAW -P 2 0 1 0 -30 50 0 100 N -P 2 0 1 0 0 0 0 100 N -P 2 0 1 0 0 100 30 50 N -X +3V3 1 0 0 0 U 50 50 1 1 W N -ENDDRAW -ENDDEF -# -# power_GND -# -DEF power_GND #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 -250 50 H I C CNN -F1 "power_GND" 0 -150 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N -X GND 1 0 0 0 D 50 50 1 1 W N -ENDDRAW -ENDDEF -# -# power_VCC -# -DEF power_VCC #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 -150 50 H I C CNN -F1 "power_VCC" 0 150 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 2 0 1 0 -30 50 0 100 N -P 2 0 1 0 0 0 0 100 N -P 2 0 1 0 0 100 30 50 N -X VCC 1 0 0 0 U 50 50 1 1 W N -ENDDRAW -ENDDEF -# -# power_VEE -# -DEF power_VEE #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 -150 50 H I C CNN -F1 "power_VEE" 0 150 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 2 0 1 0 0 0 0 100 N -P 4 0 1 0 30 50 -30 50 0 100 30 50 F -X VEE 1 0 0 0 U 50 50 1 1 W N -ENDDRAW -ENDDEF -# -#End Library diff --git a/Hardware/DataAcquisition/DataAcquisition-rescue.dcm b/Hardware/DataAcquisition/DataAcquisition-rescue.dcm deleted file mode 100644 index 5f3ed79..0000000 --- a/Hardware/DataAcquisition/DataAcquisition-rescue.dcm +++ /dev/null @@ -1,3 +0,0 @@ -EESchema-DOCLIB Version 2.0 -# -#End Doc Library diff --git a/Hardware/DataAcquisition/DataAcquisition.dcm b/Hardware/DataAcquisition/DataAcquisition.dcm deleted file mode 100644 index 7720b14..0000000 --- a/Hardware/DataAcquisition/DataAcquisition.dcm +++ /dev/null @@ -1,12 +0,0 @@ -EESchema-DOCLIB Version 2.0 -# -$CMP MCP33131-10 -D adc -F https://www.tme.eu/Document/a5a4283a1bfa7721eddf2e7bc5de5352/MCP33131-MCP33121-MCP33111.pdf -$ENDCMP -# -$CMP PIC32MZ0512EFE064 -F http://ww1.microchip.com/downloads/en/DeviceDoc/PIC32MZ%20EF%20Family%20Datasheet_DS60001320G.pdf -$ENDCMP -# -#End Doc Library diff --git a/Hardware/DataAcquisition/DataAcquisition.kicad_pcb b/Hardware/DataAcquisition/DataAcquisition.kicad_pcb deleted file mode 100644 index 698cb77..0000000 --- a/Hardware/DataAcquisition/DataAcquisition.kicad_pcb +++ /dev/null @@ -1,1319 +0,0 @@ -(kicad_pcb (version 20171130) (host pcbnew "(5.1.6)-1") - - (general - (thickness 1.6) - (drawings 123) - (tracks 23) - (zones 0) - (modules 4) - (nets 2) - ) - - (page A4) - (layers - (0 F.Cu signal) - (31 B.Cu signal) - (32 B.Adhes user) - (33 F.Adhes user) - (34 B.Paste user) - (35 F.Paste user) - (36 B.SilkS user) - (37 F.SilkS user) - (38 B.Mask user) - (39 F.Mask user) - (40 Dwgs.User user hide) - (41 Cmts.User user hide) - (42 Eco1.User user hide) - (43 Eco2.User user hide) - (44 Edge.Cuts user) - (45 Margin user hide) - (46 B.CrtYd user hide) - (47 F.CrtYd user hide) - (48 B.Fab user hide) - (49 F.Fab user hide) - ) - - (setup - (last_trace_width 0.25) - (user_trace_width 0.4064) - (user_trace_width 1) - (user_trace_width 1.5) - (trace_clearance 0.2) - (zone_clearance 0.508) - (zone_45_only no) - (trace_min 0.2) - (via_size 0.8) - (via_drill 0.4) - (via_min_size 0.4) - (via_min_drill 0.3) - (user_via 1.3 0.6) - (uvia_size 0.3) - (uvia_drill 0.1) - (uvias_allowed no) - (uvia_min_size 0.2) - (uvia_min_drill 0.1) - (edge_width 0.05) - (segment_width 0.2) - (pcb_text_width 0.3) - (pcb_text_size 1.5 1.5) - (mod_edge_width 0.12) - (mod_text_size 1 1) - (mod_text_width 0.15) - (pad_size 1.524 1.524) - (pad_drill 0.762) - (pad_to_mask_clearance 0.05) - (aux_axis_origin 0 0) - (visible_elements 7FFFFFFF) - (pcbplotparams - (layerselection 0x010fc_ffffffff) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (excludeedgelayer true) - (linewidth 0.100000) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (padsonsilk false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "")) - ) - - (net 0 "") - (net 1 GND) - - (net_class Default "This is the default net class." - (clearance 0.2) - (trace_width 0.25) - (via_dia 0.8) - (via_drill 0.4) - (uvia_dia 0.3) - (uvia_drill 0.1) - (add_net GND) - ) - - (net_class "high voltage" "" - (clearance 0.6) - (trace_width 1) - (via_dia 0.8) - (via_drill 0.4) - (uvia_dia 0.3) - (uvia_drill 0.1) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D42) - (at 144 155) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /600757CC) - (attr virtual) - (fp_text reference H4 (at 5.098 -0.06) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 1 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D3A) - (at 76 155) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /6004886A) - (attr virtual) - (fp_text reference H3 (at 0 -4.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 1 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D32) - (at 144 79) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /6001BF81) - (attr virtual) - (fp_text reference H2 (at 0.018 4.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 1 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D2A) - (at 76 79) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /5FF355F1) - (attr virtual) - (fp_text reference H1 (at 0 4.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 1 GND)) - ) - - (gr_line (start 80.772 136.525) (end 80.772 90.805) (layer Dwgs.User) (width 0.12)) - (gr_line (start 66.167 154.686) (end 66.167 82.296) (layer Dwgs.User) (width 0.12)) - (gr_line (start 66.146 120.112064) (end 66.167 154.686) (layer Dwgs.User) (width 0.12)) - (gr_line (start 69.342 141.732) (end 69.342 83.82) (layer Dwgs.User) (width 0.12)) - (gr_line (start 76.454 146.304) (end 76.454 85.598) (layer Dwgs.User) (width 0.12)) - (gr_line (start 140.716 92.964) (end 93.726 92.71) (layer Dwgs.User) (width 0.12)) - (gr_poly (pts (xy 121.92 117.094) (xy 120.904 117.094) (xy 120.904 115.57) (xy 121.92 115.57)) (layer Dwgs.User) (width 0.1)) - (gr_line (start 62.484 89.662) (end 62.738 90.17) (layer Dwgs.User) (width 0.15)) - (gr_line (start 95 103) (end 135.5 103) (layer Dwgs.User) (width 0.15)) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B7) - (gr_text "7.600 mm" (at 115.2 108.7) (layer Dwgs.User) (tstamp 5FAC42B7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 111.4 106.2) (xy 111.4 107.986421))) - (feature2 (pts (xy 119 106.2) (xy 119 107.986421))) - (crossbar (pts (xy 119 107.4) (xy 111.4 107.4))) - (arrow1a (pts (xy 111.4 107.4) (xy 112.526504 106.813579))) - (arrow1b (pts (xy 111.4 107.4) (xy 112.526504 107.986421))) - (arrow2a (pts (xy 119 107.4) (xy 117.873496 106.813579))) - (arrow2b (pts (xy 119 107.4) (xy 117.873496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B3) - (gr_text "7.600 mm" (at 100 108.6) (layer Dwgs.User) (tstamp 5FAC42B3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 96.2 106.1) (xy 96.2 107.886421))) - (feature2 (pts (xy 103.8 106.1) (xy 103.8 107.886421))) - (crossbar (pts (xy 103.8 107.3) (xy 96.2 107.3))) - (arrow1a (pts (xy 96.2 107.3) (xy 97.326504 106.713579))) - (arrow1b (pts (xy 96.2 107.3) (xy 97.326504 107.886421))) - (arrow2a (pts (xy 103.8 107.3) (xy 102.673496 106.713579))) - (arrow2b (pts (xy 103.8 107.3) (xy 102.673496 107.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B1) - (gr_text "7.600 mm" (at 122.8 108.7) (layer Dwgs.User) (tstamp 5FAC42B1) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 119 106.2) (xy 119 107.986421))) - (feature2 (pts (xy 126.6 106.2) (xy 126.6 107.986421))) - (crossbar (pts (xy 126.6 107.4) (xy 119 107.4))) - (arrow1a (pts (xy 119 107.4) (xy 120.126504 106.813579))) - (arrow1b (pts (xy 119 107.4) (xy 120.126504 107.986421))) - (arrow2a (pts (xy 126.6 107.4) (xy 125.473496 106.813579))) - (arrow2b (pts (xy 126.6 107.4) (xy 125.473496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42AF) - (gr_text "7.600 mm" (at 130.4 108.7) (layer Dwgs.User) (tstamp 5FAC42AF) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 126.6 106.2) (xy 126.6 107.986421))) - (feature2 (pts (xy 134.2 106.2) (xy 134.2 107.986421))) - (crossbar (pts (xy 134.2 107.4) (xy 126.6 107.4))) - (arrow1a (pts (xy 126.6 107.4) (xy 127.726504 106.813579))) - (arrow1b (pts (xy 126.6 107.4) (xy 127.726504 107.986421))) - (arrow2a (pts (xy 134.2 107.4) (xy 133.073496 106.813579))) - (arrow2b (pts (xy 134.2 107.4) (xy 133.073496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42AD) - (gr_text "7.600 mm" (at 107.6 108.7) (layer Dwgs.User) (tstamp 5FAC42AD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 103.8 106.2) (xy 103.8 107.986421))) - (feature2 (pts (xy 111.4 106.2) (xy 111.4 107.986421))) - (crossbar (pts (xy 111.4 107.4) (xy 103.8 107.4))) - (arrow1a (pts (xy 103.8 107.4) (xy 104.926504 106.813579))) - (arrow1b (pts (xy 103.8 107.4) (xy 104.926504 107.986421))) - (arrow2a (pts (xy 111.4 107.4) (xy 110.273496 106.813579))) - (arrow2b (pts (xy 111.4 107.4) (xy 110.273496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB4) - (gr_text "7.600 mm" (at 85.8 110 90) (layer Dwgs.User) (tstamp 5FAC3CB4) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 106.2) (xy 86.513579 106.2))) - (feature2 (pts (xy 88.3 113.8) (xy 86.513579 113.8))) - (crossbar (pts (xy 87.1 113.8) (xy 87.1 106.2))) - (arrow1a (pts (xy 87.1 106.2) (xy 87.686421 107.326504))) - (arrow1b (pts (xy 87.1 106.2) (xy 86.513579 107.326504))) - (arrow2a (pts (xy 87.1 113.8) (xy 87.686421 112.673496))) - (arrow2b (pts (xy 87.1 113.8) (xy 86.513579 112.673496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB2) - (gr_text "7.600 mm" (at 85.8 132.8 90) (layer Dwgs.User) (tstamp 5FAC3CB2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 129) (xy 86.513579 129))) - (feature2 (pts (xy 88.3 136.6) (xy 86.513579 136.6))) - (crossbar (pts (xy 87.1 136.6) (xy 87.1 129))) - (arrow1a (pts (xy 87.1 129) (xy 87.686421 130.126504))) - (arrow1b (pts (xy 87.1 129) (xy 86.513579 130.126504))) - (arrow2a (pts (xy 87.1 136.6) (xy 87.686421 135.473496))) - (arrow2b (pts (xy 87.1 136.6) (xy 86.513579 135.473496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB0) - (gr_text "7.600 mm" (at 85.9 94.8 90) (layer Dwgs.User) (tstamp 5FAC3CB0) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.4 91) (xy 86.613579 91))) - (feature2 (pts (xy 88.4 98.6) (xy 86.613579 98.6))) - (crossbar (pts (xy 87.2 98.6) (xy 87.2 91))) - (arrow1a (pts (xy 87.2 91) (xy 87.786421 92.126504))) - (arrow1b (pts (xy 87.2 91) (xy 86.613579 92.126504))) - (arrow2a (pts (xy 87.2 98.6) (xy 87.786421 97.473496))) - (arrow2b (pts (xy 87.2 98.6) (xy 86.613579 97.473496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAE) - (gr_text "7.600 mm" (at 85.8 117.6 90) (layer Dwgs.User) (tstamp 5FAC3CAE) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 113.8) (xy 86.513579 113.8))) - (feature2 (pts (xy 88.3 121.4) (xy 86.513579 121.4))) - (crossbar (pts (xy 87.1 121.4) (xy 87.1 113.8))) - (arrow1a (pts (xy 87.1 113.8) (xy 87.686421 114.926504))) - (arrow1b (pts (xy 87.1 113.8) (xy 86.513579 114.926504))) - (arrow2a (pts (xy 87.1 121.4) (xy 87.686421 120.273496))) - (arrow2b (pts (xy 87.1 121.4) (xy 86.513579 120.273496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAC) - (gr_text "7.600 mm" (at 85.8 125.2 90) (layer Dwgs.User) (tstamp 5FAC3CAC) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 121.4) (xy 86.513579 121.4))) - (feature2 (pts (xy 88.3 129) (xy 86.513579 129))) - (crossbar (pts (xy 87.1 129) (xy 87.1 121.4))) - (arrow1a (pts (xy 87.1 121.4) (xy 87.686421 122.526504))) - (arrow1b (pts (xy 87.1 121.4) (xy 86.513579 122.526504))) - (arrow2a (pts (xy 87.1 129) (xy 87.686421 127.873496))) - (arrow2b (pts (xy 87.1 129) (xy 86.513579 127.873496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAA) - (gr_text "7.600 mm" (at 85.8 102.4 90) (layer Dwgs.User) (tstamp 5FAC3CAA) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 98.6) (xy 86.513579 98.6))) - (feature2 (pts (xy 88.3 106.2) (xy 86.513579 106.2))) - (crossbar (pts (xy 87.1 106.2) (xy 87.1 98.6))) - (arrow1a (pts (xy 87.1 98.6) (xy 87.686421 99.726504))) - (arrow1b (pts (xy 87.1 98.6) (xy 86.513579 99.726504))) - (arrow2a (pts (xy 87.1 106.2) (xy 87.686421 105.073496))) - (arrow2b (pts (xy 87.1 106.2) (xy 86.513579 105.073496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CA8) - (gr_text "7.600 mm" (at 85.9 140.4 90) (layer Dwgs.User) (tstamp 5FAC3CA8) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.4 136.6) (xy 86.613579 136.6))) - (feature2 (pts (xy 88.4 144.2) (xy 86.613579 144.2))) - (crossbar (pts (xy 87.2 144.2) (xy 87.2 136.6))) - (arrow1a (pts (xy 87.2 136.6) (xy 87.786421 137.726504))) - (arrow1b (pts (xy 87.2 136.6) (xy 86.613579 137.726504))) - (arrow2a (pts (xy 87.2 144.2) (xy 87.786421 143.073496))) - (arrow2b (pts (xy 87.2 144.2) (xy 86.613579 143.073496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BCD) - (gr_text "7.600 mm" (at -10.3 97.5) (layer Dwgs.User) (tstamp 5FAC3BCD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy -14.1 95) (xy -14.1 96.786421))) - (feature2 (pts (xy -6.5 95) (xy -6.5 96.786421))) - (crossbar (pts (xy -6.5 96.2) (xy -14.1 96.2))) - (arrow1a (pts (xy -14.1 96.2) (xy -12.973496 95.613579))) - (arrow1b (pts (xy -14.1 96.2) (xy -12.973496 96.786421))) - (arrow2a (pts (xy -6.5 96.2) (xy -7.626504 95.613579))) - (arrow2b (pts (xy -6.5 96.2) (xy -7.626504 96.786421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC9) - (gr_text "7.600 mm" (at -2.7 97.6) (layer Dwgs.User) (tstamp 5FAC3BC9) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy -6.5 95.1) (xy -6.5 96.886421))) - (feature2 (pts (xy 1.1 95.1) (xy 1.1 96.886421))) - (crossbar (pts (xy 1.1 96.3) (xy -6.5 96.3))) - (arrow1a (pts (xy -6.5 96.3) (xy -5.373496 95.713579))) - (arrow1b (pts (xy -6.5 96.3) (xy -5.373496 96.886421))) - (arrow2a (pts (xy 1.1 96.3) (xy -0.026504 95.713579))) - (arrow2b (pts (xy 1.1 96.3) (xy -0.026504 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC5) - (gr_text "7.600 mm" (at 4.9 97.6) (layer Dwgs.User) (tstamp 5FAC3BC5) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 1.1 95.1) (xy 1.1 96.886421))) - (feature2 (pts (xy 8.7 95.1) (xy 8.7 96.886421))) - (crossbar (pts (xy 8.7 96.3) (xy 1.1 96.3))) - (arrow1a (pts (xy 1.1 96.3) (xy 2.226504 95.713579))) - (arrow1b (pts (xy 1.1 96.3) (xy 2.226504 96.886421))) - (arrow2a (pts (xy 8.7 96.3) (xy 7.573496 95.713579))) - (arrow2b (pts (xy 8.7 96.3) (xy 7.573496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC1) - (gr_text "7.600 mm" (at 12.5 97.6) (layer Dwgs.User) (tstamp 5FAC3BC1) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 8.7 95.1) (xy 8.7 96.886421))) - (feature2 (pts (xy 16.3 95.1) (xy 16.3 96.886421))) - (crossbar (pts (xy 16.3 96.3) (xy 8.7 96.3))) - (arrow1a (pts (xy 8.7 96.3) (xy 9.826504 95.713579))) - (arrow1b (pts (xy 8.7 96.3) (xy 9.826504 96.886421))) - (arrow2a (pts (xy 16.3 96.3) (xy 15.173496 95.713579))) - (arrow2b (pts (xy 16.3 96.3) (xy 15.173496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BBD) - (gr_text "7.600 mm" (at 20.1 97.6) (layer Dwgs.User) (tstamp 5FAC3BBD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 16.3 95.1) (xy 16.3 96.886421))) - (feature2 (pts (xy 23.9 95.1) (xy 23.9 96.886421))) - (crossbar (pts (xy 23.9 96.3) (xy 16.3 96.3))) - (arrow1a (pts (xy 16.3 96.3) (xy 17.426504 95.713579))) - (arrow1b (pts (xy 16.3 96.3) (xy 17.426504 96.886421))) - (arrow2a (pts (xy 23.9 96.3) (xy 22.773496 95.713579))) - (arrow2b (pts (xy 23.9 96.3) (xy 22.773496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BB7) - (gr_text "7.600 mm" (at 27.7 97.6) (layer Dwgs.User) (tstamp 5FAC3BB7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 23.9 95.1) (xy 23.9 96.886421))) - (feature2 (pts (xy 31.5 95.1) (xy 31.5 96.886421))) - (crossbar (pts (xy 31.5 96.3) (xy 23.9 96.3))) - (arrow1a (pts (xy 23.9 96.3) (xy 25.026504 95.713579))) - (arrow1b (pts (xy 23.9 96.3) (xy 25.026504 96.886421))) - (arrow2a (pts (xy 31.5 96.3) (xy 30.373496 95.713579))) - (arrow2b (pts (xy 31.5 96.3) (xy 30.373496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) - (gr_text "7.600 mm" (at 35.3 97.5) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 31.5 95) (xy 31.5 96.786421))) - (feature2 (pts (xy 39.1 95) (xy 39.1 96.786421))) - (crossbar (pts (xy 39.1 96.2) (xy 31.5 96.2))) - (arrow1a (pts (xy 31.5 96.2) (xy 32.626504 95.613579))) - (arrow1b (pts (xy 31.5 96.2) (xy 32.626504 96.786421))) - (arrow2a (pts (xy 39.1 96.2) (xy 37.973496 95.613579))) - (arrow2b (pts (xy 39.1 96.2) (xy 37.973496 96.786421))) - ) - (gr_line (start 83.312 100.584) (end 83.312 92.456) (layer Dwgs.User) (width 0.15)) - (dimension 3.81 (width 0.15) (layer Dwgs.User) - (gr_text "3.810 mm" (at 62.865 39.975) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 60.96 121.285) (xy 60.96 40.688579))) - (feature2 (pts (xy 64.77 121.285) (xy 64.77 40.688579))) - (crossbar (pts (xy 64.77 41.275) (xy 60.96 41.275))) - (arrow1a (pts (xy 60.96 41.275) (xy 62.086504 40.688579))) - (arrow1b (pts (xy 60.96 41.275) (xy 62.086504 41.861421))) - (arrow2a (pts (xy 64.77 41.275) (xy 63.643496 40.688579))) - (arrow2b (pts (xy 64.77 41.275) (xy 63.643496 41.861421))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975E3) - (gr_text "5.000 mm" (at 87.3 157.5 90) (layer Dwgs.User) (tstamp 5FA975E3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 76 155) (xy 86.586421 155))) - (feature2 (pts (xy 76 160) (xy 86.586421 160))) - (crossbar (pts (xy 86 160) (xy 86 155))) - (arrow1a (pts (xy 86 155) (xy 86.586421 156.126504))) - (arrow1b (pts (xy 86 155) (xy 85.413579 156.126504))) - (arrow2a (pts (xy 86 160) (xy 86.586421 158.873496))) - (arrow2b (pts (xy 86 160) (xy 85.413579 158.873496))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975DB) - (gr_text "5.000 mm" (at 132.7 157.5 90) (layer Dwgs.User) (tstamp 5FA975DB) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 160) (xy 133.413579 160))) - (feature2 (pts (xy 144 155) (xy 133.413579 155))) - (crossbar (pts (xy 134 155) (xy 134 160))) - (arrow1a (pts (xy 134 160) (xy 133.413579 158.873496))) - (arrow1b (pts (xy 134 160) (xy 134.586421 158.873496))) - (arrow2a (pts (xy 134 155) (xy 133.413579 156.126504))) - (arrow2b (pts (xy 134 155) (xy 134.586421 156.126504))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FACC5B2) - (gr_text "7.000 mm" (at 72.5 145.7) (layer Dwgs.User) (tstamp 5FACC5B2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 160) (xy 69 146.413579))) - (feature2 (pts (xy 76 160) (xy 76 146.413579))) - (crossbar (pts (xy 76 147) (xy 69 147))) - (arrow1a (pts (xy 69 147) (xy 70.126504 146.413579))) - (arrow1b (pts (xy 69 147) (xy 70.126504 147.586421))) - (arrow2a (pts (xy 76 147) (xy 74.873496 146.413579))) - (arrow2b (pts (xy 76 147) (xy 74.873496 147.586421))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) - (gr_text "7.000 mm" (at 147.5 145.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 160) (xy 144 146.413579))) - (feature2 (pts (xy 151 160) (xy 151 146.413579))) - (crossbar (pts (xy 151 147) (xy 144 147))) - (arrow1a (pts (xy 144 147) (xy 145.126504 146.413579))) - (arrow1b (pts (xy 144 147) (xy 145.126504 147.586421))) - (arrow2a (pts (xy 151 147) (xy 149.873496 146.413579))) - (arrow2b (pts (xy 151 147) (xy 149.873496 147.586421))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975CB) - (gr_text "5.000 mm" (at 155.3 76.5 90) (layer Dwgs.User) (tstamp 5FA975CB) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 74) (xy 154.586421 74))) - (feature2 (pts (xy 144 79) (xy 154.586421 79))) - (crossbar (pts (xy 154 79) (xy 154 74))) - (arrow1a (pts (xy 154 74) (xy 154.586421 75.126504))) - (arrow1b (pts (xy 154 74) (xy 153.413579 75.126504))) - (arrow2a (pts (xy 154 79) (xy 154.586421 77.873496))) - (arrow2b (pts (xy 154 79) (xy 153.413579 77.873496))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) - (gr_text "5.000 mm" (at 87.3 76.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 76 74) (xy 86.586421 74))) - (feature2 (pts (xy 76 79) (xy 86.586421 79))) - (crossbar (pts (xy 86 79) (xy 86 74))) - (arrow1a (pts (xy 86 74) (xy 86.586421 75.126504))) - (arrow1b (pts (xy 86 74) (xy 85.413579 75.126504))) - (arrow2a (pts (xy 86 79) (xy 86.586421 77.873496))) - (arrow2b (pts (xy 86 79) (xy 85.413579 77.873496))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FA975C7) - (gr_text "7.000 mm" (at 147.5 60.7) (layer Dwgs.User) (tstamp 5FA975C7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 79) (xy 144 61.413579))) - (feature2 (pts (xy 151 79) (xy 151 61.413579))) - (crossbar (pts (xy 151 62) (xy 144 62))) - (arrow1a (pts (xy 144 62) (xy 145.126504 61.413579))) - (arrow1b (pts (xy 144 62) (xy 145.126504 62.586421))) - (arrow2a (pts (xy 151 62) (xy 149.873496 61.413579))) - (arrow2b (pts (xy 151 62) (xy 149.873496 62.586421))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) - (gr_text "7.000 mm" (at 72.5 60.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 79) (xy 69 61.413579))) - (feature2 (pts (xy 76 79) (xy 76 61.413579))) - (crossbar (pts (xy 76 62) (xy 69 62))) - (arrow1a (pts (xy 69 62) (xy 70.126504 61.413579))) - (arrow1b (pts (xy 69 62) (xy 70.126504 62.586421))) - (arrow2a (pts (xy 76 62) (xy 74.873496 61.413579))) - (arrow2b (pts (xy 76 62) (xy 74.873496 62.586421))) - ) - (gr_line (start 139 160) (end 150 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C29)) - (gr_line (start 91 160) (end 129 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C28)) - (gr_line (start 70 160) (end 81 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C27)) - (gr_line (start 81 74) (end 70 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C26)) - (gr_line (start 129 74) (end 91 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C25)) - (gr_line (start 150 74) (end 139 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C24)) - (gr_line (start 90 78) (end 90 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8D)) - (gr_arc (start 91 75) (end 91 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8C)) - (gr_line (start 82 78) (end 82 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8B)) - (gr_line (start 89 79) (end 83 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8A)) - (gr_arc (start 83 78) (end 82 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B89)) - (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B87) - (gr_text "11.000 mm" (at 75.5 65.7) (layer Dwgs.User) (tstamp 5FA90B87) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 70 74) (xy 70 66.413579))) - (feature2 (pts (xy 81 74) (xy 81 66.413579))) - (crossbar (pts (xy 81 67) (xy 70 67))) - (arrow1a (pts (xy 70 67) (xy 71.126504 66.413579))) - (arrow1b (pts (xy 70 67) (xy 71.126504 67.586421))) - (arrow2a (pts (xy 81 67) (xy 79.873496 66.413579))) - (arrow2b (pts (xy 81 67) (xy 79.873496 67.586421))) - ) - (gr_arc (start 81 75) (end 82 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B86)) - (gr_arc (start 89 78) (end 89 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B85)) - (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B6F) - (gr_text "11.000 mm" (at 144.5 65.7) (layer Dwgs.User) (tstamp 5FA90B6F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 139 74) (xy 139 66.413579))) - (feature2 (pts (xy 150 74) (xy 150 66.413579))) - (crossbar (pts (xy 150 67) (xy 139 67))) - (arrow1a (pts (xy 139 67) (xy 140.126504 66.413579))) - (arrow1b (pts (xy 139 67) (xy 140.126504 67.586421))) - (arrow2a (pts (xy 150 67) (xy 148.873496 66.413579))) - (arrow2b (pts (xy 150 67) (xy 148.873496 67.586421))) - ) - (gr_line (start 130 156) (end 130 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B67)) - (gr_arc (start 129 159) (end 129 160) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B66)) - (gr_line (start 138 156) (end 138 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B65)) - (gr_line (start 131 155) (end 137 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B64)) - (gr_arc (start 137 156) (end 138 156) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B63)) - (gr_arc (start 139 159) (end 138 159) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B62)) - (gr_arc (start 131 156) (end 131 155) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B61)) - (dimension 11 (width 0.15) (layer Dwgs.User) - (gr_text "11.000 mm" (at 144.5 151.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 139 160) (xy 139 152.413579))) - (feature2 (pts (xy 150 160) (xy 150 152.413579))) - (crossbar (pts (xy 150 153) (xy 139 153))) - (arrow1a (pts (xy 139 153) (xy 140.126504 152.413579))) - (arrow1b (pts (xy 139 153) (xy 140.126504 153.586421))) - (arrow2a (pts (xy 150 153) (xy 148.873496 152.413579))) - (arrow2b (pts (xy 150 153) (xy 148.873496 153.586421))) - ) - (gr_arc (start 131 78) (end 130 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B57)) - (gr_line (start 138 78) (end 138 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B56)) - (gr_arc (start 137 78) (end 137 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B55)) - (gr_line (start 130 78) (end 130 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B54)) - (gr_line (start 137 79) (end 131 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B53)) - (gr_arc (start 129 75) (end 130 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B50)) - (gr_arc (start 139 75) (end 139 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4F)) - (gr_line (start 90 156) (end 90 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4C)) - (gr_line (start 83 155) (end 89 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4B)) - (gr_line (start 82 156) (end 82 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4A)) - (gr_arc (start 83 156) (end 83 155) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_arc (start 89 156) (end 90 156) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_arc (start 91 159) (end 90 159) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 11 (width 0.15) (layer Dwgs.User) - (gr_text "11.000 mm" (at 75.5 165.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 81 160) (xy 81 164.586421))) - (feature2 (pts (xy 70 160) (xy 70 164.586421))) - (crossbar (pts (xy 70 164) (xy 81 164))) - (arrow1a (pts (xy 81 164) (xy 79.873496 164.586421))) - (arrow1b (pts (xy 81 164) (xy 79.873496 163.413579))) - (arrow2a (pts (xy 70 164) (xy 71.126504 164.586421))) - (arrow2b (pts (xy 70 164) (xy 71.126504 163.413579))) - ) - (gr_arc (start 81 159) (end 81 160) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 73.3 74.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 70 74) (xy 72.586421 74))) - (feature2 (pts (xy 70 75) (xy 72.586421 75))) - (crossbar (pts (xy 72 75) (xy 72 74))) - (arrow1a (pts (xy 72 74) (xy 72.586421 75.126504))) - (arrow1b (pts (xy 72 74) (xy 71.413579 75.126504))) - (arrow2a (pts (xy 72 75) (xy 72.586421 73.873496))) - (arrow2b (pts (xy 72 75) (xy 71.413579 73.873496))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 61.5 86.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 62 83) (xy 62 85.586421))) - (feature2 (pts (xy 61 83) (xy 61 85.586421))) - (crossbar (pts (xy 61 85) (xy 62 85))) - (arrow1a (pts (xy 62 85) (xy 60.873496 85.586421))) - (arrow1b (pts (xy 62 85) (xy 60.873496 84.413579))) - (arrow2a (pts (xy 61 85) (xy 62.126504 85.586421))) - (arrow2b (pts (xy 61 85) (xy 62.126504 84.413579))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 64.3 151.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 152) (xy 63.586421 152))) - (feature2 (pts (xy 61 151) (xy 63.586421 151))) - (crossbar (pts (xy 63 151) (xy 63 152))) - (arrow1a (pts (xy 63 152) (xy 62.413579 150.873496))) - (arrow1b (pts (xy 63 152) (xy 63.586421 150.873496))) - (arrow2a (pts (xy 63 151) (xy 62.413579 152.126504))) - (arrow2b (pts (xy 63 151) (xy 63.586421 152.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 72.3 159.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 160) (xy 71.586421 160))) - (feature2 (pts (xy 69 159) (xy 71.586421 159))) - (crossbar (pts (xy 71 159) (xy 71 160))) - (arrow1a (pts (xy 71 160) (xy 70.413579 158.873496))) - (arrow1b (pts (xy 71 160) (xy 71.586421 158.873496))) - (arrow2a (pts (xy 71 159) (xy 70.413579 160.126504))) - (arrow2b (pts (xy 71 159) (xy 71.586421 160.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 147.7 159.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 151 160) (xy 148.413579 160))) - (feature2 (pts (xy 151 159) (xy 148.413579 159))) - (crossbar (pts (xy 149 159) (xy 149 160))) - (arrow1a (pts (xy 149 160) (xy 148.413579 158.873496))) - (arrow1b (pts (xy 149 160) (xy 149.586421 158.873496))) - (arrow2a (pts (xy 149 159) (xy 148.413579 160.126504))) - (arrow2b (pts (xy 149 159) (xy 149.586421 160.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 158.5 148.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 152) (xy 159 149.413579))) - (feature2 (pts (xy 158 152) (xy 158 149.413579))) - (crossbar (pts (xy 158 150) (xy 159 150))) - (arrow1a (pts (xy 159 150) (xy 157.873496 150.586421))) - (arrow1b (pts (xy 159 150) (xy 157.873496 149.413579))) - (arrow2a (pts (xy 158 150) (xy 159.126504 150.586421))) - (arrow2b (pts (xy 158 150) (xy 159.126504 149.413579))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 151.7 82.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 158 83) (xy 152.413579 83))) - (feature2 (pts (xy 158 82) (xy 152.413579 82))) - (crossbar (pts (xy 153 82) (xy 153 83))) - (arrow1a (pts (xy 153 83) (xy 152.413579 81.873496))) - (arrow1b (pts (xy 153 83) (xy 153.586421 81.873496))) - (arrow2a (pts (xy 153 82) (xy 152.413579 83.126504))) - (arrow2b (pts (xy 153 82) (xy 153.586421 83.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 147.7 74.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 150 74) (xy 148.413579 74))) - (feature2 (pts (xy 150 75) (xy 148.413579 75))) - (crossbar (pts (xy 149 75) (xy 149 74))) - (arrow1a (pts (xy 149 74) (xy 149.586421 75.126504))) - (arrow1b (pts (xy 149 74) (xy 148.413579 75.126504))) - (arrow2a (pts (xy 149 75) (xy 149.586421 73.873496))) - (arrow2b (pts (xy 149 75) (xy 148.413579 73.873496))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 157.7 78 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 82) (xy 158.413579 82))) - (feature2 (pts (xy 159 74) (xy 158.413579 74))) - (crossbar (pts (xy 159 74) (xy 159 82))) - (arrow1a (pts (xy 159 82) (xy 158.413579 80.873496))) - (arrow1b (pts (xy 159 82) (xy 159.586421 80.873496))) - (arrow2a (pts (xy 159 74) (xy 158.413579 75.126504))) - (arrow2b (pts (xy 159 74) (xy 159.586421 75.126504))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 163.3 80 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 155 82) (xy 162.586421 82))) - (feature2 (pts (xy 155 78) (xy 162.586421 78))) - (crossbar (pts (xy 162 78) (xy 162 82))) - (arrow1a (pts (xy 162 82) (xy 161.413579 80.873496))) - (arrow1b (pts (xy 162 82) (xy 162.586421 80.873496))) - (arrow2a (pts (xy 162 78) (xy 161.413579 79.126504))) - (arrow2b (pts (xy 162 78) (xy 162.586421 79.126504))) - ) - (dimension 68 (width 0.15) (layer Dwgs.User) - (gr_text "68.000 mm" (at 55.7 117 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 151) (xy 56.413579 151))) - (feature2 (pts (xy 61 83) (xy 56.413579 83))) - (crossbar (pts (xy 57 83) (xy 57 151))) - (arrow1a (pts (xy 57 151) (xy 56.413579 149.873496))) - (arrow1b (pts (xy 57 151) (xy 57.586421 149.873496))) - (arrow2a (pts (xy 57 83) (xy 56.413579 84.126504))) - (arrow2b (pts (xy 57 83) (xy 57.586421 84.126504))) - ) - (gr_line (start 159 151) (end 159 83) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8EE6F)) - (gr_line (start 61 151) (end 61 83) (layer Edge.Cuts) (width 0.05)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8CED5) - (gr_text "4.000 mm" (at 157 68.7) (layer Dwgs.User) (tstamp 5FA8CED5) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 78) (xy 159 69.413579))) - (feature2 (pts (xy 155 78) (xy 155 69.413579))) - (crossbar (pts (xy 155 70) (xy 159 70))) - (arrow1a (pts (xy 159 70) (xy 157.873496 69.413579))) - (arrow1b (pts (xy 159 70) (xy 157.873496 70.586421))) - (arrow2a (pts (xy 155 70) (xy 156.126504 69.413579))) - (arrow2b (pts (xy 155 70) (xy 156.126504 70.586421))) - ) - (gr_line (start 155 82) (end 158 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25F)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C25D) - (gr_text "8.000 mm" (at 155 72.7) (layer Dwgs.User) (tstamp 5FA8C25D) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 74) (xy 159 73.413579))) - (feature2 (pts (xy 151 74) (xy 151 73.413579))) - (crossbar (pts (xy 151 74) (xy 159 74))) - (arrow1a (pts (xy 159 74) (xy 157.873496 73.413579))) - (arrow1b (pts (xy 159 74) (xy 157.873496 74.586421))) - (arrow2a (pts (xy 151 74) (xy 152.126504 73.413579))) - (arrow2b (pts (xy 151 74) (xy 152.126504 74.586421))) - ) - (gr_arc (start 158 83) (end 158 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25C)) - (gr_line (start 151 78) (end 151 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25B)) - (gr_arc (start 150 75) (end 150 74) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C258)) - (gr_arc (start 155 78) (end 155 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C257)) - (gr_line (start 65 82) (end 62 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C249)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C247) - (gr_text "4.000 mm" (at 55.7 76 90) (layer Dwgs.User) (tstamp 5FA8C247) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 65 74) (xy 56.413579 74))) - (feature2 (pts (xy 65 78) (xy 56.413579 78))) - (crossbar (pts (xy 57 78) (xy 57 74))) - (arrow1a (pts (xy 57 74) (xy 56.413579 75.126504))) - (arrow1b (pts (xy 57 74) (xy 57.586421 75.126504))) - (arrow2a (pts (xy 57 78) (xy 56.413579 76.873496))) - (arrow2b (pts (xy 57 78) (xy 57.586421 76.873496))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C245) - (gr_text "4.000 mm" (at 63 67.7) (layer Dwgs.User) (tstamp 5FA8C245) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 78) (xy 61 68.413579))) - (feature2 (pts (xy 65 78) (xy 65 68.413579))) - (crossbar (pts (xy 65 69) (xy 61 69))) - (arrow1a (pts (xy 61 69) (xy 62.126504 69.586421))) - (arrow1b (pts (xy 61 69) (xy 62.126504 68.413579))) - (arrow2a (pts (xy 65 69) (xy 63.873496 69.586421))) - (arrow2b (pts (xy 65 69) (xy 63.873496 68.413579))) - ) - (gr_arc (start 62 83) (end 61 83) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C244)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C242) - (gr_text "8.000 mm" (at 65 72.7) (layer Dwgs.User) (tstamp 5FA8C242) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 74) (xy 69 73.413579))) - (feature2 (pts (xy 61 74) (xy 61 73.413579))) - (crossbar (pts (xy 61 74) (xy 69 74))) - (arrow1a (pts (xy 69 74) (xy 67.873496 73.413579))) - (arrow1b (pts (xy 69 74) (xy 67.873496 74.586421))) - (arrow2a (pts (xy 61 74) (xy 62.126504 73.413579))) - (arrow2b (pts (xy 61 74) (xy 62.126504 74.586421))) - ) - (gr_line (start 69 78) (end 69 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C241)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C23F) - (gr_text "8.000 mm" (at 59.7 78 90) (layer Dwgs.User) (tstamp 5FA8C23F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 74) (xy 60.413579 74))) - (feature2 (pts (xy 61 82) (xy 60.413579 82))) - (crossbar (pts (xy 61 82) (xy 61 74))) - (arrow1a (pts (xy 61 74) (xy 60.413579 75.126504))) - (arrow1b (pts (xy 61 74) (xy 61.586421 75.126504))) - (arrow2a (pts (xy 61 82) (xy 60.413579 80.873496))) - (arrow2b (pts (xy 61 82) (xy 61.586421 80.873496))) - ) - (gr_arc (start 70 75) (end 69 75) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23E)) - (gr_arc (start 65 78) (end 69 78) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23D)) - (gr_line (start 65 152) (end 62 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C173)) - (gr_arc (start 62 151) (end 62 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C172)) - (gr_arc (start 65 156) (end 65 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C171)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16F) - (gr_text "8.000 mm" (at 65 161.3) (layer Dwgs.User) (tstamp 5FA8C16F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 160) (xy 61 160.586421))) - (feature2 (pts (xy 69 160) (xy 69 160.586421))) - (crossbar (pts (xy 69 160) (xy 61 160))) - (arrow1a (pts (xy 61 160) (xy 62.126504 160.586421))) - (arrow1b (pts (xy 61 160) (xy 62.126504 159.413579))) - (arrow2a (pts (xy 69 160) (xy 67.873496 160.586421))) - (arrow2b (pts (xy 69 160) (xy 67.873496 159.413579))) - ) - (gr_arc (start 70 159) (end 70 160) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C16E)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16C) - (gr_text "4.000 mm" (at 63 165.3) (layer Dwgs.User) (tstamp 5FA8C16C) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 156) (xy 61 164.586421))) - (feature2 (pts (xy 65 156) (xy 65 164.586421))) - (crossbar (pts (xy 65 164) (xy 61 164))) - (arrow1a (pts (xy 61 164) (xy 62.126504 164.586421))) - (arrow1b (pts (xy 61 164) (xy 62.126504 163.413579))) - (arrow2a (pts (xy 65 164) (xy 63.873496 164.586421))) - (arrow2b (pts (xy 65 164) (xy 63.873496 163.413579))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16A) - (gr_text "4.000 mm" (at 54.7 158 90) (layer Dwgs.User) (tstamp 5FA8C16A) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 65 160) (xy 55.413579 160))) - (feature2 (pts (xy 65 156) (xy 55.413579 156))) - (crossbar (pts (xy 56 156) (xy 56 160))) - (arrow1a (pts (xy 56 160) (xy 56.586421 158.873496))) - (arrow1b (pts (xy 56 160) (xy 55.413579 158.873496))) - (arrow2a (pts (xy 56 156) (xy 56.586421 157.126504))) - (arrow2b (pts (xy 56 156) (xy 55.413579 157.126504))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C168) - (gr_text "8.000 mm" (at 59.7 156 90) (layer Dwgs.User) (tstamp 5FA8C168) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 152) (xy 60.413579 152))) - (feature2 (pts (xy 61 160) (xy 60.413579 160))) - (crossbar (pts (xy 61 160) (xy 61 152))) - (arrow1a (pts (xy 61 152) (xy 60.413579 153.126504))) - (arrow1b (pts (xy 61 152) (xy 61.586421 153.126504))) - (arrow2a (pts (xy 61 160) (xy 60.413579 158.873496))) - (arrow2b (pts (xy 61 160) (xy 61.586421 158.873496))) - ) - (gr_line (start 69 156) (end 69 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C167)) - (gr_line (start 155 152) (end 158 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC48)) - (gr_arc (start 158 151) (end 158 152) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_line (start 151 156) (end 151 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC47)) - (gr_arc (start 155 156) (end 155 152) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 157 165.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 156) (xy 159 164.586421))) - (feature2 (pts (xy 155 156) (xy 155 164.586421))) - (crossbar (pts (xy 155 164) (xy 159 164))) - (arrow1a (pts (xy 159 164) (xy 157.873496 164.586421))) - (arrow1b (pts (xy 159 164) (xy 157.873496 163.413579))) - (arrow2a (pts (xy 155 164) (xy 156.126504 164.586421))) - (arrow2b (pts (xy 155 164) (xy 156.126504 163.413579))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 165.3 158 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 155 160) (xy 164.586421 160))) - (feature2 (pts (xy 155 156) (xy 164.586421 156))) - (crossbar (pts (xy 164 156) (xy 164 160))) - (arrow1a (pts (xy 164 160) (xy 163.413579 158.873496))) - (arrow1b (pts (xy 164 160) (xy 164.586421 158.873496))) - (arrow2a (pts (xy 164 156) (xy 163.413579 157.126504))) - (arrow2b (pts (xy 164 156) (xy 164.586421 157.126504))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 160.3 156 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 152) (xy 159.586421 152))) - (feature2 (pts (xy 159 160) (xy 159.586421 160))) - (crossbar (pts (xy 159 160) (xy 159 152))) - (arrow1a (pts (xy 159 152) (xy 159.586421 153.126504))) - (arrow1b (pts (xy 159 152) (xy 158.413579 153.126504))) - (arrow2a (pts (xy 159 160) (xy 159.586421 158.873496))) - (arrow2b (pts (xy 159 160) (xy 158.413579 158.873496))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 155 161.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 160) (xy 159 160.586421))) - (feature2 (pts (xy 151 160) (xy 151 160.586421))) - (crossbar (pts (xy 151 160) (xy 159 160))) - (arrow1a (pts (xy 159 160) (xy 157.873496 160.586421))) - (arrow1b (pts (xy 159 160) (xy 157.873496 159.413579))) - (arrow2a (pts (xy 151 160) (xy 152.126504 160.586421))) - (arrow2b (pts (xy 151 160) (xy 152.126504 159.413579))) - ) - (gr_arc (start 150 159) (end 150 160) (angle -90) (layer Edge.Cuts) (width 0.05)) - - (via (at 92.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 97.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 102.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 107.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 112.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 117.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 123 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 127.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 63 85) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 82.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 87.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 92.5 79) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 156 127.5) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 156 147.5) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 137.5 153) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 132.5 153) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 127.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 122.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 102.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 97.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 92.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 63 150) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - (via (at 156 123) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 1)) - - (zone (net 1) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) - ) - ) - (filled_polygon - (pts - (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) - (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) - (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) - (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) - (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) - (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) - (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) - (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) - (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) - (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) - (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) - (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) - (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) - (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) - (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) - (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) - (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) - (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) - (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) - (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) - (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) - (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) - (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) - (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) - (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) - (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) - (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) - (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) - (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) - (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) - (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) - (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) - (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) - (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) - (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) - (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) - (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) - (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) - (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) - (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) - (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) - (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) - (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) - (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) - (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) - (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) - (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) - (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) - (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) - (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) - (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) - (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) - (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) - (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) - (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) - (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) - (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) - (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) - (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) - (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) - (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) - (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) - (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) - (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) - (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) - (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) - (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) - (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) - (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) - (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) - (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) - (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) - (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) - (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) - (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) - (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) - (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) - (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) - (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) - (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) - (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) - (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) - (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) - (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) - (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) - (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) - (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) - (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) - (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) - (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) - (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) - (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) - (xy 90.66 158.972165) (xy 90.66 155.967581) (xy 90.657217 155.939326) (xy 90.65726 155.933199) (xy 90.65636 155.924028) - (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) (xy 90.610059 155.603755) (xy 90.552347 155.417317) - (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) (xy 90.409607 155.126896) (xy 90.376139 155.077278) - (xy 90.3434 155.027247) (xy 90.337576 155.020106) (xy 90.213172 154.869728) (xy 90.170737 154.827589) (xy 90.128874 154.784839) - (xy 90.121773 154.778966) (xy 89.970531 154.655616) (xy 89.920738 154.622534) (xy 89.871349 154.588716) (xy 89.863243 154.584333) - (xy 89.690921 154.492708) (xy 89.635606 154.469909) (xy 89.580634 154.446348) (xy 89.571831 154.443623) (xy 89.384995 154.387214) - (xy 89.326307 154.375594) (xy 89.267804 154.363158) (xy 89.258639 154.362195) (xy 89.064405 154.34315) (xy 89.064402 154.34315) - (xy 89.032419 154.34) (xy 82.967581 154.34) (xy 82.939326 154.342783) (xy 82.933199 154.34274) (xy 82.924028 154.34364) - (xy 82.729931 154.364041) (xy 82.671348 154.376066) (xy 82.612577 154.387277) (xy 82.603755 154.389941) (xy 82.417317 154.447653) - (xy 82.362162 154.470838) (xy 82.306709 154.493242) (xy 82.298573 154.497568) (xy 82.126896 154.590393) (xy 82.077278 154.623861) - (xy 82.027247 154.6566) (xy 82.020106 154.662424) (xy 81.869728 154.786828) (xy 81.827589 154.829263) (xy 81.784839 154.871126) - (xy 81.778966 154.878227) (xy 81.655616 155.029469) (xy 81.622534 155.079262) (xy 81.588716 155.128651) (xy 81.584333 155.136757) - (xy 81.492708 155.309079) (xy 81.469909 155.364394) (xy 81.446348 155.419366) (xy 81.443623 155.428169) (xy 81.387214 155.615005) - (xy 81.375594 155.673693) (xy 81.363158 155.732196) (xy 81.362195 155.741361) (xy 81.34315 155.935595) (xy 81.34 155.967582) - (xy 81.340001 158.967711) (xy 81.33042 159.065424) (xy 81.31142 159.128357) (xy 81.280554 159.186406) (xy 81.239011 159.237343) - (xy 81.188356 159.279248) (xy 81.130529 159.310515) (xy 81.067728 159.329956) (xy 80.972165 159.34) (xy 70.032279 159.34) - (xy 69.934576 159.33042) (xy 69.871643 159.31142) (xy 69.813594 159.280554) (xy 69.762657 159.239011) (xy 69.720752 159.188356) - (xy 69.689485 159.130529) (xy 69.670044 159.067728) (xy 69.66 158.972165) (xy 69.66 157.914155) (xy 73.26545 157.914155) - (xy 73.661634 158.43455) (xy 74.376612 158.824748) (xy 75.153976 159.067964) (xy 75.963853 159.154851) (xy 76.775118 159.082069) - (xy 77.556597 158.852415) (xy 78.278256 158.474715) (xy 78.338366 158.43455) (xy 78.73455 157.914155) (xy 76 155.179605) - (xy 73.26545 157.914155) (xy 69.66 157.914155) (xy 69.66 155.967581) (xy 69.657012 155.937247) (xy 69.657187 155.912257) - (xy 69.656287 155.903086) (xy 69.574685 155.126699) (xy 69.562658 155.068106) (xy 69.551448 155.009342) (xy 69.548785 155.00052) - (xy 69.537435 154.963853) (xy 71.845149 154.963853) (xy 71.917931 155.775118) (xy 72.147585 156.556597) (xy 72.525285 157.278256) - (xy 72.56545 157.338366) (xy 73.085845 157.73455) (xy 75.820395 155) (xy 76.179605 155) (xy 78.914155 157.73455) - (xy 79.43455 157.338366) (xy 79.824748 156.623388) (xy 80.067964 155.846024) (xy 80.154851 155.036147) (xy 80.082069 154.224882) - (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) (xy 78.914155 152.26545) (xy 76.179605 155) - (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) (xy 72.175252 153.376612) (xy 71.932036 154.153976) - (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) (xy 69.294749 154.199608) (xy 69.272347 154.144162) - (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) (xy 68.830514 153.34967) (xy 68.824689 153.342529) - (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) (xy 68.235676 152.650253) (xy 67.630705 152.156852) - (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) (xy 73.26545 152.085845) (xy 76 154.820395) - (xy 78.73455 152.085845) (xy 141.26545 152.085845) (xy 144 154.820395) (xy 146.73455 152.085845) (xy 146.338366 151.56545) - (xy 145.623388 151.175252) (xy 144.846024 150.932036) (xy 144.036147 150.845149) (xy 143.224882 150.917931) (xy 142.443403 151.147585) - (xy 141.721744 151.525285) (xy 141.661634 151.56545) (xy 141.26545 152.085845) (xy 78.73455 152.085845) (xy 78.338366 151.56545) - (xy 77.623388 151.175252) (xy 76.846024 150.932036) (xy 76.036147 150.845149) (xy 75.224882 150.917931) (xy 74.443403 151.147585) - (xy 73.721744 151.525285) (xy 73.661634 151.56545) (xy 73.26545 152.085845) (xy 67.523927 152.085845) (xy 67.523418 152.08557) - (xy 66.834133 151.719071) (xy 66.778839 151.69628) (xy 66.723846 151.67271) (xy 66.715043 151.669985) (xy 65.967698 151.444348) - (xy 65.908995 151.432725) (xy 65.850506 151.420292) (xy 65.841342 151.419329) (xy 65.064404 151.34315) (xy 65.064402 151.34315) - (xy 65.032419 151.34) (xy 62.032279 151.34) (xy 61.934576 151.33042) (xy 61.871643 151.31142) (xy 61.813594 151.280554) - (xy 61.762657 151.239011) (xy 61.720752 151.188356) (xy 61.689485 151.130529) (xy 61.670044 151.067728) (xy 61.66 150.972165) - (xy 61.66 83.032279) (xy 61.66958 82.934576) (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) - (xy 61.811644 82.720752) (xy 61.869471 82.689485) (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) - (xy 65.062753 82.657012) (xy 65.087743 82.657187) (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) - (xy 65.990657 82.551449) (xy 65.999479 82.548785) (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) - (xy 66.863974 82.268021) (xy 67.518434 81.914155) (xy 73.26545 81.914155) (xy 73.661634 82.43455) (xy 74.376612 82.824748) - (xy 75.153976 83.067964) (xy 75.963853 83.154851) (xy 76.775118 83.082069) (xy 77.556597 82.852415) (xy 78.278256 82.474715) - (xy 78.338366 82.43455) (xy 78.73455 81.914155) (xy 141.26545 81.914155) (xy 141.661634 82.43455) (xy 142.376612 82.824748) - (xy 143.153976 83.067964) (xy 143.963853 83.154851) (xy 144.775118 83.082069) (xy 145.556597 82.852415) (xy 146.278256 82.474715) - (xy 146.338366 82.43455) (xy 146.73455 81.914155) (xy 144 79.179605) (xy 141.26545 81.914155) (xy 78.73455 81.914155) - (xy 76 79.179605) (xy 73.26545 81.914155) (xy 67.518434 81.914155) (xy 67.550684 81.896718) (xy 67.600268 81.863273) - (xy 67.650331 81.830513) (xy 67.657472 81.824689) (xy 68.258983 81.327076) (xy 68.30114 81.284624) (xy 68.343873 81.242777) - (xy 68.349741 81.235682) (xy 68.349747 81.235676) (xy 68.349751 81.235669) (xy 68.843148 80.630706) (xy 68.87623 80.580913) - (xy 68.910048 80.531524) (xy 68.91443 80.523417) (xy 69.28093 79.834133) (xy 69.303729 79.778818) (xy 69.32729 79.723846) - (xy 69.330015 79.715043) (xy 69.555652 78.967698) (xy 69.556413 78.963853) (xy 71.845149 78.963853) (xy 71.917931 79.775118) - (xy 72.147585 80.556597) (xy 72.525285 81.278256) (xy 72.56545 81.338366) (xy 73.085845 81.73455) (xy 75.820395 79) - (xy 76.179605 79) (xy 78.914155 81.73455) (xy 79.43455 81.338366) (xy 79.824748 80.623388) (xy 80.067964 79.846024) - (xy 80.154851 79.036147) (xy 80.082069 78.224882) (xy 79.852415 77.443403) (xy 79.474715 76.721744) (xy 79.43455 76.661634) - (xy 78.914155 76.26545) (xy 76.179605 79) (xy 75.820395 79) (xy 73.085845 76.26545) (xy 72.56545 76.661634) - (xy 72.175252 77.376612) (xy 71.932036 78.153976) (xy 71.845149 78.963853) (xy 69.556413 78.963853) (xy 69.567277 78.908989) - (xy 69.579708 78.850506) (xy 69.580671 78.841341) (xy 69.65685 78.064404) (xy 69.65685 78.064402) (xy 69.66 78.032419) - (xy 69.66 76.085845) (xy 73.26545 76.085845) (xy 76 78.820395) (xy 78.73455 76.085845) (xy 78.338366 75.56545) - (xy 77.623388 75.175252) (xy 76.846024 74.932036) (xy 76.036147 74.845149) (xy 75.224882 74.917931) (xy 74.443403 75.147585) - (xy 73.721744 75.525285) (xy 73.661634 75.56545) (xy 73.26545 76.085845) (xy 69.66 76.085845) (xy 69.66 75.032279) - (xy 69.66958 74.934576) (xy 69.68858 74.871644) (xy 69.719445 74.813595) (xy 69.760989 74.762657) (xy 69.811644 74.720752) - (xy 69.869471 74.689485) (xy 69.932272 74.670044) (xy 70.027835 74.66) (xy 80.967721 74.66) - ) - ) - ) - (zone (net 1) (net_name GND) (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) - ) - ) - (filled_polygon - (pts - (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) - (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) - (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) - (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) - (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) - (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) - (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) - (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) - (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) - (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) - (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) - (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) - (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) - (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) - (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) - (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) - (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) - (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) - (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) - (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) - (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) - (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) - (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) - (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) - (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) - (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) - (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) - (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) - (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) - (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) - (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) - (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) - (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) - (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) - (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) - (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) - (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) - (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) - (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) - (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) - (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) - (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) - (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) - (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) - (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) - (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) - (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) - (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) - (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) - (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) - (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) - (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) - (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) - (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) - (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) - (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) - (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) - (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) - (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) - (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) - (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) - (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) - (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) - (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) - (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) - (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) - (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) - (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) - (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) - (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) - (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) - (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) - (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) - (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) - (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) - (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) - (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) - (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) - (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) - (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) - (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) - (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) - (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) - (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) - (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) - (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) - (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) - (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) - (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) - (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) - (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) - (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) - (xy 90.66 158.972165) (xy 90.66 155.967581) (xy 90.657217 155.939326) (xy 90.65726 155.933199) (xy 90.65636 155.924028) - (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) (xy 90.610059 155.603755) (xy 90.552347 155.417317) - (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) (xy 90.409607 155.126896) (xy 90.376139 155.077278) - (xy 90.3434 155.027247) (xy 90.337576 155.020106) (xy 90.213172 154.869728) (xy 90.170737 154.827589) (xy 90.128874 154.784839) - (xy 90.121773 154.778966) (xy 89.970531 154.655616) (xy 89.920738 154.622534) (xy 89.871349 154.588716) (xy 89.863243 154.584333) - (xy 89.690921 154.492708) (xy 89.635606 154.469909) (xy 89.580634 154.446348) (xy 89.571831 154.443623) (xy 89.384995 154.387214) - (xy 89.326307 154.375594) (xy 89.267804 154.363158) (xy 89.258639 154.362195) (xy 89.064405 154.34315) (xy 89.064402 154.34315) - (xy 89.032419 154.34) (xy 82.967581 154.34) (xy 82.939326 154.342783) (xy 82.933199 154.34274) (xy 82.924028 154.34364) - (xy 82.729931 154.364041) (xy 82.671348 154.376066) (xy 82.612577 154.387277) (xy 82.603755 154.389941) (xy 82.417317 154.447653) - (xy 82.362162 154.470838) (xy 82.306709 154.493242) (xy 82.298573 154.497568) (xy 82.126896 154.590393) (xy 82.077278 154.623861) - (xy 82.027247 154.6566) (xy 82.020106 154.662424) (xy 81.869728 154.786828) (xy 81.827589 154.829263) (xy 81.784839 154.871126) - (xy 81.778966 154.878227) (xy 81.655616 155.029469) (xy 81.622534 155.079262) (xy 81.588716 155.128651) (xy 81.584333 155.136757) - (xy 81.492708 155.309079) (xy 81.469909 155.364394) (xy 81.446348 155.419366) (xy 81.443623 155.428169) (xy 81.387214 155.615005) - (xy 81.375594 155.673693) (xy 81.363158 155.732196) (xy 81.362195 155.741361) (xy 81.34315 155.935595) (xy 81.34 155.967582) - (xy 81.340001 158.967711) (xy 81.33042 159.065424) (xy 81.31142 159.128357) (xy 81.280554 159.186406) (xy 81.239011 159.237343) - (xy 81.188356 159.279248) (xy 81.130529 159.310515) (xy 81.067728 159.329956) (xy 80.972165 159.34) (xy 70.032279 159.34) - (xy 69.934576 159.33042) (xy 69.871643 159.31142) (xy 69.813594 159.280554) (xy 69.762657 159.239011) (xy 69.720752 159.188356) - (xy 69.689485 159.130529) (xy 69.670044 159.067728) (xy 69.66 158.972165) (xy 69.66 157.914155) (xy 73.26545 157.914155) - (xy 73.661634 158.43455) (xy 74.376612 158.824748) (xy 75.153976 159.067964) (xy 75.963853 159.154851) (xy 76.775118 159.082069) - (xy 77.556597 158.852415) (xy 78.278256 158.474715) (xy 78.338366 158.43455) (xy 78.73455 157.914155) (xy 76 155.179605) - (xy 73.26545 157.914155) (xy 69.66 157.914155) (xy 69.66 155.967581) (xy 69.657012 155.937247) (xy 69.657187 155.912257) - (xy 69.656287 155.903086) (xy 69.574685 155.126699) (xy 69.562658 155.068106) (xy 69.551448 155.009342) (xy 69.548785 155.00052) - (xy 69.537435 154.963853) (xy 71.845149 154.963853) (xy 71.917931 155.775118) (xy 72.147585 156.556597) (xy 72.525285 157.278256) - (xy 72.56545 157.338366) (xy 73.085845 157.73455) (xy 75.820395 155) (xy 76.179605 155) (xy 78.914155 157.73455) - (xy 79.43455 157.338366) (xy 79.824748 156.623388) (xy 80.067964 155.846024) (xy 80.154851 155.036147) (xy 80.082069 154.224882) - (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) (xy 78.914155 152.26545) (xy 76.179605 155) - (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) (xy 72.175252 153.376612) (xy 71.932036 154.153976) - (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) (xy 69.294749 154.199608) (xy 69.272347 154.144162) - (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) (xy 68.830514 153.34967) (xy 68.824689 153.342529) - (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) (xy 68.235676 152.650253) (xy 67.630705 152.156852) - (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) (xy 73.26545 152.085845) (xy 76 154.820395) - (xy 78.73455 152.085845) (xy 141.26545 152.085845) (xy 144 154.820395) (xy 146.73455 152.085845) (xy 146.338366 151.56545) - (xy 145.623388 151.175252) (xy 144.846024 150.932036) (xy 144.036147 150.845149) (xy 143.224882 150.917931) (xy 142.443403 151.147585) - (xy 141.721744 151.525285) (xy 141.661634 151.56545) (xy 141.26545 152.085845) (xy 78.73455 152.085845) (xy 78.338366 151.56545) - (xy 77.623388 151.175252) (xy 76.846024 150.932036) (xy 76.036147 150.845149) (xy 75.224882 150.917931) (xy 74.443403 151.147585) - (xy 73.721744 151.525285) (xy 73.661634 151.56545) (xy 73.26545 152.085845) (xy 67.523927 152.085845) (xy 67.523418 152.08557) - (xy 66.834133 151.719071) (xy 66.778839 151.69628) (xy 66.723846 151.67271) (xy 66.715043 151.669985) (xy 65.967698 151.444348) - (xy 65.908995 151.432725) (xy 65.850506 151.420292) (xy 65.841342 151.419329) (xy 65.064404 151.34315) (xy 65.064402 151.34315) - (xy 65.032419 151.34) (xy 62.032279 151.34) (xy 61.934576 151.33042) (xy 61.871643 151.31142) (xy 61.813594 151.280554) - (xy 61.762657 151.239011) (xy 61.720752 151.188356) (xy 61.689485 151.130529) (xy 61.670044 151.067728) (xy 61.66 150.972165) - (xy 61.66 83.032279) (xy 61.66958 82.934576) (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) - (xy 61.811644 82.720752) (xy 61.869471 82.689485) (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) - (xy 65.062753 82.657012) (xy 65.087743 82.657187) (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) - (xy 65.990657 82.551449) (xy 65.999479 82.548785) (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) - (xy 66.863974 82.268021) (xy 67.518434 81.914155) (xy 73.26545 81.914155) (xy 73.661634 82.43455) (xy 74.376612 82.824748) - (xy 75.153976 83.067964) (xy 75.963853 83.154851) (xy 76.775118 83.082069) (xy 77.556597 82.852415) (xy 78.278256 82.474715) - (xy 78.338366 82.43455) (xy 78.73455 81.914155) (xy 141.26545 81.914155) (xy 141.661634 82.43455) (xy 142.376612 82.824748) - (xy 143.153976 83.067964) (xy 143.963853 83.154851) (xy 144.775118 83.082069) (xy 145.556597 82.852415) (xy 146.278256 82.474715) - (xy 146.338366 82.43455) (xy 146.73455 81.914155) (xy 144 79.179605) (xy 141.26545 81.914155) (xy 78.73455 81.914155) - (xy 76 79.179605) (xy 73.26545 81.914155) (xy 67.518434 81.914155) (xy 67.550684 81.896718) (xy 67.600268 81.863273) - (xy 67.650331 81.830513) (xy 67.657472 81.824689) (xy 68.258983 81.327076) (xy 68.30114 81.284624) (xy 68.343873 81.242777) - (xy 68.349741 81.235682) (xy 68.349747 81.235676) (xy 68.349751 81.235669) (xy 68.843148 80.630706) (xy 68.87623 80.580913) - (xy 68.910048 80.531524) (xy 68.91443 80.523417) (xy 69.28093 79.834133) (xy 69.303729 79.778818) (xy 69.32729 79.723846) - (xy 69.330015 79.715043) (xy 69.555652 78.967698) (xy 69.556413 78.963853) (xy 71.845149 78.963853) (xy 71.917931 79.775118) - (xy 72.147585 80.556597) (xy 72.525285 81.278256) (xy 72.56545 81.338366) (xy 73.085845 81.73455) (xy 75.820395 79) - (xy 76.179605 79) (xy 78.914155 81.73455) (xy 79.43455 81.338366) (xy 79.824748 80.623388) (xy 80.067964 79.846024) - (xy 80.154851 79.036147) (xy 80.082069 78.224882) (xy 79.852415 77.443403) (xy 79.474715 76.721744) (xy 79.43455 76.661634) - (xy 78.914155 76.26545) (xy 76.179605 79) (xy 75.820395 79) (xy 73.085845 76.26545) (xy 72.56545 76.661634) - (xy 72.175252 77.376612) (xy 71.932036 78.153976) (xy 71.845149 78.963853) (xy 69.556413 78.963853) (xy 69.567277 78.908989) - (xy 69.579708 78.850506) (xy 69.580671 78.841341) (xy 69.65685 78.064404) (xy 69.65685 78.064402) (xy 69.66 78.032419) - (xy 69.66 76.085845) (xy 73.26545 76.085845) (xy 76 78.820395) (xy 78.73455 76.085845) (xy 78.338366 75.56545) - (xy 77.623388 75.175252) (xy 76.846024 74.932036) (xy 76.036147 74.845149) (xy 75.224882 74.917931) (xy 74.443403 75.147585) - (xy 73.721744 75.525285) (xy 73.661634 75.56545) (xy 73.26545 76.085845) (xy 69.66 76.085845) (xy 69.66 75.032279) - (xy 69.66958 74.934576) (xy 69.68858 74.871644) (xy 69.719445 74.813595) (xy 69.760989 74.762657) (xy 69.811644 74.720752) - (xy 69.869471 74.689485) (xy 69.932272 74.670044) (xy 70.027835 74.66) (xy 80.967721 74.66) - ) - ) - ) -) diff --git a/Hardware/DataAcquisition/DataAcquisition.lib b/Hardware/DataAcquisition/DataAcquisition.lib deleted file mode 100644 index 6b0f66e..0000000 --- a/Hardware/DataAcquisition/DataAcquisition.lib +++ /dev/null @@ -1,102 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# MCP33131-10 -# -DEF MCP33131-10 U 0 40 Y Y 1 F N -F0 "U" 400 350 50 H V C CNN -F1 "MCP33131-10" 400 300 50 H V C CNN -F2 "Package_SO:MSOP-10_3x3mm_P0.5mm" 400 300 50 H I C CNN -F3 "" 400 300 50 H I C CNN -DRAW -P 6 0 1 0 -200 -250 -450 0 -200 250 400 250 400 -250 -200 -250 f -X Vref 1 -100 350 100 D 50 50 1 1 I -X DVio 10 100 350 100 D 50 50 1 1 I -X AVdd 2 0 350 100 D 50 50 1 1 I -X Ain+ 3 -450 100 100 R 50 50 1 1 I -X Ain- 4 -450 -100 100 R 50 50 1 1 I -X GND 5 0 -350 100 U 50 50 1 1 I -X CNVST 6 500 50 100 L 50 50 1 1 I -X SDO 7 500 -150 100 L 50 50 1 1 I -X SCLK 8 500 -50 100 L 50 50 1 1 I -X SDI 9 500 150 100 L 50 50 1 1 I -ENDDRAW -ENDDEF -# -# PIC32MZ0512EFE064 -# -DEF PIC32MZ0512EFE064 U 0 40 Y Y 1 F N -F0 "U" 0 150 50 H V C CNN -F1 "PIC32MZ0512EFE064" 0 50 50 H V C CNN -F2 "Package_QFP:LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm" 0 50 50 H I C CNN -F3 "" 0 50 50 H I C CNN -DRAW -S -2000 -3200 1850 0 0 1 0 f -X AN17/ETXEN/RPE5/PMD5/RE5 1 -2100 -3150 100 R 50 50 1 1 I -X AN11/C2INC/RPG9/PMA2/RG9 10 -2100 -2250 100 R 50 50 1 1 I -X AN45/C1INA/RPB5/RB5 11 -2100 -2150 100 R 50 50 1 1 I -X _AN4/C1INB/RB4 12 -2100 -2050 100 R 50 50 1 1 I -X AN3/C2INA/RPB3/RB3 13 -2100 -1950 100 R 50 50 1 1 I -X _AN2/C2INB/RPB2/RB2 14 -2100 -1850 100 R 50 50 1 1 I -X PGEC1/VREF-/CVREF-/AN1/RPB1/RB1 15 -2100 -1750 100 R 50 50 1 1 I -X PGED1/VREF+/CVREF+/AN0/RPB0/PMA6/RB0 16 -2100 -1650 100 R 50 50 1 1 I -X PGEC2/AN46/RPB6/RB6 17 -2100 -1550 100 R 50 50 1 1 I -X PGED2/AN47/RPB7/RB7 18 -2100 -1450 100 R 50 50 1 1 I -X AVDD 19 -2100 -1350 100 R 50 50 1 1 I -X AN16/ETXD0/PMD6/RE6 2 -2100 -3050 100 R 50 50 1 1 I -X AVss 20 -2100 -1250 100 R 50 50 1 1 I -X AN48/RPB8/PMA10/RB8 21 -2100 -1150 100 R 50 50 1 1 I -X AN49/RPB9/PMA7/RB9 22 -2100 -1050 100 R 50 50 1 1 I -X TMS/CVREFOUT/AN5/RPB10/PMA13/RB10 23 -2100 -950 100 R 50 50 1 1 I -X TDO/AN6/PMA12/RB11 24 -2100 -850 100 R 50 50 1 1 I -X VSS 25 -2100 -750 100 R 50 50 1 1 I -X VDD 26 -2100 -650 100 R 50 50 1 1 I -X TCK/AN7/PMA11/RB12 27 -2100 -550 100 R 50 50 1 1 I -X _TDI/AN8/RB13 28 -2100 -450 100 R 50 50 1 1 I -X AN9/RPB14/SCK3/PMA1/RB14 29 -2100 -350 100 R 50 50 1 1 I -X AN15/ETXD1/PMD7/RE7 3 -2100 -2950 100 R 50 50 1 1 I -X AN10/EMDC/AEMDC/RPB15/OCFB/PMA0/RB15 30 -2100 -250 100 R 50 50 1 1 I -X OSC1/CLKI/RC12 31 -2100 -150 100 R 50 50 1 1 I -X OSC2/CLKO/RC15 32 -2100 -50 100 R 50 50 1 1 I -X VBUS 33 1950 -3150 100 L 50 50 1 1 I -X VUSB3V3 34 1950 -3050 100 L 50 50 1 1 I -X VSS 35 1950 -2950 100 L 50 50 1 1 I -X D- 36 1950 -2850 100 L 50 50 1 1 I -X D+ 37 1950 -2750 100 L 50 50 1 1 I -X RPF3/USBID/RF3 38 1950 -2650 100 L 50 50 1 1 I -X VDD 39 1950 -2550 100 L 50 50 1 1 I -X AN14/C1IND/RPG6/SCK2/PMA5/RG6 4 -2100 -2850 100 R 50 50 1 1 I -X VSS 40 1950 -2450 100 L 50 50 1 1 I -X _RPF4/SDA5/PMA9/RF4 41 1950 -2350 100 L 50 50 1 1 I -X RPF5/SCL5/PMA8/RF5 42 1950 -2250 100 L 50 50 1 1 I -X AERXD0/ETXD2/RPD9/SDA1/PMCS2/PMA15/RD9 43 1950 -2150 100 L 50 50 1 1 I -X ECOL/RPD10/SCL1/SCK4/RD10 44 1950 -2050 100 L 50 50 1 1 I -X _AERXCLK/AEREFCLK/ECRS/RPD11/PMCS1/PMA14/RD11 45 1950 -1950 100 L 50 50 1 1 I -X AERXD1/ETXD3/RPD0/RTCC/INT0/RD0 46 1950 -1850 100 L 50 50 1 1 I -X SOSCI/RPC13/RC13 47 1950 -1750 100 L 50 50 1 1 I -X SOSCO/RPC14/T1CK/RC14 48 1950 -1650 100 L 50 50 1 1 I -X EMDIO/AEMDIO/RPD1/SCK1/RD1 49 1950 -1550 100 L 50 50 1 1 I -X AN13/C1INC/RPG7/SDA4/PMA4/RG7 5 -2100 -2750 100 R 50 50 1 1 I -X ETXERR/AETXEN/RPD2/SDA3/RD2 50 1950 -1450 100 L 50 50 1 1 I -X AERXERR/ETXCLK/RPD3/SCL3/RD3 51 1950 -1350 100 L 50 50 1 1 I -X SQICS0/RPD4/PMWR/RD4 52 1950 -1250 100 L 50 50 1 1 I -X SQICS1/RPD5/PMRD/RD5 53 1950 -1150 100 L 50 50 1 1 I -X VDD 54 1950 -1050 100 L 50 50 1 1 I -X VSS 55 1950 -950 100 L 50 50 1 1 I -X ERXD3/AETXD1/RPF0/RF0 56 1950 -850 100 L 50 50 1 1 I -X TRCLK/SQICLK/ERXD2/AETXD0/RPF1/RF1 57 1950 -750 100 L 50 50 1 1 I -X TRD0/SQID0/ERXD1/PMD0/RE0 58 1950 -650 100 L 50 50 1 1 I -X VSS 59 1950 -550 100 L 50 50 1 1 I -X AN12/C2IND/RPG8/SCL4/PMA3/RG8 6 -2100 -2650 100 R 50 50 1 1 I -X VDD 60 1950 -450 100 L 50 50 1 1 I -X TRD1/SQID1/ERXD0/PMD1/RE1 61 1950 -350 100 L 50 50 1 1 I -X TRD2/SQID2/ERXDV/ECRSDV/AECRSDV/PMD2/RE2 62 1950 -250 100 L 50 50 1 1 I -X TRD3/SQID3/ERXCLK/EREFCLK/RPE3/PMD3/RE3 63 1950 -150 100 L 50 50 1 1 I -X AN18/ERXERR/PMD4/RE4 64 1950 -50 100 L 50 50 1 1 I -X VSS 7 -2100 -2550 100 R 50 50 1 1 I -X VDD 8 -2100 -2450 100 R 50 50 1 1 I -X MCLR 9 -2100 -2350 100 R 50 50 1 1 I -ENDDRAW -ENDDEF -# -#End Library diff --git a/Hardware/DataAcquisition/DataAcquisition.pro b/Hardware/DataAcquisition/DataAcquisition.pro deleted file mode 100644 index 152769c..0000000 --- a/Hardware/DataAcquisition/DataAcquisition.pro +++ /dev/null @@ -1,33 +0,0 @@ -update=22/05/2015 07:44:53 -version=1 -last_client=kicad -[general] -version=1 -RootSch= -BoardNm= -[pcbnew] -version=1 -LastNetListRead= -UseCmpFile=1 -PadDrill=0.600000000000 -PadDrillOvalY=0.600000000000 -PadSizeH=1.500000000000 -PadSizeV=1.500000000000 -PcbTextSizeV=1.500000000000 -PcbTextSizeH=1.500000000000 -PcbTextThickness=0.300000000000 -ModuleTextSizeV=1.000000000000 -ModuleTextSizeH=1.000000000000 -ModuleTextSizeThickness=0.150000000000 -SolderMaskClearance=0.000000000000 -SolderMaskMinWidth=0.000000000000 -DrawSegmentWidth=0.200000000000 -BoardOutlineThickness=0.100000000000 -ModuleOutlineThickness=0.150000000000 -[cvpcb] -version=1 -NetIExt=net -[eeschema] -version=1 -LibDir= -[eeschema/libraries] diff --git a/Hardware/DataAcquisition/DataAcquisition.sch b/Hardware/DataAcquisition/DataAcquisition.sch deleted file mode 100644 index 42853dd..0000000 --- a/Hardware/DataAcquisition/DataAcquisition.sch +++ /dev/null @@ -1,34 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 1 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Sheet -S 2600 2100 500 150 -U 5FABF6F9 -F0 "Amplifier" 50 -F1 "Amplifier.sch" 50 -$EndSheet -$Sheet -S 3500 2100 500 150 -U 5FABF848 -F0 "DataProcessing" 50 -F1 "DataProcessing.sch" 50 -$EndSheet -$Sheet -S 3500 2600 500 150 -U 5FAC655A -F0 "Mechanic" 50 -F1 "Mechanic.sch" 50 -$EndSheet -$EndSCHEMATC diff --git a/Hardware/DataAcquisition/DataProcessing.sch b/Hardware/DataAcquisition/DataProcessing.sch deleted file mode 100644 index 1967c61..0000000 --- a/Hardware/DataAcquisition/DataProcessing.sch +++ /dev/null @@ -1,1024 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 3 4 -Title "EEG signal processing" -Date "" -Rev "1.0" -Comp "MIT License" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -Wire Wire Line - 4850 2700 4850 2650 -$Comp -L Device:C C? -U 1 1 5DC51E4F -P 4850 2500 -AR Path="/5DC51E4F" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5DC51E4F" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5DC51E4F" Ref="C?" Part="1" -AR Path="/5E142744/5DC51E4F" Ref="C?" Part="1" -AR Path="/5EF1F288/5DC51E4F" Ref="C12" Part="1" -AR Path="/5FABF848/5DC51E4F" Ref="C?" Part="1" -F 0 "C?" H 4965 2546 50 0000 L CNN -F 1 "100n" H 4965 2455 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 4888 2350 50 0001 C CNN -F 3 "~" H 4850 2500 50 0001 C CNN - 1 4850 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4050 2700 4050 2650 -$Comp -L Device:C C? -U 1 1 5E0D2F0F -P 4050 2500 -AR Path="/5E0D2F0F" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5E0D2F0F" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5E0D2F0F" Ref="C?" Part="1" -AR Path="/5E142744/5E0D2F0F" Ref="C?" Part="1" -AR Path="/5EF1F288/5E0D2F0F" Ref="C9" Part="1" -AR Path="/5FABF848/5E0D2F0F" Ref="C?" Part="1" -F 0 "C?" H 4165 2546 50 0000 L CNN -F 1 "100n" H 4165 2455 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 4088 2350 50 0001 C CNN -F 3 "~" H 4050 2500 50 0001 C CNN - 1 4050 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5650 2700 5650 2650 -$Comp -L Device:C C? -U 1 1 5E0D4A6F -P 5650 2500 -AR Path="/5E0D4A6F" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5E0D4A6F" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5E0D4A6F" Ref="C?" Part="1" -AR Path="/5E142744/5E0D4A6F" Ref="C?" Part="1" -AR Path="/5EF1F288/5E0D4A6F" Ref="C14" Part="1" -AR Path="/5FABF848/5E0D4A6F" Ref="C?" Part="1" -F 0 "C?" H 5765 2546 50 0000 L CNN -F 1 "100n" H 5765 2455 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5688 2350 50 0001 C CNN -F 3 "~" H 5650 2500 50 0001 C CNN - 1 5650 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3800 2950 3800 2300 -Wire Wire Line - 6250 2300 6250 2200 -Wire Wire Line - 3700 2950 3700 2200 -Wire Wire Line - 3700 2200 4850 2200 -Connection ~ 6250 2200 -Wire Wire Line - 6250 2200 6250 2100 -Wire Wire Line - 3600 2950 3600 2100 -Wire Wire Line - 3600 2100 4050 2100 -Connection ~ 6250 2100 -Wire Wire Line - 4050 2350 4050 2100 -Connection ~ 4050 2100 -Wire Wire Line - 4050 2100 4450 2100 -Wire Wire Line - 4850 2350 4850 2200 -Connection ~ 4850 2200 -Wire Wire Line - 4850 2200 5250 2200 -Wire Wire Line - 5650 2350 5650 2300 -Wire Wire Line - 3800 2300 5650 2300 -Connection ~ 5650 2300 -Wire Wire Line - 5650 2300 6250 2300 -Wire Wire Line - 4450 2700 4450 2650 -$Comp -L Device:C C? -U 1 1 5E0F5077 -P 4450 2500 -AR Path="/5E0F5077" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5E0F5077" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5E0F5077" Ref="C?" Part="1" -AR Path="/5E142744/5E0F5077" Ref="C?" Part="1" -AR Path="/5EF1F288/5E0F5077" Ref="C10" Part="1" -AR Path="/5FABF848/5E0F5077" Ref="C?" Part="1" -F 0 "C?" H 4565 2546 50 0000 L CNN -F 1 "100n" H 4565 2455 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 4488 2350 50 0001 C CNN -F 3 "~" H 4450 2500 50 0001 C CNN - 1 4450 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5250 2700 5250 2650 -$Comp -L Device:C C? -U 1 1 5E0F8559 -P 5250 2500 -AR Path="/5E0F8559" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5E0F8559" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5E0F8559" Ref="C?" Part="1" -AR Path="/5E142744/5E0F8559" Ref="C?" Part="1" -AR Path="/5EF1F288/5E0F8559" Ref="C13" Part="1" -AR Path="/5FABF848/5E0F8559" Ref="C?" Part="1" -F 0 "C?" H 5365 2546 50 0000 L CNN -F 1 "100n" H 5365 2455 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 5288 2350 50 0001 C CNN -F 3 "~" H 5250 2500 50 0001 C CNN - 1 5250 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4450 2350 4450 2100 -Connection ~ 4450 2100 -Wire Wire Line - 4450 2100 6250 2100 -Wire Wire Line - 5250 2350 5250 2200 -Connection ~ 5250 2200 -Wire Wire Line - 5250 2200 6250 2200 -$Comp -L Device:CP C? -U 1 1 5E1017FD -P 6250 2500 -F 0 "C?" H 6368 2546 50 0000 L CNN -F 1 "220u" H 6368 2455 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_6.3x5.8" H 6288 2350 50 0001 C CNN -F 3 "~" H 6250 2500 50 0001 C CNN - 1 6250 2500 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6250 2700 6250 2650 -Wire Wire Line - 6250 2350 6250 2300 -Connection ~ 6250 2300 -Wire Wire Line - 1550 3700 1550 4000 -Wire Wire Line - 1600 3700 1550 3700 -Wire Wire Line - 2050 3700 2050 4000 -Wire Wire Line - 2000 3700 2050 3700 -$Comp -L Device:Crystal_GND24 Y? -U 1 1 5E1149A8 -P 1800 3700 -F 0 "Y?" V 2250 3750 50 0000 R CNN -F 1 "20MHz" V 2150 3800 50 0000 R CNN -F 2 "Oscillator:Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm" H 1800 3700 50 0001 C CNN -F 3 "~" H 1800 3700 50 0001 C CNN - 1 1800 3700 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 1100 3700 1100 3950 -Connection ~ 1100 3700 -Wire Wire Line - 950 3700 1100 3700 -Wire Wire Line - 950 3750 950 3700 -Wire Wire Line - 1100 3450 1100 3700 -Connection ~ 1800 3450 -Wire Wire Line - 2150 3450 1800 3450 -Wire Wire Line - 2150 3750 2150 3450 -Wire Wire Line - 3100 3750 2150 3750 -Connection ~ 1800 3950 -Wire Wire Line - 2150 3950 1800 3950 -Wire Wire Line - 2150 3850 2150 3950 -Wire Wire Line - 3100 3850 2150 3850 -Wire Wire Line - 1150 3950 1100 3950 -Wire Wire Line - 1150 3450 1100 3450 -Wire Wire Line - 1800 3950 1800 3850 -Wire Wire Line - 1450 3950 1800 3950 -Wire Wire Line - 1800 3450 1800 3550 -Wire Wire Line - 1450 3450 1800 3450 -$Comp -L Device:C C? -U 1 1 5DC9BE25 -P 1300 3450 -AR Path="/5DC9BE25" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5DC9BE25" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5DC9BE25" Ref="C?" Part="1" -AR Path="/5E142744/5DC9BE25" Ref="C?" Part="1" -AR Path="/5EF1F288/5DC9BE25" Ref="C7" Part="1" -AR Path="/5FABF848/5DC9BE25" Ref="C?" Part="1" -F 0 "C?" V 1048 3450 50 0000 C CNN -F 1 "8p" V 1139 3450 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1338 3300 50 0001 C CNN -F 3 "~" H 1300 3450 50 0001 C CNN - 1 1300 3450 - 0 -1 1 0 -$EndComp -$Comp -L Device:C C? -U 1 1 5DC9B5A5 -P 1300 3950 -AR Path="/5DC9B5A5" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5DC9B5A5" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5DC9B5A5" Ref="C?" Part="1" -AR Path="/5E142744/5DC9B5A5" Ref="C?" Part="1" -AR Path="/5EF1F288/5DC9B5A5" Ref="C8" Part="1" -AR Path="/5FABF848/5DC9B5A5" Ref="C?" Part="1" -F 0 "C?" V 1048 3950 50 0000 C CNN -F 1 "8p" V 1139 3950 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 1338 3800 50 0001 C CNN -F 3 "~" H 1300 3950 50 0001 C CNN - 1 1300 3950 - 0 -1 1 0 -$EndComp -Wire Wire Line - 3100 4150 2850 4150 -Wire Wire Line - 5500 4000 5500 4150 -Wire Wire Line - 5850 4050 6200 4050 -Wire Wire Line - 5850 4000 5850 4050 -Text GLabel 6400 4050 2 50 Input ~ 0 -SCL -Wire Wire Line - 5500 3700 5500 3600 -Wire Wire Line - 5850 3700 5850 3600 -Text GLabel 6400 4150 2 50 BiDi ~ 0 -SDA -$Comp -L Device:R R? -U 1 1 5DC4D139 -P 5500 3850 -AR Path="/5DC4D139" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5DC4D139" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5DC4D139" Ref="R?" Part="1" -AR Path="/5E142744/5DC4D139" Ref="R?" Part="1" -AR Path="/5EF1F288/5DC4D139" Ref="R20" Part="1" -AR Path="/5FABF848/5DC4D139" Ref="R?" Part="1" -F 0 "R?" H 5570 3896 50 0000 L CNN -F 1 "2k2" H 5570 3805 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5430 3850 50 0001 C CNN -F 3 "~" H 5500 3850 50 0001 C CNN - 1 5500 3850 - -1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 5DC4CCFF -P 5850 3850 -AR Path="/5DC4CCFF" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5DC4CCFF" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5DC4CCFF" Ref="R?" Part="1" -AR Path="/5E142744/5DC4CCFF" Ref="R?" Part="1" -AR Path="/5EF1F288/5DC4CCFF" Ref="R21" Part="1" -AR Path="/5FABF848/5DC4CCFF" Ref="R?" Part="1" -F 0 "R?" H 5920 3896 50 0000 L CNN -F 1 "2k2" H 5920 3805 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 5780 3850 50 0001 C CNN -F 3 "~" H 5850 3850 50 0001 C CNN - 1 5850 3850 - -1 0 0 -1 -$EndComp -Wire Wire Line - 4550 3550 4200 3550 -Wire Wire Line - 4200 3850 4550 3850 -Wire Wire Line - 4200 3750 4550 3750 -Wire Wire Line - 4200 3650 4550 3650 -Connection ~ 5850 4050 -Wire Wire Line - 4200 4050 5850 4050 -Connection ~ 5500 4150 -Wire Wire Line - 4200 4150 5500 4150 -Wire Wire Line - 4550 3950 4200 3950 -Wire Wire Line - 4550 3150 4200 3150 -Wire Wire Line - 4550 3250 4200 3250 -Wire Wire Line - 3100 4550 2700 4550 -Wire Wire Line - 3100 4650 2700 4650 -$Comp -L Connector:Conn_01x04_Female J? -U 1 1 5E096F60 -P 1500 7100 -F 0 "J?" H 1528 6984 50 0000 L CNN -F 1 "Conn_01x04_Female" H 1528 7075 50 0000 L CNN -F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 1500 7100 50 0001 C CNN -F 3 "~" H 1500 7100 50 0001 C CNN - 1 1500 7100 - -1 0 0 1 -$EndComp -Text Label 2700 4550 2 50 ~ 0 -USART_TX -Text Label 2700 4650 2 50 ~ 0 -USART_RX -Wire Wire Line - 1700 6900 1800 6900 -Wire Wire Line - 1800 6900 1800 6800 -Wire Wire Line - 1800 7200 1800 7250 -Wire Wire Line - 1700 7200 1800 7200 -Wire Wire Line - 2150 7000 2250 7000 -Wire Wire Line - 2150 7100 2250 7100 -Text Label 2250 7100 0 50 ~ 0 -USART_TX -Text Label 2250 7000 0 50 ~ 0 -USART_RX -$Comp -L Device:C C? -U 1 1 5E141D2A -P 4650 7100 -AR Path="/5E141D2A" Ref="C?" Part="1" -AR Path="/5DAEEEF4/5E141D2A" Ref="C?" Part="1" -AR Path="/5DD5C7F6/5E141D2A" Ref="C?" Part="1" -AR Path="/5E142744/5E141D2A" Ref="C?" Part="1" -AR Path="/5EF1F288/5E141D2A" Ref="C11" Part="1" -AR Path="/5FABF848/5E141D2A" Ref="C?" Part="1" -F 0 "C?" H 4765 7146 50 0000 L CNN -F 1 "100n" H 4765 7055 50 0000 L CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 4688 6950 50 0001 C CNN -F 3 "~" H 4650 7100 50 0001 C CNN - 1 4650 7100 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4650 7300 4650 7250 -Wire Wire Line - 3100 3150 2950 3150 -Wire Wire Line - 5300 6900 4650 6900 -Wire Wire Line - 4650 6900 4650 6950 -$Comp -L Device:R R? -U 1 1 5E14DFB6 -P 4650 6350 -AR Path="/5E14DFB6" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5E14DFB6" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5E14DFB6" Ref="R?" Part="1" -AR Path="/5E142744/5E14DFB6" Ref="R?" Part="1" -AR Path="/5EF1F288/5E14DFB6" Ref="R17" Part="1" -AR Path="/5FABF848/5E14DFB6" Ref="R?" Part="1" -F 0 "R?" H 4720 6396 50 0000 L CNN -F 1 "10k" H 4720 6305 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4580 6350 50 0001 C CNN -F 3 "~" H 4650 6350 50 0001 C CNN - 1 4650 6350 - -1 0 0 -1 -$EndComp -$Comp -L Device:Jumper_NC_Small JP? -U 1 1 5E15735A -P 2400 2850 -F 0 "JP?" H 2400 2750 50 0000 C CNN -F 1 "Jumper_NC_Small" H 2450 2650 50 0000 C CNN -F 2 "Jumper:SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm" H 2400 2850 50 0001 C CNN -F 3 "~" H 2400 2850 50 0001 C CNN - 1 2400 2850 - 0 -1 1 0 -$EndComp -Text Label 2950 3150 2 50 ~ 0 -NRST -$Comp -L Device:R R? -U 1 1 5E16B8CB -P 5050 6600 -AR Path="/5E16B8CB" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5E16B8CB" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5E16B8CB" Ref="R?" Part="1" -AR Path="/5E142744/5E16B8CB" Ref="R?" Part="1" -AR Path="/5EF1F288/5E16B8CB" Ref="R18" Part="1" -AR Path="/5FABF848/5E16B8CB" Ref="R?" Part="1" -F 0 "R?" V 5257 6600 50 0000 C CNN -F 1 "220R" V 5166 6600 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4980 6600 50 0001 C CNN -F 3 "~" H 5050 6600 50 0001 C CNN - 1 5050 6600 - 0 1 -1 0 -$EndComp -$Comp -L Device:R R? -U 1 1 5E16BA22 -P 5050 6700 -AR Path="/5E16BA22" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5E16BA22" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5E16BA22" Ref="R?" Part="1" -AR Path="/5E142744/5E16BA22" Ref="R?" Part="1" -AR Path="/5EF1F288/5E16BA22" Ref="R19" Part="1" -AR Path="/5FABF848/5E16BA22" Ref="R?" Part="1" -F 0 "R?" V 4950 6550 50 0000 C CNN -F 1 "220R" V 4950 6750 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 4980 6700 50 0001 C CNN -F 3 "~" H 5050 6700 50 0001 C CNN - 1 5050 6700 - 0 1 -1 0 -$EndComp -Text Label 5250 6700 0 50 ~ 0 -SWCLK -Text Label 5250 6600 0 50 ~ 0 -SWDIO -Text Label 5300 6900 0 50 ~ 0 -NRST -$Comp -L Connector:Conn_01x04_Female J? -U 1 1 5E16D3D6 -P 3950 6800 -F 0 "J?" H 3978 6684 50 0000 L CNN -F 1 "Conn_01x04_Female" H 3978 6775 50 0000 L CNN -F 2 "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" H 3950 6800 50 0001 C CNN -F 3 "~" H 3950 6800 50 0001 C CNN - 1 3950 6800 - -1 0 0 1 -$EndComp -Wire Wire Line - 4150 6800 4250 6800 -Wire Wire Line - 4250 6800 4250 7300 -Wire Wire Line - 4150 6600 4900 6600 -Wire Wire Line - 4150 6700 4900 6700 -Wire Wire Line - 5200 6600 5250 6600 -Wire Wire Line - 5200 6700 5250 6700 -Wire Wire Line - 4650 6900 4650 6500 -Connection ~ 4650 6900 -Wire Wire Line - 4650 6200 4650 6100 -Wire Wire Line - 4150 6900 4650 6900 -Text GLabel 4550 3650 2 50 Input ~ 0 -SCK -Text GLabel 4550 3850 2 50 Input ~ 0 -MOSI -Text GLabel 2700 4050 0 50 Output ~ 0 -CS -Text GLabel 4550 3750 2 50 Output ~ 0 -MISO -Text Notes 800 2250 0 79 ~ 16 -STM32 VDD = 2.4 to 3.6 V -Wire Wire Line - 6250 1900 6250 2100 -Text Notes 1100 6400 0 79 ~ 16 -USART 3V3 logic level -Text Notes 4200 5750 0 79 ~ 16 -programmer interface -$Comp -L Device:R R? -U 1 1 5F015EE7 -P 2400 3250 -AR Path="/5F015EE7" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5F015EE7" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5F015EE7" Ref="R?" Part="1" -AR Path="/5E142744/5F015EE7" Ref="R?" Part="1" -AR Path="/5EF1F288/5F015EE7" Ref="R16" Part="1" -AR Path="/5FABF848/5F015EE7" Ref="R?" Part="1" -F 0 "R?" H 2470 3296 50 0000 L CNN -F 1 "10k" H 2470 3205 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 2330 3250 50 0001 C CNN -F 3 "~" H 2400 3250 50 0001 C CNN - 1 2400 3250 - -1 0 0 -1 -$EndComp -Wire Wire Line - 2400 2700 2400 2750 -Wire Wire Line - 2400 2950 2400 3050 -Wire Wire Line - 2400 3400 2400 3500 -Wire Wire Line - 2500 3350 2500 3050 -Wire Wire Line - 2500 3050 2400 3050 -Wire Wire Line - 2500 3350 3100 3350 -Connection ~ 2400 3050 -Wire Wire Line - 2400 3050 2400 3100 -Text GLabel 2700 4150 0 50 Output ~ 0 -CS_ESP -$Comp -L Device:R R? -U 1 1 5F06BA33 -P 2000 7000 -AR Path="/5F06BA33" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5F06BA33" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5F06BA33" Ref="R?" Part="1" -AR Path="/5E142744/5F06BA33" Ref="R?" Part="1" -AR Path="/5EF1F288/5F06BA33" Ref="R13" Part="1" -AR Path="/5FABF848/5F06BA33" Ref="R?" Part="1" -F 0 "R?" V 2207 7000 50 0000 C CNN -F 1 "10R" V 2116 7000 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1930 7000 50 0001 C CNN -F 3 "~" H 2000 7000 50 0001 C CNN - 1 2000 7000 - 0 1 -1 0 -$EndComp -$Comp -L Device:R R? -U 1 1 5F06BF3F -P 2000 7100 -AR Path="/5F06BF3F" Ref="R?" Part="1" -AR Path="/5DAEEEF4/5F06BF3F" Ref="R?" Part="1" -AR Path="/5DD5C7F6/5F06BF3F" Ref="R?" Part="1" -AR Path="/5E142744/5F06BF3F" Ref="R?" Part="1" -AR Path="/5EF1F288/5F06BF3F" Ref="R14" Part="1" -AR Path="/5FABF848/5F06BF3F" Ref="R?" Part="1" -F 0 "R?" V 1885 7100 50 0000 C CNN -F 1 "10R" V 1794 7100 50 0000 C CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1930 7100 50 0001 C CNN -F 3 "~" H 2000 7100 50 0001 C CNN - 1 2000 7100 - 0 1 -1 0 -$EndComp -Wire Wire Line - 1700 7000 1850 7000 -Wire Wire Line - 1700 7100 1850 7100 -$Comp -L Device:LED D? -U 1 1 5F09B863 -P 1550 4850 -AR Path="/5DD5C7F6/5F09B863" Ref="D?" Part="1" -AR Path="/5DD5CD1D/5F09B863" Ref="D?" Part="1" -AR Path="/5E27E78E/5F09B863" Ref="D?" Part="1" -AR Path="/5E142744/5F09B863" Ref="D?" Part="1" -AR Path="/5EF1F288/5F09B863" Ref="D3" Part="1" -AR Path="/5FABF848/5F09B863" Ref="D?" Part="1" -F 0 "D?" V 1589 4733 50 0000 R CNN -F 1 "LED" V 1498 4733 50 0000 R CNN -F 2 "LED_SMD:LED_0805_2012Metric" H 1550 4850 50 0001 C CNN -F 3 "~" H 1550 4850 50 0001 C CNN - 1 1550 4850 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 1550 5000 1550 5050 -Wire Wire Line - 1550 5400 1550 5350 -$Comp -L Device:R R? -U 1 1 5F09B871 -P 1550 5200 -AR Path="/5DD5C7F6/5F09B871" Ref="R?" Part="1" -AR Path="/5DD5CD1D/5F09B871" Ref="R?" Part="1" -AR Path="/5E27E78E/5F09B871" Ref="R?" Part="1" -AR Path="/5E142744/5F09B871" Ref="R?" Part="1" -AR Path="/5EF1F288/5F09B871" Ref="R11" Part="1" -AR Path="/5FABF848/5F09B871" Ref="R?" Part="1" -F 0 "R?" H 1620 5246 50 0000 L CNN -F 1 "120R" H 1620 5155 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1480 5200 50 0001 C CNN -F 3 "~" H 1550 5200 50 0001 C CNN - 1 1550 5200 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D? -U 1 1 5F09F545 -P 1900 4850 -AR Path="/5DD5C7F6/5F09F545" Ref="D?" Part="1" -AR Path="/5DD5CD1D/5F09F545" Ref="D?" Part="1" -AR Path="/5E27E78E/5F09F545" Ref="D?" Part="1" -AR Path="/5E142744/5F09F545" Ref="D?" Part="1" -AR Path="/5EF1F288/5F09F545" Ref="D4" Part="1" -AR Path="/5FABF848/5F09F545" Ref="D?" Part="1" -F 0 "D?" V 1939 4733 50 0000 R CNN -F 1 "LED" V 1848 4733 50 0000 R CNN -F 2 "LED_SMD:LED_0805_2012Metric" H 1900 4850 50 0001 C CNN -F 3 "~" H 1900 4850 50 0001 C CNN - 1 1900 4850 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 1900 5000 1900 5050 -Wire Wire Line - 1900 5400 1900 5350 -$Comp -L Device:R R? -U 1 1 5F09F553 -P 1900 5200 -AR Path="/5DD5C7F6/5F09F553" Ref="R?" Part="1" -AR Path="/5DD5CD1D/5F09F553" Ref="R?" Part="1" -AR Path="/5E27E78E/5F09F553" Ref="R?" Part="1" -AR Path="/5E142744/5F09F553" Ref="R?" Part="1" -AR Path="/5EF1F288/5F09F553" Ref="R12" Part="1" -AR Path="/5FABF848/5F09F553" Ref="R?" Part="1" -F 0 "R?" H 1970 5246 50 0000 L CNN -F 1 "120R" H 1970 5155 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 1830 5200 50 0001 C CNN -F 3 "~" H 1900 5200 50 0001 C CNN - 1 1900 5200 - 1 0 0 -1 -$EndComp -$Comp -L Device:LED D? -U 1 1 5F0A3470 -P 2250 4850 -AR Path="/5DD5C7F6/5F0A3470" Ref="D?" Part="1" -AR Path="/5DD5CD1D/5F0A3470" Ref="D?" Part="1" -AR Path="/5E27E78E/5F0A3470" Ref="D?" Part="1" -AR Path="/5E142744/5F0A3470" Ref="D?" Part="1" -AR Path="/5EF1F288/5F0A3470" Ref="D5" Part="1" -AR Path="/5FABF848/5F0A3470" Ref="D?" Part="1" -F 0 "D?" V 2289 4733 50 0000 R CNN -F 1 "LED" V 2198 4733 50 0000 R CNN -F 2 "LED_SMD:LED_0805_2012Metric" H 2250 4850 50 0001 C CNN -F 3 "~" H 2250 4850 50 0001 C CNN - 1 2250 4850 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 2250 5000 2250 5050 -Wire Wire Line - 2250 5400 2250 5350 -$Comp -L Device:R R? -U 1 1 5F0A347E -P 2250 5200 -AR Path="/5DD5C7F6/5F0A347E" Ref="R?" Part="1" -AR Path="/5DD5CD1D/5F0A347E" Ref="R?" Part="1" -AR Path="/5E27E78E/5F0A347E" Ref="R?" Part="1" -AR Path="/5E142744/5F0A347E" Ref="R?" Part="1" -AR Path="/5EF1F288/5F0A347E" Ref="R15" Part="1" -AR Path="/5FABF848/5F0A347E" Ref="R?" Part="1" -F 0 "R?" H 2320 5246 50 0000 L CNN -F 1 "120R" H 2320 5155 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" V 2180 5200 50 0001 C CNN -F 3 "~" H 2250 5200 50 0001 C CNN - 1 2250 5200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1550 4250 1550 4700 -Wire Wire Line - 1550 4250 3100 4250 -Wire Wire Line - 1900 4350 1900 4700 -Wire Wire Line - 1900 4350 3100 4350 -Wire Wire Line - 2250 4450 2250 4700 -Wire Wire Line - 2250 4450 3100 4450 -$Comp -L Connector:TestPoint TP? -U 1 1 5F0D57FA -P 6100 4000 -F 0 "TP?" V 6100 4200 50 0000 L CNN -F 1 "TestPoint" V 6100 4400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.0mm" H 6300 4000 50 0001 C CNN -F 3 "~" H 6300 4000 50 0001 C CNN - 1 6100 4000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6100 4000 6100 4150 -Wire Wire Line - 5500 4150 6100 4150 -Connection ~ 6100 4150 -Wire Wire Line - 6100 4150 6400 4150 -Wire Wire Line - 6200 4000 6200 4050 -Connection ~ 6200 4050 -Wire Wire Line - 6200 4050 6400 4050 -$Comp -L Connector:TestPoint TP? -U 1 1 5F0F5A50 -P 4550 3950 -F 0 "TP?" V 4550 4150 50 0000 L CNN -F 1 "TestPoint" V 4550 4350 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.0mm" H 4750 3950 50 0001 C CNN -F 3 "~" H 4750 3950 50 0001 C CNN - 1 4550 3950 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP? -U 1 1 5F0F5DA6 -P 4550 3550 -F 0 "TP?" V 4550 3750 50 0000 L CNN -F 1 "TestPoint" V 4550 3950 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.0mm" H 4750 3550 50 0001 C CNN -F 3 "~" H 4750 3550 50 0001 C CNN - 1 4550 3550 - 0 1 1 0 -$EndComp -$Comp -L Connector:TestPoint TP? -U 1 1 5F10493F -P 2850 4800 -F 0 "TP?" V 2850 5000 50 0000 L CNN -F 1 "TestPoint" V 2850 5200 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.0mm" H 3050 4800 50 0001 C CNN -F 3 "~" H 3050 4800 50 0001 C CNN - 1 2850 4800 - -1 0 0 1 -$EndComp -Wire Wire Line - 2850 4800 2850 4150 -Connection ~ 2850 4150 -Wire Wire Line - 2850 4150 2700 4150 -$Comp -L Connector:TestPoint TP? -U 1 1 5F0DAD75 -P 6200 4000 -F 0 "TP?" V 6200 4200 50 0000 L CNN -F 1 "TestPoint" V 6200 4400 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.0mm" H 6400 4000 50 0001 C CNN -F 3 "~" H 6400 4000 50 0001 C CNN - 1 6200 4000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2700 4050 3100 4050 -Wire Wire Line - 4200 3350 4550 3350 -Wire Wire Line - 4200 3450 4550 3450 -$Comp -L power:GND #PWR? -U 1 1 5F11D955 -P 4650 7300 -F 0 "#PWR?" H 4650 7050 50 0001 C CNN -F 1 "GND" H 4655 7127 50 0000 C CNN -F 2 "" H 4650 7300 50 0001 C CNN -F 3 "" H 4650 7300 50 0001 C CNN - 1 4650 7300 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F11E6A2 -P 1800 6800 -F 0 "#PWR?" H 1800 6650 50 0001 C CNN -F 1 "+3V3" H 1815 6973 50 0000 C CNN -F 2 "" H 1800 6800 50 0001 C CNN -F 3 "" H 1800 6800 50 0001 C CNN - 1 1800 6800 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F12EBAB -P 4250 7300 -F 0 "#PWR?" H 4250 7050 50 0001 C CNN -F 1 "GND" H 4255 7127 50 0000 C CNN -F 2 "" H 4250 7300 50 0001 C CNN -F 3 "" H 4250 7300 50 0001 C CNN - 1 4250 7300 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F13B905 -P 1550 5400 -F 0 "#PWR?" H 1550 5150 50 0001 C CNN -F 1 "GND" H 1555 5227 50 0000 C CNN -F 2 "" H 1550 5400 50 0001 C CNN -F 3 "" H 1550 5400 50 0001 C CNN - 1 1550 5400 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F13FBE0 -P 2400 2700 -F 0 "#PWR?" H 2400 2550 50 0001 C CNN -F 1 "+3V3" H 2415 2873 50 0000 C CNN -F 2 "" H 2400 2700 50 0001 C CNN -F 3 "" H 2400 2700 50 0001 C CNN - 1 2400 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F13FEC0 -P 6250 1900 -F 0 "#PWR?" H 6250 1750 50 0001 C CNN -F 1 "+3V3" H 6265 2073 50 0000 C CNN -F 2 "" H 6250 1900 50 0001 C CNN -F 3 "" H 6250 1900 50 0001 C CNN - 1 6250 1900 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F14002D -P 5500 3600 -F 0 "#PWR?" H 5500 3450 50 0001 C CNN -F 1 "+3V3" H 5515 3773 50 0000 C CNN -F 2 "" H 5500 3600 50 0001 C CNN -F 3 "" H 5500 3600 50 0001 C CNN - 1 5500 3600 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F14022B -P 4650 6100 -F 0 "#PWR?" H 4650 5950 50 0001 C CNN -F 1 "+3V3" H 4665 6273 50 0000 C CNN -F 2 "" H 4650 6100 50 0001 C CNN -F 3 "" H 4650 6100 50 0001 C CNN - 1 4650 6100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F1404C0 -P 1900 5400 -F 0 "#PWR?" H 1900 5150 50 0001 C CNN -F 1 "GND" H 1905 5227 50 0000 C CNN -F 2 "" H 1900 5400 50 0001 C CNN -F 3 "" H 1900 5400 50 0001 C CNN - 1 1900 5400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F1405FD -P 2250 5400 -F 0 "#PWR?" H 2250 5150 50 0001 C CNN -F 1 "GND" H 2255 5227 50 0000 C CNN -F 2 "" H 2250 5400 50 0001 C CNN -F 3 "" H 2250 5400 50 0001 C CNN - 1 2250 5400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F140723 -P 1550 4000 -F 0 "#PWR?" H 1550 3750 50 0001 C CNN -F 1 "GND" H 1555 3827 50 0000 C CNN -F 2 "" H 1550 4000 50 0001 C CNN -F 3 "" H 1550 4000 50 0001 C CNN - 1 1550 4000 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F146141 -P 950 3750 -F 0 "#PWR?" H 950 3500 50 0001 C CNN -F 1 "GND" H 955 3577 50 0000 C CNN -F 2 "" H 950 3750 50 0001 C CNN -F 3 "" H 950 3750 50 0001 C CNN - 1 950 3750 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F14A5A6 -P 2400 3500 -F 0 "#PWR?" H 2400 3250 50 0001 C CNN -F 1 "GND" H 2405 3327 50 0000 C CNN -F 2 "" H 2400 3500 50 0001 C CNN -F 3 "" H 2400 3500 50 0001 C CNN - 1 2400 3500 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F14E954 -P 2050 4000 -F 0 "#PWR?" H 2050 3750 50 0001 C CNN -F 1 "GND" H 2055 3827 50 0000 C CNN -F 2 "" H 2050 4000 50 0001 C CNN -F 3 "" H 2050 4000 50 0001 C CNN - 1 2050 4000 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F152DAB -P 4850 2700 -F 0 "#PWR?" H 4850 2450 50 0001 C CNN -F 1 "GND" H 4855 2527 50 0000 C CNN -F 2 "" H 4850 2700 50 0001 C CNN -F 3 "" H 4850 2700 50 0001 C CNN - 1 4850 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F157179 -P 4450 2700 -F 0 "#PWR?" H 4450 2450 50 0001 C CNN -F 1 "GND" H 4455 2527 50 0000 C CNN -F 2 "" H 4450 2700 50 0001 C CNN -F 3 "" H 4450 2700 50 0001 C CNN - 1 4450 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F15B573 -P 4050 2700 -F 0 "#PWR?" H 4050 2450 50 0001 C CNN -F 1 "GND" H 4055 2527 50 0000 C CNN -F 2 "" H 4050 2700 50 0001 C CNN -F 3 "" H 4050 2700 50 0001 C CNN - 1 4050 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F165AEA -P 6250 2700 -F 0 "#PWR?" H 6250 2450 50 0001 C CNN -F 1 "GND" H 6255 2527 50 0000 C CNN -F 2 "" H 6250 2700 50 0001 C CNN -F 3 "" H 6250 2700 50 0001 C CNN - 1 6250 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F165AF0 -P 5650 2700 -F 0 "#PWR?" H 5650 2450 50 0001 C CNN -F 1 "GND" H 5655 2527 50 0000 C CNN -F 2 "" H 5650 2700 50 0001 C CNN -F 3 "" H 5650 2700 50 0001 C CNN - 1 5650 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5F165AF6 -P 5250 2700 -F 0 "#PWR?" H 5250 2450 50 0001 C CNN -F 1 "GND" H 5255 2527 50 0000 C CNN -F 2 "" H 5250 2700 50 0001 C CNN -F 3 "" H 5250 2700 50 0001 C CNN - 1 5250 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:+3V3 #PWR? -U 1 1 5F17DE1E -P 5850 3600 -F 0 "#PWR?" H 5850 3450 50 0001 C CNN -F 1 "+3V3" H 5865 3773 50 0000 C CNN -F 2 "" H 5850 3600 50 0001 C CNN -F 3 "" H 5850 3600 50 0001 C CNN - 1 5850 3600 - 1 0 0 -1 -$EndComp -Text GLabel 4550 3150 2 50 Output ~ 0 -HV_EN -$Comp -L DataAcquisition:MCP33131-10 U? -U 1 1 5FB16C07 -P 6550 4850 -F 0 "U?" H 6575 4411 50 0000 C CNN -F 1 "MCP33131-10" H 6575 4320 50 0000 C CNN -F 2 "Package_SO:MSOP-10_3x3mm_P0.5mm" H 6950 5150 50 0001 C CNN -F 3 "https://www.tme.eu/Document/a5a4283a1bfa7721eddf2e7bc5de5352/MCP33131-MCP33121-MCP33111.pdf" H 6950 5150 50 0001 C CNN - 1 6550 4850 - 1 0 0 -1 -$EndComp -$EndSCHEMATC diff --git a/Hardware/DataAcquisition/Mechanic.sch b/Hardware/DataAcquisition/Mechanic.sch deleted file mode 100644 index 4a0dea4..0000000 --- a/Hardware/DataAcquisition/Mechanic.sch +++ /dev/null @@ -1,112 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 4 4 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Mechanical:MountingHole_Pad H? -U 1 1 5FAC67E3 -P 3050 2100 -F 0 "H?" H 3150 2149 50 0000 L CNN -F 1 "MountingHole_Pad" H 3150 2058 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 3050 2100 50 0001 C CNN -F 3 "~" H 3050 2100 50 0001 C CNN - 1 3050 2100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FAC67E9 -P 3050 2300 -F 0 "#PWR?" H 3050 2050 50 0001 C CNN -F 1 "GND" H 3055 2127 50 0000 C CNN -F 2 "" H 3050 2300 50 0001 C CNN -F 3 "" H 3050 2300 50 0001 C CNN - 1 3050 2300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3050 2200 3050 2300 -$Comp -L Mechanical:MountingHole_Pad H? -U 1 1 5FAC67F0 -P 3950 2100 -F 0 "H?" H 4050 2149 50 0000 L CNN -F 1 "MountingHole_Pad" H 4050 2058 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 3950 2100 50 0001 C CNN -F 3 "~" H 3950 2100 50 0001 C CNN - 1 3950 2100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FAC67F6 -P 3950 2300 -F 0 "#PWR?" H 3950 2050 50 0001 C CNN -F 1 "GND" H 3955 2127 50 0000 C CNN -F 2 "" H 3950 2300 50 0001 C CNN -F 3 "" H 3950 2300 50 0001 C CNN - 1 3950 2300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3950 2200 3950 2300 -$Comp -L Mechanical:MountingHole_Pad H? -U 1 1 5FAC67FD -P 4900 2100 -F 0 "H?" H 5000 2149 50 0000 L CNN -F 1 "MountingHole_Pad" H 5000 2058 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 4900 2100 50 0001 C CNN -F 3 "~" H 4900 2100 50 0001 C CNN - 1 4900 2100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FAC6803 -P 4900 2300 -F 0 "#PWR?" H 4900 2050 50 0001 C CNN -F 1 "GND" H 4905 2127 50 0000 C CNN -F 2 "" H 4900 2300 50 0001 C CNN -F 3 "" H 4900 2300 50 0001 C CNN - 1 4900 2300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4900 2200 4900 2300 -$Comp -L Mechanical:MountingHole_Pad H? -U 1 1 5FAC680A -P 5800 2100 -F 0 "H?" H 5900 2149 50 0000 L CNN -F 1 "MountingHole_Pad" H 5900 2058 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 5800 2100 50 0001 C CNN -F 3 "~" H 5800 2100 50 0001 C CNN - 1 5800 2100 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FAC6810 -P 5800 2300 -F 0 "#PWR?" H 5800 2050 50 0001 C CNN -F 1 "GND" H 5805 2127 50 0000 C CNN -F 2 "" H 5800 2300 50 0001 C CNN -F 3 "" H 5800 2300 50 0001 C CNN - 1 5800 2300 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5800 2200 5800 2300 -$EndSCHEMATC diff --git a/Hardware/DataAcquisition/README.md b/Hardware/DataAcquisition/README.md deleted file mode 100644 index 1751e0e..0000000 --- a/Hardware/DataAcquisition/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# HighVoltagePowerSupply - -## Architecture Overview of High Voltage Power Supply - - - -## Assumptions - -PHT output voltage after amplification will be in range 0-10V and width of 3us. - -After pulse shaping it will be in range 0-2V5 and width of 20us. - -1 Msps, 16bit ADC will be used [MCP33131-10](https://www.tme.eu/Document/a5a4283a1bfa7721eddf2e7bc5de5352/MCP33131-MCP33121-MCP33111.pdf) - -Least significant bit (LSB) voltage: - -```Q = 2.5V / (2^16) = 35uV``` diff --git a/Hardware/DataAcquisition/fp-lib-table b/Hardware/DataAcquisition/fp-lib-table deleted file mode 100644 index baee16f..0000000 --- a/Hardware/DataAcquisition/fp-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(fp_lib_table - (lib (name DataAcquisition)(type KiCad)(uri ${KIPRJMOD}/DataAcquisition.pretty)(options "")(descr "")) -) diff --git a/Hardware/DataAcquisition/sym-lib-table b/Hardware/DataAcquisition/sym-lib-table deleted file mode 100644 index f9d562f..0000000 --- a/Hardware/DataAcquisition/sym-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(sym_lib_table - (lib (name DataAcquisition)(type Legacy)(uri ${KIPRJMOD}/DataAcquisition.lib)(options "")(descr "")) -) diff --git a/Hardware/GammaSpectrometer/DataAcquisition.sch b/Hardware/GammaSpectrometer/DataAcquisition.sch new file mode 100644 index 0000000..20760cd --- /dev/null +++ b/Hardware/GammaSpectrometer/DataAcquisition.sch @@ -0,0 +1,38 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 3 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L GammaSpectrometer:PIC32MZ0512EFE064 U2 +U 1 1 5FBBA8A7 +P 4500 1450 +F 0 "U2" H 4425 1625 50 0000 C CNN +F 1 "PIC32MZ0512EFE064" H 4425 1534 50 0000 C CNN +F 2 "Package_QFP:LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm" H 4500 1500 50 0001 C CNN +F 3 "" H 4500 1500 50 0001 C CNN + 1 4500 1450 + 1 0 0 -1 +$EndComp +$Comp +L GammaSpectrometer:MCP33131-10 U3 +U 1 1 5FBBB2A7 +P 8650 5150 +F 0 "U3" H 8675 4711 50 0000 C CNN +F 1 "MCP33131-10" H 8675 4620 50 0000 C CNN +F 2 "Package_SO:MSOP-10_3x3mm_P0.5mm" H 9050 5450 50 0001 C CNN +F 3 "" H 9050 5450 50 0001 C CNN + 1 8650 5150 + 1 0 0 -1 +$EndComp +$EndSCHEMATC diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer-cache.lib b/Hardware/GammaSpectrometer/GammaSpectrometer-cache.lib new file mode 100644 index 0000000..72c015e --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer-cache.lib @@ -0,0 +1,559 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Connector_Conn_01x02_Female +# +DEF Connector_Conn_01x02_Female J 0 40 Y N 1 F N +F0 "J" 0 100 50 H V C CNN +F1 "Connector_Conn_01x02_Female" 0 -200 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +X Pin_1 1 -200 0 150 R 50 50 1 1 P +X Pin_2 2 -200 -100 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_Conn_01x07_Female +# +DEF Connector_Conn_01x07_Female J 0 40 Y N 1 F N +F0 "J" 0 400 50 H V C CNN +F1 "Connector_Conn_01x07_Female" 0 -400 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_1x??_* +$ENDFPLIST +DRAW +A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 +A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 +A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 +A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 +A 0 100 20 901 -901 1 1 6 N 0 120 0 80 +A 0 200 20 901 -901 1 1 6 N 0 220 0 180 +A 0 300 20 901 -901 1 1 6 N 0 320 0 280 +P 2 1 1 6 -50 -300 -20 -300 N +P 2 1 1 6 -50 -200 -20 -200 N +P 2 1 1 6 -50 -100 -20 -100 N +P 2 1 1 6 -50 0 -20 0 N +P 2 1 1 6 -50 100 -20 100 N +P 2 1 1 6 -50 200 -20 200 N +P 2 1 1 6 -50 300 -20 300 N +X Pin_1 1 -200 300 150 R 50 50 1 1 P +X Pin_2 2 -200 200 150 R 50 50 1 1 P +X Pin_3 3 -200 100 150 R 50 50 1 1 P +X Pin_4 4 -200 0 150 R 50 50 1 1 P +X Pin_5 5 -200 -100 150 R 50 50 1 1 P +X Pin_6 6 -200 -200 150 R 50 50 1 1 P +X Pin_7 7 -200 -300 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Connector_TestPoint +# +DEF Connector_TestPoint TP 0 30 N N 1 F N +F0 "TP" 0 270 50 H V C CNN +F1 "Connector_TestPoint" 0 200 50 H V C CNN +F2 "" 200 0 50 H I C CNN +F3 "" 200 0 50 H I C CNN +$FPLIST + Pin* + Test* +$ENDFPLIST +DRAW +C 0 130 30 0 1 0 N +X 1 1 0 0 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C +# +DEF Device_C C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_C" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 20 -80 -30 80 -30 N +P 2 0 1 20 -80 30 80 30 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_CP +# +DEF Device_CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "Device_CP" 25 -100 50 H V L CNN +F2 "" 38 -150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + CP_* +$ENDFPLIST +DRAW +S -90 20 90 40 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +P 2 0 1 0 -70 90 -30 90 N +P 2 0 1 0 -50 110 -50 70 N +X ~ 1 0 150 110 D 50 50 1 1 P +X ~ 2 0 -150 110 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_D +# +DEF Device_D D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Device_D" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + TO-???* + *_Diode_* + *SingleDiode* + D_* +$ENDFPLIST +DRAW +P 2 0 1 10 -50 50 -50 -50 N +P 2 0 1 0 50 0 -50 0 N +P 4 0 1 10 50 50 50 -50 -50 0 50 50 N +X K 1 -150 0 100 R 50 50 1 1 P +X A 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_D_Schottky +# +DEF Device_D_Schottky D 0 40 N N 1 F N +F0 "D" 0 100 50 H V C CNN +F1 "Device_D_Schottky" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + TO-???* + *_Diode_* + *SingleDiode* + D_* +$ENDFPLIST +DRAW +P 2 0 1 0 50 0 -50 0 N +P 4 0 1 10 50 50 50 -50 -50 0 50 50 N +P 6 0 1 10 -75 25 -75 50 -50 50 -50 -50 -25 -50 -25 -25 N +X K 1 -150 0 100 R 50 50 1 1 P +X A 2 150 0 100 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_L_Core_Ferrite +# +DEF Device_L_Core_Ferrite L 0 40 N N 1 F N +F0 "L" -50 0 50 V V C CNN +F1 "Device_L_Core_Ferrite" 110 0 50 V V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Choke_* + *Coil* + Inductor_* + L_* +$ENDFPLIST +DRAW +A 0 -75 25 -899 899 0 1 0 N 0 -100 0 -50 +A 0 -25 25 -899 899 0 1 0 N 0 -50 0 0 +A 0 25 25 -899 899 0 1 0 N 0 0 0 50 +A 0 75 25 -899 899 0 1 0 N 0 50 0 100 +P 2 0 1 0 40 -110 40 -90 N +P 2 0 1 0 40 -70 40 -50 N +P 2 0 1 0 40 -30 40 -10 N +P 2 0 1 0 40 10 40 30 N +P 2 0 1 0 40 50 40 70 N +P 2 0 1 0 40 90 40 110 N +P 2 0 1 0 60 -90 60 -110 N +P 2 0 1 0 60 -50 60 -70 N +P 2 0 1 0 60 -10 60 -30 N +P 2 0 1 0 60 30 60 10 N +P 2 0 1 0 60 70 60 50 N +P 2 0 1 0 60 110 60 90 N +X 1 1 0 150 50 D 50 50 1 1 P +X 2 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_R +# +DEF Device_R R 0 0 N Y 1 F N +F0 "R" 80 0 50 V V C CNN +F1 "Device_R" 0 0 50 V V C CNN +F2 "" -70 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_RF_Shield_Two_Pieces +# +DEF Device_RF_Shield_Two_Pieces J 0 40 Y Y 1 F N +F0 "J" 0 200 50 H V C CNN +F1 "Device_RF_Shield_Two_Pieces" 0 100 50 H V C CNN +F2 "" 0 -100 50 H I C CNN +F3 "" 0 -100 50 H I C CNN +DRAW +P 2 0 1 10 -600 -200 -600 -100 N +P 2 0 1 10 -600 -50 -600 50 N +P 2 0 1 10 -600 100 -600 200 N +P 2 0 1 10 -500 300 -400 300 N +P 2 0 1 10 -400 -300 -500 -300 N +P 2 0 1 10 -250 -300 -350 -300 N +P 2 0 1 10 -250 300 -350 300 N +P 2 0 1 10 -100 -300 -200 -300 N +P 2 0 1 10 -100 300 -200 300 N +P 2 0 1 10 -50 -300 50 -300 N +P 2 0 1 10 50 300 -50 300 N +P 2 0 1 10 100 -300 200 -300 N +P 2 0 1 10 200 300 100 300 N +P 2 0 1 10 250 -300 350 -300 N +P 2 0 1 10 350 300 250 300 N +P 2 0 1 10 400 -300 500 -300 N +P 2 0 1 10 500 300 400 300 N +P 2 0 1 10 600 -200 600 -100 N +P 2 0 1 10 600 -50 600 50 N +P 2 0 1 10 600 100 600 200 N +P 3 0 1 10 -600 250 -600 300 -550 300 N +P 3 0 1 10 -550 -300 -600 -300 -600 -250 N +P 3 0 1 10 550 -300 600 -300 600 -250 N +P 3 0 1 10 600 250 600 300 550 300 N +P 4 0 1 10 -700 200 -700 450 700 450 700 200 N +X Shield 1 0 -400 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Thermistor_NTC +# +DEF Device_Thermistor_NTC TH 0 0 N Y 1 F N +F0 "TH" -175 0 50 V V C CNN +F1 "Device_Thermistor_NTC" 125 0 50 V V C CNN +F2 "" 0 50 50 H I C CNN +F3 "" 0 50 50 H I C CNN +$FPLIST + *NTC* + *Thermistor* + PIN?ARRAY* + bornier* + *Terminal?Block* + R_* +$ENDFPLIST +DRAW +A -126 88 7 -265 818 0 1 0 N -120 85 -125 95 +A -110 85 10 1800 -900 0 1 0 N -120 85 -110 75 +A -110 85 10 -900 0 0 1 0 N -110 75 -100 85 +A -110 110 10 0 900 0 1 0 N -100 110 -110 120 +A -110 110 10 900 1800 0 1 0 N -110 120 -120 110 +A -110 110 10 1800 -900 0 1 0 N -120 110 -110 100 +A -104 119 20 -1075 -253 0 1 0 N -110 100 -85 110 +S -40 100 40 -100 0 1 10 N +P 2 0 1 0 -100 85 -100 110 N +P 4 0 1 0 -70 100 -70 60 70 -60 70 -100 N +P 6 0 1 0 -100 -145 -100 -55 -110 -85 -90 -85 -100 -55 -100 -65 F +P 6 0 1 0 -70 -55 -70 -145 -80 -115 -60 -115 -70 -145 -70 -135 F +X ~ 1 0 150 50 D 50 50 1 1 P +X ~ 2 0 -150 50 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Driver_FET_MCP1416 +# +DEF Driver_FET_MCP1416 U 0 20 Y Y 1 F N +F0 "U" -200 250 50 H V L CNN +F1 "Driver_FET_MCP1416" 50 250 50 H V L CNN +F2 "Package_TO_SOT_SMD:SOT-23-5" 0 -400 50 H I C CIN +F3 "" -200 250 50 H I C CNN +$FPLIST + SOT?23* +$ENDFPLIST +DRAW +S -200 200 300 -200 0 1 10 f +X NC 1 300 -100 100 L 50 50 1 1 N N +X Vdd 2 0 300 100 D 50 50 1 1 W +X IN 3 -300 0 100 R 50 50 1 1 I +X GND 4 0 -300 100 U 50 50 1 1 W +X OUT 5 400 0 100 L 50 50 1 1 O +ENDDRAW +ENDDEF +# +# GammaSpectrometer_MCP33131-10 +# +DEF GammaSpectrometer_MCP33131-10 U 0 40 Y Y 1 F N +F0 "U" 400 350 50 H V C CNN +F1 "GammaSpectrometer_MCP33131-10" 400 300 50 H V C CNN +F2 "Package_SO:MSOP-10_3x3mm_P0.5mm" 400 300 50 H I C CNN +F3 "" 400 300 50 H I C CNN +DRAW +P 6 0 1 0 -200 -250 -450 0 -200 250 400 250 400 -250 -200 -250 f +X Vref 1 -100 350 100 D 50 50 1 1 I +X DVio 10 100 350 100 D 50 50 1 1 I +X AVdd 2 0 350 100 D 50 50 1 1 I +X Ain+ 3 -450 100 100 R 50 50 1 1 I +X Ain- 4 -450 -100 100 R 50 50 1 1 I +X GND 5 0 -350 100 U 50 50 1 1 I +X CNVST 6 500 50 100 L 50 50 1 1 I +X SDO 7 500 -150 100 L 50 50 1 1 I +X SCLK 8 500 -50 100 L 50 50 1 1 I +X SDI 9 500 150 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GammaSpectrometer_PIC32MZ0512EFE064 +# +DEF GammaSpectrometer_PIC32MZ0512EFE064 U 0 40 Y Y 1 F N +F0 "U" 0 150 50 H V C CNN +F1 "GammaSpectrometer_PIC32MZ0512EFE064" 0 50 50 H V C CNN +F2 "Package_QFP:LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm" 0 50 50 H I C CNN +F3 "" 0 50 50 H I C CNN +DRAW +S -2000 -3200 1850 0 0 1 0 f +X AN17/ETXEN/RPE5/PMD5/RE5 1 -2100 -3150 100 R 50 50 1 1 I +X AN11/C2INC/RPG9/PMA2/RG9 10 -2100 -2250 100 R 50 50 1 1 I +X AN45/C1INA/RPB5/RB5 11 -2100 -2150 100 R 50 50 1 1 I +X _AN4/C1INB/RB4 12 -2100 -2050 100 R 50 50 1 1 I +X AN3/C2INA/RPB3/RB3 13 -2100 -1950 100 R 50 50 1 1 I +X _AN2/C2INB/RPB2/RB2 14 -2100 -1850 100 R 50 50 1 1 I +X PGEC1/VREF-/CVREF-/AN1/RPB1/RB1 15 -2100 -1750 100 R 50 50 1 1 I +X PGED1/VREF+/CVREF+/AN0/RPB0/PMA6/RB0 16 -2100 -1650 100 R 50 50 1 1 I +X PGEC2/AN46/RPB6/RB6 17 -2100 -1550 100 R 50 50 1 1 I +X PGED2/AN47/RPB7/RB7 18 -2100 -1450 100 R 50 50 1 1 I +X AVDD 19 -2100 -1350 100 R 50 50 1 1 I +X AN16/ETXD0/PMD6/RE6 2 -2100 -3050 100 R 50 50 1 1 I +X AVss 20 -2100 -1250 100 R 50 50 1 1 I +X AN48/RPB8/PMA10/RB8 21 -2100 -1150 100 R 50 50 1 1 I +X AN49/RPB9/PMA7/RB9 22 -2100 -1050 100 R 50 50 1 1 I +X TMS/CVREFOUT/AN5/RPB10/PMA13/RB10 23 -2100 -950 100 R 50 50 1 1 I +X TDO/AN6/PMA12/RB11 24 -2100 -850 100 R 50 50 1 1 I +X VSS 25 -2100 -750 100 R 50 50 1 1 I +X VDD 26 -2100 -650 100 R 50 50 1 1 I +X TCK/AN7/PMA11/RB12 27 -2100 -550 100 R 50 50 1 1 I +X _TDI/AN8/RB13 28 -2100 -450 100 R 50 50 1 1 I +X AN9/RPB14/SCK3/PMA1/RB14 29 -2100 -350 100 R 50 50 1 1 I +X AN15/ETXD1/PMD7/RE7 3 -2100 -2950 100 R 50 50 1 1 I +X AN10/EMDC/AEMDC/RPB15/OCFB/PMA0/RB15 30 -2100 -250 100 R 50 50 1 1 I +X OSC1/CLKI/RC12 31 -2100 -150 100 R 50 50 1 1 I +X OSC2/CLKO/RC15 32 -2100 -50 100 R 50 50 1 1 I +X VBUS 33 1950 -3150 100 L 50 50 1 1 I +X VUSB3V3 34 1950 -3050 100 L 50 50 1 1 I +X VSS 35 1950 -2950 100 L 50 50 1 1 I +X D- 36 1950 -2850 100 L 50 50 1 1 I +X D+ 37 1950 -2750 100 L 50 50 1 1 I +X RPF3/USBID/RF3 38 1950 -2650 100 L 50 50 1 1 I +X VDD 39 1950 -2550 100 L 50 50 1 1 I +X AN14/C1IND/RPG6/SCK2/PMA5/RG6 4 -2100 -2850 100 R 50 50 1 1 I +X VSS 40 1950 -2450 100 L 50 50 1 1 I +X _RPF4/SDA5/PMA9/RF4 41 1950 -2350 100 L 50 50 1 1 I +X RPF5/SCL5/PMA8/RF5 42 1950 -2250 100 L 50 50 1 1 I +X AERXD0/ETXD2/RPD9/SDA1/PMCS2/PMA15/RD9 43 1950 -2150 100 L 50 50 1 1 I +X ECOL/RPD10/SCL1/SCK4/RD10 44 1950 -2050 100 L 50 50 1 1 I +X _AERXCLK/AEREFCLK/ECRS/RPD11/PMCS1/PMA14/RD11 45 1950 -1950 100 L 50 50 1 1 I +X AERXD1/ETXD3/RPD0/RTCC/INT0/RD0 46 1950 -1850 100 L 50 50 1 1 I +X SOSCI/RPC13/RC13 47 1950 -1750 100 L 50 50 1 1 I +X SOSCO/RPC14/T1CK/RC14 48 1950 -1650 100 L 50 50 1 1 I +X EMDIO/AEMDIO/RPD1/SCK1/RD1 49 1950 -1550 100 L 50 50 1 1 I +X AN13/C1INC/RPG7/SDA4/PMA4/RG7 5 -2100 -2750 100 R 50 50 1 1 I +X ETXERR/AETXEN/RPD2/SDA3/RD2 50 1950 -1450 100 L 50 50 1 1 I +X AERXERR/ETXCLK/RPD3/SCL3/RD3 51 1950 -1350 100 L 50 50 1 1 I +X SQICS0/RPD4/PMWR/RD4 52 1950 -1250 100 L 50 50 1 1 I +X SQICS1/RPD5/PMRD/RD5 53 1950 -1150 100 L 50 50 1 1 I +X VDD 54 1950 -1050 100 L 50 50 1 1 I +X VSS 55 1950 -950 100 L 50 50 1 1 I +X ERXD3/AETXD1/RPF0/RF0 56 1950 -850 100 L 50 50 1 1 I +X TRCLK/SQICLK/ERXD2/AETXD0/RPF1/RF1 57 1950 -750 100 L 50 50 1 1 I +X TRD0/SQID0/ERXD1/PMD0/RE0 58 1950 -650 100 L 50 50 1 1 I +X VSS 59 1950 -550 100 L 50 50 1 1 I +X AN12/C2IND/RPG8/SCL4/PMA3/RG8 6 -2100 -2650 100 R 50 50 1 1 I +X VDD 60 1950 -450 100 L 50 50 1 1 I +X TRD1/SQID1/ERXD0/PMD1/RE1 61 1950 -350 100 L 50 50 1 1 I +X TRD2/SQID2/ERXDV/ECRSDV/AECRSDV/PMD2/RE2 62 1950 -250 100 L 50 50 1 1 I +X TRD3/SQID3/ERXCLK/EREFCLK/RPE3/PMD3/RE3 63 1950 -150 100 L 50 50 1 1 I +X AN18/ERXERR/PMD4/RE4 64 1950 -50 100 L 50 50 1 1 I +X VSS 7 -2100 -2550 100 R 50 50 1 1 I +X VDD 8 -2100 -2450 100 R 50 50 1 1 I +X MCLR 9 -2100 -2350 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# GammaSpectrometer_RM8 +# +DEF GammaSpectrometer_RM8 TR 0 40 Y Y 1 F N +F0 "TR" 0 50 50 H V C CNN +F1 "GammaSpectrometer_RM8" 0 0 50 H V C CNN +F2 "GammaSpectrometer:RM8" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +A -50 -725 25 -899 899 1 1 0 N -50 -750 -50 -700 +A -50 -675 25 -899 899 1 1 0 N -50 -700 -50 -650 +A -50 -625 25 -899 899 1 1 0 N -50 -650 -50 -600 +A 50 -1275 25 901 -901 1 1 0 N 50 -1250 50 -1300 +A 50 -1225 25 901 -901 1 1 0 N 50 -1200 50 -1250 +A 50 -1175 25 901 -901 1 1 0 N 50 -1150 50 -1200 +A 50 -1025 25 901 -901 1 1 0 N 50 -1000 50 -1050 +A 50 -975 25 901 -901 1 1 0 N 50 -950 50 -1000 +A 50 -925 25 901 -901 1 1 0 N 50 -900 50 -950 +A 50 -775 25 901 -901 1 1 0 N 50 -750 50 -800 +A 50 -725 25 901 -901 1 1 0 N 50 -700 50 -750 +A 50 -675 25 901 -901 1 1 0 N 50 -650 50 -700 +A 50 -525 25 901 -901 1 1 0 N 50 -500 50 -550 +A 50 -475 25 901 -901 1 1 0 N 50 -450 50 -500 +A 50 -425 25 901 -901 1 1 0 N 50 -400 50 -450 +A 50 -275 25 901 -901 1 1 0 N 50 -250 50 -300 +A 50 -225 25 901 -901 1 1 0 N 50 -200 50 -250 +A 50 -175 25 901 -901 1 1 0 N 50 -150 50 -200 +C -70 -620 10 0 1 0 F +C 70 -1280 10 0 1 0 F +C 70 -1030 10 0 1 0 F +C 70 -780 10 1 1 0 F +C 70 -530 10 1 1 0 F +C 70 -280 10 1 1 0 F +S -100 -100 100 -1350 0 1 0 f +P 2 0 1 0 -100 -750 -50 -750 N +P 2 0 1 0 -100 -600 -50 -600 N +P 2 0 1 0 0 -1300 0 -150 N +P 2 0 1 0 50 -1300 100 -1300 N +P 2 0 1 0 50 -1150 100 -1150 N +P 2 0 1 0 50 -1050 100 -1050 N +P 2 0 1 0 50 -900 100 -900 N +P 2 1 1 0 50 -800 100 -800 N +P 2 1 1 0 50 -650 100 -650 N +P 2 1 1 0 50 -550 100 -550 N +P 2 1 1 0 50 -400 100 -400 N +P 2 1 1 0 50 -300 100 -300 N +P 2 1 1 0 50 -150 100 -150 N +X ~ 1 200 -550 100 L 50 50 1 1 I +X ~ 10 200 -400 100 L 50 50 1 1 I +X ~ 11 200 -300 100 L 50 50 1 1 I +X ~ 12 200 -150 100 L 50 50 1 1 I +X ~ 13 -50 -1450 100 U 50 50 1 1 I +X ~ 14 50 -1450 100 U 50 50 1 1 I +X ~ 2 200 -650 100 L 50 50 1 1 I +X ~ 3 200 -800 100 L 50 50 1 1 I +X ~ 4 200 -900 100 L 50 50 1 1 I +X ~ 5 -200 -600 100 R 50 50 1 1 I +X ~ 6 -200 -750 100 R 50 50 1 1 I +X ~ 7 200 -1150 100 L 50 50 1 1 I +X ~ 8 200 -1300 100 L 50 50 1 1 I +X ~ 9 200 -1050 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Mechanical_MountingHole_Pad +# +DEF Mechanical_MountingHole_Pad H 0 40 N N 1 F N +F0 "H" 0 250 50 H V C CNN +F1 "Mechanical_MountingHole_Pad" 0 175 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + MountingHole*Pad* +$ENDFPLIST +DRAW +C 0 50 50 0 1 50 N +X 1 1 0 -100 100 U 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Transistor_BJT_BC550 +# +DEF Transistor_BJT_BC550 Q 0 0 Y N 1 F N +F0 "Q" 200 75 50 H V L CNN +F1 "Transistor_BJT_BC550" 200 0 50 H V L CNN +F2 "Package_TO_SOT_THT:TO-92_Inline" 200 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +ALIAS BC546 BC548 BC549 BC550 BC337 BC338 +$FPLIST + TO?92* +$ENDFPLIST +DRAW +C 50 0 111 0 1 10 N +P 2 0 1 0 0 0 25 0 N +P 2 0 1 0 25 25 100 100 N +P 3 0 1 0 25 -25 100 -100 100 -100 N +P 3 0 1 20 25 75 25 -75 25 -75 N +P 5 0 1 0 50 -70 70 -50 90 -90 50 -70 50 -70 F +X C 1 100 200 100 D 50 50 1 1 P +X B 2 -200 0 200 R 50 50 1 1 I +X E 3 100 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Transistor_FET_IRF740 +# +DEF Transistor_FET_IRF740 Q 0 20 Y N 1 F N +F0 "Q" 250 75 50 H V L CNN +F1 "Transistor_FET_IRF740" 250 0 50 H V L CNN +F2 "Package_TO_SOT_THT:TO-220-3_Vertical" 250 -75 50 H I L CIN +F3 "" 0 0 50 H I L CNN +ALIAS IRF3205 IRF540N IRF740 IRLB8721PBF IRLZ34N IRLZ44N VNP10N07 IPP060N06N +$FPLIST + TO?220* +$ENDFPLIST +DRAW +C 65 0 110 0 1 10 N +C 100 -70 10 0 1 0 F +C 100 70 10 0 1 0 F +P 2 0 1 0 10 0 -100 0 N +P 2 0 1 10 10 75 10 -75 N +P 2 0 1 10 30 -50 30 -90 N +P 2 0 1 10 30 20 30 -20 N +P 2 0 1 10 30 90 30 50 N +P 2 0 1 0 100 100 100 70 N +P 3 0 1 0 100 -100 100 0 30 0 N +P 4 0 1 0 30 -70 130 -70 130 70 30 70 N +P 4 0 1 0 40 0 80 15 80 -15 40 0 F +P 4 0 1 0 110 20 115 15 145 15 150 10 N +P 4 0 1 0 130 15 115 -10 145 -10 130 15 N +X G 1 -200 0 100 R 50 50 1 1 I +X D 2 100 200 100 D 50 50 1 1 P +X S 3 100 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# power_GND +# +DEF power_GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -250 50 H I C CNN +F1 "power_GND" 0 -150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N +X GND 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_PWR_FLAG +# +DEF power_PWR_FLAG #FLG 0 0 N N 1 F P +F0 "#FLG" 0 75 50 H I C CNN +F1 "power_PWR_FLAG" 0 150 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N +X pwr 1 0 0 0 U 50 50 0 0 w +ENDDRAW +ENDDEF +# +#End Library diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.dcm b/Hardware/GammaSpectrometer/GammaSpectrometer.dcm similarity index 69% rename from Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.dcm rename to Hardware/GammaSpectrometer/GammaSpectrometer.dcm index f0a88d8..e4983a9 100644 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.dcm +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.dcm @@ -8,4 +8,9 @@ $CMP MCP6V51 F https://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V51-Data-Sheet-DS20006136A.pdf $ENDCMP # +$CMP RM8 +D handmade transformer +F https://www.tdk-electronics.tdk.com/inf/80/db/fer/rm_8.pdf +$ENDCMP +# #End Doc Library diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer.kicad_pcb b/Hardware/GammaSpectrometer/GammaSpectrometer.kicad_pcb new file mode 100644 index 0000000..4585e8e --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.kicad_pcb @@ -0,0 +1,3994 @@ +(kicad_pcb (version 20171130) (host pcbnew "(5.1.6)-1") + + (general + (thickness 1.6) + (drawings 101) + (tracks 23) + (zones 0) + (modules 61) + (nets 28) + ) + + (page A4) + (layers + (0 F.Cu signal) + (31 B.Cu signal hide) + (32 B.Adhes user hide) + (33 F.Adhes user hide) + (34 B.Paste user hide) + (35 F.Paste user) + (36 B.SilkS user hide) + (37 F.SilkS user) + (38 B.Mask user hide) + (39 F.Mask user) + (40 Dwgs.User user hide) + (41 Cmts.User user hide) + (42 Eco1.User user hide) + (43 Eco2.User user hide) + (44 Edge.Cuts user) + (45 Margin user hide) + (46 B.CrtYd user hide) + (47 F.CrtYd user hide) + (48 B.Fab user hide) + (49 F.Fab user hide) + ) + + (setup + (last_trace_width 0.25) + (user_trace_width 0.4064) + (user_trace_width 1) + (user_trace_width 1.5) + (trace_clearance 0.2) + (zone_clearance 0.508) + (zone_45_only no) + (trace_min 0.2) + (via_size 0.8) + (via_drill 0.4) + (via_min_size 0.4) + (via_min_drill 0.3) + (user_via 1.3 0.6) + (uvia_size 0.3) + (uvia_drill 0.1) + (uvias_allowed no) + (uvia_min_size 0.2) + (uvia_min_drill 0.1) + (edge_width 0.05) + (segment_width 0.2) + (pcb_text_width 0.3) + (pcb_text_size 1.5 1.5) + (mod_edge_width 0.12) + (mod_text_size 1 1) + (mod_text_width 0.15) + (pad_size 1.524 1.524) + (pad_drill 0.762) + (pad_to_mask_clearance 0.05) + (aux_axis_origin 0 0) + (visible_elements 7FFFFFFF) + (pcbplotparams + (layerselection 0x010fc_ffffffff) + (usegerberextensions false) + (usegerberattributes true) + (usegerberadvancedattributes true) + (creategerberjobfile true) + (excludeedgelayer true) + (linewidth 0.100000) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (padsonsilk false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 1) + (scaleselection 1) + (outputdirectory "")) + ) + + (net 0 "") + (net 1 "Net-(C1-Pad1)") + (net 2 GND) + (net 3 "Net-(C10-Pad2)") + (net 4 /VCC_OPAMP) + (net 5 "Net-(C10-Pad1)") + (net 6 "Net-(C11-Pad1)") + (net 7 "Net-(R14-Pad2)") + (net 8 "Net-(R13-Pad2)") + (net 9 "Net-(J1-Pad1)") + (net 10 "Net-(J2-Pad1)") + (net 11 "Net-(J4-Pad2)") + (net 12 "Net-(Q1-Pad1)") + (net 13 "Net-(R7-Pad2)") + (net 14 "Net-(R11-Pad1)") + (net 15 "Net-(R11-Pad2)") + (net 16 "Net-(R12-Pad2)") + (net 17 "Net-(C11-Pad2)") + (net 18 "Net-(R6-Pad2)") + (net 19 "Net-(C12-Pad2)") + (net 20 "Net-(R5-Pad2)") + (net 21 "Net-(D1-Pad2)") + (net 22 "Net-(C14-Pad2)") + (net 23 "Net-(R8-Pad2)") + (net 24 "Net-(R10-Pad2)") + (net 25 "Net-(J4-Pad3)") + (net 26 "Net-(C16-Pad2)") + (net 27 /HighVoltagePowerSupply/V_DIVIDER) + + (net_class Default "This is the default net class." + (clearance 0.2) + (trace_width 0.25) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net /HighVoltagePowerSupply/V_DIVIDER) + (add_net /VCC_OPAMP) + (add_net GND) + (add_net "Net-(C1-Pad1)") + (add_net "Net-(C10-Pad1)") + (add_net "Net-(C10-Pad2)") + (add_net "Net-(C16-Pad2)") + (add_net "Net-(J4-Pad2)") + (add_net "Net-(J4-Pad3)") + (add_net "Net-(Q1-Pad1)") + (add_net "Net-(R10-Pad2)") + (add_net "Net-(R8-Pad2)") + (add_net "Net-(TR1-Pad1)") + (add_net "Net-(TR1-Pad12)") + (add_net "Net-(TR1-Pad6)") + (add_net "Net-(TR1-Pad7)") + (add_net "Net-(U1-Pad1)") + (add_net "Net-(U2-Pad1)") + (add_net "Net-(U2-Pad10)") + (add_net "Net-(U2-Pad11)") + (add_net "Net-(U2-Pad12)") + (add_net "Net-(U2-Pad13)") + (add_net "Net-(U2-Pad14)") + (add_net "Net-(U2-Pad15)") + (add_net "Net-(U2-Pad16)") + (add_net "Net-(U2-Pad17)") + (add_net "Net-(U2-Pad18)") + (add_net "Net-(U2-Pad19)") + (add_net "Net-(U2-Pad2)") + (add_net "Net-(U2-Pad20)") + (add_net "Net-(U2-Pad21)") + (add_net "Net-(U2-Pad22)") + (add_net "Net-(U2-Pad23)") + (add_net "Net-(U2-Pad24)") + (add_net "Net-(U2-Pad25)") + (add_net "Net-(U2-Pad26)") + (add_net "Net-(U2-Pad27)") + (add_net "Net-(U2-Pad28)") + (add_net "Net-(U2-Pad29)") + (add_net "Net-(U2-Pad3)") + (add_net "Net-(U2-Pad30)") + (add_net "Net-(U2-Pad31)") + (add_net "Net-(U2-Pad32)") + (add_net "Net-(U2-Pad33)") + (add_net "Net-(U2-Pad34)") + (add_net "Net-(U2-Pad35)") + (add_net "Net-(U2-Pad36)") + (add_net "Net-(U2-Pad37)") + (add_net "Net-(U2-Pad38)") + (add_net "Net-(U2-Pad39)") + (add_net "Net-(U2-Pad4)") + (add_net "Net-(U2-Pad40)") + (add_net "Net-(U2-Pad41)") + (add_net "Net-(U2-Pad42)") + (add_net "Net-(U2-Pad43)") + (add_net "Net-(U2-Pad44)") + (add_net "Net-(U2-Pad45)") + (add_net "Net-(U2-Pad46)") + (add_net "Net-(U2-Pad47)") + (add_net "Net-(U2-Pad48)") + (add_net "Net-(U2-Pad49)") + (add_net "Net-(U2-Pad5)") + (add_net "Net-(U2-Pad50)") + (add_net "Net-(U2-Pad51)") + (add_net "Net-(U2-Pad52)") + (add_net "Net-(U2-Pad53)") + (add_net "Net-(U2-Pad54)") + (add_net "Net-(U2-Pad55)") + (add_net "Net-(U2-Pad56)") + (add_net "Net-(U2-Pad57)") + (add_net "Net-(U2-Pad58)") + (add_net "Net-(U2-Pad59)") + (add_net "Net-(U2-Pad6)") + (add_net "Net-(U2-Pad60)") + (add_net "Net-(U2-Pad61)") + (add_net "Net-(U2-Pad62)") + (add_net "Net-(U2-Pad63)") + (add_net "Net-(U2-Pad64)") + (add_net "Net-(U2-Pad7)") + (add_net "Net-(U2-Pad8)") + (add_net "Net-(U2-Pad9)") + (add_net "Net-(U3-Pad1)") + (add_net "Net-(U3-Pad10)") + (add_net "Net-(U3-Pad2)") + (add_net "Net-(U3-Pad3)") + (add_net "Net-(U3-Pad4)") + (add_net "Net-(U3-Pad5)") + (add_net "Net-(U3-Pad6)") + (add_net "Net-(U3-Pad7)") + (add_net "Net-(U3-Pad8)") + (add_net "Net-(U3-Pad9)") + ) + + (net_class "high voltage" "" + (clearance 0.6) + (trace_width 1.8) + (via_dia 0.8) + (via_drill 0.4) + (uvia_dia 0.3) + (uvia_drill 0.1) + (add_net "Net-(C11-Pad1)") + (add_net "Net-(C11-Pad2)") + (add_net "Net-(C12-Pad2)") + (add_net "Net-(C14-Pad2)") + (add_net "Net-(D1-Pad2)") + (add_net "Net-(J1-Pad1)") + (add_net "Net-(J2-Pad1)") + (add_net "Net-(R11-Pad1)") + (add_net "Net-(R11-Pad2)") + (add_net "Net-(R12-Pad2)") + (add_net "Net-(R13-Pad2)") + (add_net "Net-(R14-Pad2)") + (add_net "Net-(R5-Pad2)") + (add_net "Net-(R6-Pad2)") + (add_net "Net-(R7-Pad2)") + ) + + (module Package_SO:MSOP-10_3x3mm_P0.5mm (layer F.Cu) (tedit 5A02F25C) (tstamp 5FBBC1F3) + (at 93.654 101.88) + (descr "10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "SSOP 0.5") + (path /5FBBA5A8/5FBBB2A7) + (attr smd) + (fp_text reference U3 (at 0 -2.6) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MCP33131-10 (at 0 2.6) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.6 0.6) (thickness 0.15))) + ) + (fp_line (start -0.5 -1.5) (end 1.5 -1.5) (layer F.Fab) (width 0.15)) + (fp_line (start 1.5 -1.5) (end 1.5 1.5) (layer F.Fab) (width 0.15)) + (fp_line (start 1.5 1.5) (end -1.5 1.5) (layer F.Fab) (width 0.15)) + (fp_line (start -1.5 1.5) (end -1.5 -0.5) (layer F.Fab) (width 0.15)) + (fp_line (start -1.5 -0.5) (end -0.5 -1.5) (layer F.Fab) (width 0.15)) + (fp_line (start -3.15 -1.85) (end -3.15 1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.15 -1.85) (end 3.15 1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.15 -1.85) (end 3.15 -1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.15 1.85) (end 3.15 1.85) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.675 -1.675) (end -1.675 -1.45) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.675 -1.675) (end 1.675 -1.375) (layer F.SilkS) (width 0.15)) + (fp_line (start 1.675 1.675) (end 1.675 1.375) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.675 1.675) (end -1.675 1.375) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.675 -1.675) (end 1.675 -1.675) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.675 1.675) (end 1.675 1.675) (layer F.SilkS) (width 0.15)) + (fp_line (start -1.675 -1.45) (end -2.9 -1.45) (layer F.SilkS) (width 0.15)) + (pad 10 smd rect (at 2.2 -1) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 9 smd rect (at 2.2 -0.5) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 8 smd rect (at 2.2 0) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 7 smd rect (at 2.2 0.5) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 6 smd rect (at 2.2 1) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 5 smd rect (at -2.2 1) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at -2.2 0.5) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -2.2 0) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at -2.2 -0.5) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (pad 1 smd rect (at -2.2 -1) (size 1.4 0.3) (layers F.Cu F.Paste F.Mask)) + (model ${KISYS3DMOD}/Package_SO.3dshapes/MSOP-10_3x3mm_P0.5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_QFP:LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm (layer F.Cu) (tedit 5DC5FE75) (tstamp 5FBBC1D4) + (at 82.804 106.68) + (descr "LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (path /5FBBA5A8/5FBBA8A7) + (attr smd) + (fp_text reference U2 (at 0 -7.35) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value PIC32MZ0512EFE064 (at 0 7.35) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 4.16 5.11) (end 5.11 5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.11 5.11) (end 5.11 4.16) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.16 5.11) (end -5.11 5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 5.11) (end -5.11 4.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.16 -5.11) (end 5.11 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.11 -5.11) (end 5.11 -4.16) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.16 -5.11) (end -5.11 -5.11) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 -5.11) (end -5.11 -4.16) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.11 -4.16) (end -6.4 -4.16) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 -5) (end 5 -5) (layer F.Fab) (width 0.1)) + (fp_line (start 5 -5) (end 5 5) (layer F.Fab) (width 0.1)) + (fp_line (start 5 5) (end -5 5) (layer F.Fab) (width 0.1)) + (fp_line (start -5 5) (end -5 -4) (layer F.Fab) (width 0.1)) + (fp_line (start -5 -4) (end -4 -5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -6.65) (end -4.15 -6.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.15 -6.65) (end -4.15 -5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.15 -5.25) (end -5.25 -5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.25 -5.25) (end -5.25 -4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.25 -4.15) (end -6.65 -4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.65 -4.15) (end -6.65 0) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0 -6.65) (end 4.15 -6.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.15 -6.65) (end 4.15 -5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.15 -5.25) (end 5.25 -5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 -5.25) (end 5.25 -4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 -4.15) (end 6.65 -4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.65 -4.15) (end 6.65 0) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0 6.65) (end -4.15 6.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.15 6.65) (end -4.15 5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.15 5.25) (end -5.25 5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.25 5.25) (end -5.25 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.25 4.15) (end -6.65 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.65 4.15) (end -6.65 0) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0 6.65) (end 4.15 6.65) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.15 6.65) (end 4.15 5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4.15 5.25) (end 5.25 5.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 5.25) (end 5.25 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.25 4.15) (end 6.65 4.15) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.65 4.15) (end 6.65 0) (layer F.CrtYd) (width 0.05)) + (pad "" smd roundrect (at 2.6 2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 2.6 1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 2.6 0) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 2.6 -1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 2.6 -2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 1.3 2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 1.3 1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 1.3 0) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 1.3 -1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 1.3 -2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 0 2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 0 1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 0 0) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 0 -1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at 0 -2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -1.3 2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -1.3 1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -1.3 0) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -1.3 -1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -1.3 -2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -2.6 2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -2.6 1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -2.6 0) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -2.6 -1.3) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad "" smd roundrect (at -2.6 -2.6) (size 1.05 1.05) (layers F.Paste) (roundrect_rratio 0.238095)) + (pad 65 smd rect (at 0 0) (size 6.5 6.5) (layers F.Cu F.Mask)) + (pad 64 smd roundrect (at -3.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 63 smd roundrect (at -3.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 62 smd roundrect (at -2.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 61 smd roundrect (at -2.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 60 smd roundrect (at -1.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 59 smd roundrect (at -1.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 58 smd roundrect (at -0.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 57 smd roundrect (at -0.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 56 smd roundrect (at 0.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 55 smd roundrect (at 0.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 54 smd roundrect (at 1.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 53 smd roundrect (at 1.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 52 smd roundrect (at 2.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 51 smd roundrect (at 2.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 50 smd roundrect (at 3.25 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 49 smd roundrect (at 3.75 -5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 48 smd roundrect (at 5.6625 -3.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 47 smd roundrect (at 5.6625 -3.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 46 smd roundrect (at 5.6625 -2.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 45 smd roundrect (at 5.6625 -2.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 44 smd roundrect (at 5.6625 -1.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 43 smd roundrect (at 5.6625 -1.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 42 smd roundrect (at 5.6625 -0.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 41 smd roundrect (at 5.6625 -0.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 40 smd roundrect (at 5.6625 0.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 39 smd roundrect (at 5.6625 0.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 38 smd roundrect (at 5.6625 1.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 37 smd roundrect (at 5.6625 1.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 36 smd roundrect (at 5.6625 2.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 35 smd roundrect (at 5.6625 2.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 34 smd roundrect (at 5.6625 3.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 33 smd roundrect (at 5.6625 3.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 32 smd roundrect (at 3.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 31 smd roundrect (at 3.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 30 smd roundrect (at 2.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 29 smd roundrect (at 2.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 28 smd roundrect (at 1.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 27 smd roundrect (at 1.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 26 smd roundrect (at 0.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 25 smd roundrect (at 0.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 24 smd roundrect (at -0.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 23 smd roundrect (at -0.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 22 smd roundrect (at -1.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 21 smd roundrect (at -1.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 20 smd roundrect (at -2.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 19 smd roundrect (at -2.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 18 smd roundrect (at -3.25 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 17 smd roundrect (at -3.75 5.6625) (size 0.3 1.475) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 16 smd roundrect (at -5.6625 3.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 15 smd roundrect (at -5.6625 3.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 14 smd roundrect (at -5.6625 2.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 13 smd roundrect (at -5.6625 2.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 12 smd roundrect (at -5.6625 1.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 11 smd roundrect (at -5.6625 1.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 10 smd roundrect (at -5.6625 0.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 9 smd roundrect (at -5.6625 0.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 8 smd roundrect (at -5.6625 -0.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 7 smd roundrect (at -5.6625 -0.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 6 smd roundrect (at -5.6625 -1.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 5 smd roundrect (at -5.6625 -1.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 4 smd roundrect (at -5.6625 -2.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 3 smd roundrect (at -5.6625 -2.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 2 smd roundrect (at -5.6625 -3.25) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (pad 1 smd roundrect (at -5.6625 -3.75) (size 1.475 0.3) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25)) + (model ${KISYS3DMOD}/Package_QFP.3dshapes/LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module GammaSpectrometer:3710.16 (layer F.Cu) (tedit 5FBA5A7A) (tstamp 5FBAF9C5) + (at 131.318 110.744) + (descr "rf chassis") + (path /5FBBA154/5FBAEC54) + (fp_text reference J5 (at -26 -7 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value RF_Shield_Two_Pieces (at -24 -7 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -25 -27) (end 25 -27) (layer F.SilkS) (width 0.12)) + (fp_line (start 25 -27) (end 25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start 25 27) (end -25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start -25 -27) (end -25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start -25 27) (end 25 -27) (layer Dwgs.User) (width 0.12)) + (fp_line (start -25 -27) (end 25 27) (layer Dwgs.User) (width 0.12)) + (fp_line (start -25 -27) (end 25 -27) (layer B.SilkS) (width 0.12)) + (fp_line (start 25 -27) (end 25 27) (layer B.SilkS) (width 0.12)) + (fp_line (start 25 27) (end -25 27) (layer B.SilkS) (width 0.12)) + (fp_line (start -25 27) (end -25 -26) (layer B.SilkS) (width 0.12)) + (fp_line (start -25 -26) (end -25 -27) (layer B.SilkS) (width 0.12)) + (fp_poly (pts (xy -24.5 27) (xy -25 27) (xy -25 -27) (xy -24.5 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 -26.5) (xy -25 -26.5) (xy -25 -27) (xy 25 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 27) (xy 24.5 27) (xy 24.5 -27) (xy 25 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 27) (xy -25 27) (xy -25 26.5) (xy 25 26.5)) (layer F.SilkS) (width 0.1)) + (pad 1 thru_hole circle (at 0 27) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole circle (at -25 0) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole circle (at 25 0) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole circle (at 0 -27) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/3710.16.step + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FABDEDD) + (at 151.474 123.952) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/600DEE82) + (attr smd) + (fp_text reference R17 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 11 "Net-(J4-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57EFA) + (at 151.474 120.396) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/602F1036) + (attr smd) + (fp_text reference R16 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47k (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 24 "Net-(R10-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 11 "Net-(J4-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57FB5) + (at 143.95 101.6 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062F44B) + (attr smd) + (fp_text reference R14 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(R14-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(R13-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57FA4) + (at 143.95 105.664) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062F451) + (attr smd) + (fp_text reference R13 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 8 "Net-(R13-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(R12-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57F93) + (at 135.55 105.664) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062F457) + (attr smd) + (fp_text reference R12 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 16 "Net-(R12-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 15 "Net-(R11-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57F82) + (at 135.038 109.728 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062F45D) + (attr smd) + (fp_text reference R11 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 15 "Net-(R11-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 14 "Net-(R11-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FB3C08E) + (at 151.474 116.84) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/602D6BA8) + (attr smd) + (fp_text reference R10 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5k6 (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 24 "Net-(R10-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 27 /HighVoltagePowerSupply/V_DIVIDER)) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FACEF2F) + (at 143.5 117.5) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/60626F50) + (attr smd) + (fp_text reference R9 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 27 /HighVoltagePowerSupply/V_DIVIDER)) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 23 "Net-(R8-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA65EB2) + (at 135.038 117.602) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062798A) + (attr smd) + (fp_text reference R8 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 23 "Net-(R8-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 13 "Net-(R7-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57F60) + (at 135.0645 113.665 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/60627F97) + (attr smd) + (fp_text reference R7 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 13 "Net-(R7-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(R6-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57F4F) + (at 143.51 113.6015 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062845C) + (attr smd) + (fp_text reference R6 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 18 "Net-(R6-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 20 "Net-(R5-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA65F5F) + (at 143.51 109.728) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/60628A4F) + (attr smd) + (fp_text reference R5 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 20 "Net-(R5-Pad2)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 14 "Net-(R11-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57FC6) + (at 135.5 101.6 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/6062F445) + (attr smd) + (fp_text reference R15 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10M (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(C12-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 7 "Net-(R14-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer F.Cu) (tedit 58FE61C0) (tstamp 5FA57F2D) + (at 115.406 88.392 180) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/5FB858F8) + (attr smd) + (fp_text reference R4 (at 0.05 -2.05) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TBD (at 0 2.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.7 -1.1) (end 1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -1.7 -1.1) (end -1.7 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end -2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end 2.9 1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end 2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end -2.9 -1.1) (layer F.Fab) (width 0.12)) + (fp_line (start -3.75 -1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.75 -1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end 3.75 -1.55) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.75 1.55) (end -3.75 1.55) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 17 "Net-(C11-Pad2)")) + (pad 1 smd rect (at -2.45 0 180) (size 2.1 2.6) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(C12-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_MELF_MMB-0207 (layer B.Cu) (tedit 58FE61C0) (tstamp 5FB3C0F3) + (at 115.34 105.664) + (descr "Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf") + (tags "MELF Resistor") + (path /5FBBA154/5FB36EF5) + (attr smd) + (fp_text reference R3 (at 0.05 2.05) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value TBD (at 0 -2.2) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start 1.2 1.2) (end -1.2 1.2) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.2 -1.2) (end -1.2 -1.2) (layer B.SilkS) (width 0.12)) + (fp_line (start 1.7 1.1) (end 1.7 -1.1) (layer B.Fab) (width 0.12)) + (fp_line (start -1.7 1.1) (end -1.7 -1.1) (layer B.Fab) (width 0.12)) + (fp_line (start -2.9 1.1) (end -2.9 -1.1) (layer B.Fab) (width 0.12)) + (fp_line (start -2.9 -1.1) (end 2.9 -1.1) (layer B.Fab) (width 0.12)) + (fp_line (start 2.9 -1.1) (end 2.9 1.1) (layer B.Fab) (width 0.12)) + (fp_line (start 2.9 1.1) (end -2.9 1.1) (layer B.Fab) (width 0.12)) + (fp_line (start -3.75 1.55) (end 3.75 1.55) (layer B.CrtYd) (width 0.05)) + (fp_line (start -3.75 1.55) (end -3.75 -1.55) (layer B.CrtYd) (width 0.05)) + (fp_line (start 3.75 -1.55) (end 3.75 1.55) (layer B.CrtYd) (width 0.05)) + (fp_line (start 3.75 -1.55) (end -3.75 -1.55) (layer B.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (pad 2 smd rect (at 2.45 0) (size 2.1 2.6) (layers B.Cu B.Paste B.Mask) + (net 5 "Net-(C10-Pad1)")) + (pad 1 smd rect (at -2.45 0) (size 2.1 2.6) (layers B.Cu B.Paste B.Mask) + (net 3 "Net-(C10-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_MELF_MMB-0207.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FBA36AE) + (at 112.268 148.844) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FCA6A7F) + (attr smd) + (fp_text reference C16 (at 0 -1.82) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1n (at 0 1.82) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 26 "Net-(C16-Pad2)")) + (pad 1 smd roundrect (at -1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A433) (tstamp 5FBA25FD) + (at 120.904 157.48 270) + (descr "Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x07 2.54mm single row") + (path /5FBBA154/5FC5A9D2) + (fp_text reference J4 (at 0 -2.77 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value Conn_01x07_Female (at 0 18.01 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 -0.635) (end 1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start 1.27 16.51) (end -1.27 16.51) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 16.51) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) + (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 1.27) (end -1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.33 16.57) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 1.27) (end 1.33 16.57) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.75 -1.8) (end 1.75 17) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.75 17) (end -1.8 17) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.8 17) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 7.62) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 7 thru_hole oval (at 0 15.24 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 6 thru_hole oval (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 26 "Net-(C16-Pad2)")) + (pad 5 thru_hole oval (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 1 "Net-(C1-Pad1)")) + (pad 4 thru_hole oval (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 9 "Net-(J1-Pad1)")) + (pad 3 thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 25 "Net-(J4-Pad3)")) + (pad 2 thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 11 "Net-(J4-Pad2)")) + (pad 1 thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) + (net 27 /HighVoltagePowerSupply/V_DIVIDER)) + (model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x07_P2.54mm_Vertical.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FBA24D4) + (at 105.156 153.032 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FC67BB2) + (attr smd) + (fp_text reference C15 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1n (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 27 /HighVoltagePowerSupply/V_DIVIDER)) + (pad 1 smd roundrect (at -1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SMA (layer F.Cu) (tedit 586432E5) (tstamp 5FB3FF0D) + (at 143.288 121.412 180) + (descr "Diode SMA (DO-214AC)") + (tags "Diode SMA (DO-214AC)") + (path /5FBBA154/60140EC5) + (attr smd) + (fp_text reference D3 (at 0 -2.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5V (at 0 2.6) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) + (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -3.4 1.65) (end 2 1.65) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) + (net 27 /HighVoltagePowerSupply/V_DIVIDER)) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SMB (layer F.Cu) (tedit 58645DF3) (tstamp 5FAD52F7) + (at 121.92 90.424 270) + (descr "Diode SMB (DO-214AA)") + (tags "Diode SMB (DO-214AA)") + (path /5FBBA154/5FC45ED9) + (attr smd) + (fp_text reference D2 (at 0 -3 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value SM518 (at 0 3.1 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.55 -2.15) (end -3.55 2.15) (layer F.SilkS) (width 0.12)) + (fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1)) + (fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1)) + (fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1)) + (fp_line (start -3.65 -2.25) (end 3.65 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.65 -2.25) (end 3.65 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start 3.65 2.25) (end -3.65 2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -3.65 2.25) (end -3.65 -2.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) + (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) + (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) + (fp_line (start -3.55 2.15) (end 2.15 2.15) (layer F.SilkS) (width 0.12)) + (fp_line (start -3.55 -2.15) (end 2.15 -2.15) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 -3 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 2.15 0 270) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask) + (net 6 "Net-(C11-Pad1)")) + (pad 1 smd rect (at -2.15 0 270) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(C12-Pad2)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMB.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Inductor_SMD:L_10.4x10.4_H4.8 (layer F.Cu) (tedit 5990349B) (tstamp 5FAC028B) + (at 137.246 130.81 180) + (descr "Choke, SMD, 10.4x10.4mm 4.8mm height") + (tags "Choke SMD") + (path /5FBBA154/60101C1A) + (attr smd) + (fp_text reference L1 (at 0 -6.35) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 560n (at 0 6.35) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 5.3 2.1) (end 5.3 5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.3 5.3) (end -5.3 5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 5.3) (end -5.3 2.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 -2.1) (end -5.3 -5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 -5.3) (end 5.3 -5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.3 -5.3) (end 5.3 -2.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.75 -5.45) (end -5.75 5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.75 5.45) (end 5.75 5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.75 5.45) (end 5.75 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.75 -5.45) (end -5.75 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.2 -5.2) (end 5.2 -2.1) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 -5.2) (end -5.2 -2.1) (layer F.Fab) (width 0.1)) + (fp_line (start 5.2 5.2) (end 5.2 2.1) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 5.2) (end -5.2 2.1) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 -5.2) (end 5.2 -5.2) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 5.2) (end 5.2 5.2) (layer F.Fab) (width 0.1)) + (fp_arc (start 0 0) (end -3.17 -3.17) (angle 90) (layer F.Fab) (width 0.1)) + (fp_arc (start 0 0) (end 3.17 3.17) (angle 90) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 4.15 0 180) (size 2.7 3.6) (layers F.Cu F.Paste F.Mask) + (net 3 "Net-(C10-Pad2)")) + (pad 1 smd rect (at -4.15 0 180) (size 2.7 3.6) (layers F.Cu F.Paste F.Mask) + (net 1 "Net-(C1-Pad1)")) + (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_10.4x10.4_H4.8.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Diode_SMD:D_SMB (layer B.Cu) (tedit 58645DF3) (tstamp 5FB9B323) + (at 119.38 113.792 270) + (descr "Diode SMB (DO-214AA)") + (tags "Diode SMB (DO-214AA)") + (path /5FBBA154/5FB2C944) + (attr smd) + (fp_text reference D1 (at 0 3 90) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value TBD (at 0 -3.1 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -3.55 2.15) (end -3.55 -2.15) (layer B.SilkS) (width 0.12)) + (fp_line (start 2.3 -2) (end -2.3 -2) (layer B.Fab) (width 0.1)) + (fp_line (start -2.3 -2) (end -2.3 2) (layer B.Fab) (width 0.1)) + (fp_line (start 2.3 2) (end 2.3 -2) (layer B.Fab) (width 0.1)) + (fp_line (start 2.3 2) (end -2.3 2) (layer B.Fab) (width 0.1)) + (fp_line (start -3.65 2.25) (end 3.65 2.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 3.65 2.25) (end 3.65 -2.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start 3.65 -2.25) (end -3.65 -2.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -3.65 -2.25) (end -3.65 2.25) (layer B.CrtYd) (width 0.05)) + (fp_line (start -0.64944 -0.00102) (end -1.55114 -0.00102) (layer B.Fab) (width 0.1)) + (fp_line (start 0.50118 -0.00102) (end 1.4994 -0.00102) (layer B.Fab) (width 0.1)) + (fp_line (start -0.64944 0.79908) (end -0.64944 -0.80112) (layer B.Fab) (width 0.1)) + (fp_line (start 0.50118 -0.75032) (end 0.50118 0.79908) (layer B.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.00102) (end 0.50118 -0.75032) (layer B.Fab) (width 0.1)) + (fp_line (start -0.64944 -0.00102) (end 0.50118 0.79908) (layer B.Fab) (width 0.1)) + (fp_line (start -3.55 -2.15) (end 2.15 -2.15) (layer B.SilkS) (width 0.12)) + (fp_line (start -3.55 2.15) (end 2.15 2.15) (layer B.SilkS) (width 0.12)) + (fp_text user %R (at 0 3 90) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (pad 2 smd rect (at 2.15 0 270) (size 2.5 2.3) (layers B.Cu B.Paste B.Mask) + (net 21 "Net-(D1-Pad2)")) + (pad 1 smd rect (at -2.15 0 270) (size 2.5 2.3) (layers B.Cu B.Paste B.Mask) + (net 5 "Net-(C10-Pad1)")) + (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMB.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB3BF08) + (at 116.332 91.948 180) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FB85DD3) + (attr smd) + (fp_text reference C11 (at 0 -1.82) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TBD (at 0 1.82) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 17 "Net-(C11-Pad2)")) + (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 6 "Net-(C11-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer B.Cu) (tedit 5B301BBE) (tstamp 5FB3BF5E) + (at 115.44 108.204 180) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FB367F0) + (attr smd) + (fp_text reference C10 (at 0 1.82) (layer B.SilkS) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_text value TBD (at 0 -1.82) (layer B.Fab) + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + ) + (fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end 1.6 0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end 1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end -1.6 -0.8) (layer B.Fab) (width 0.1)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer B.SilkS) (width 0.12)) + (fp_line (start -2.28 -1.12) (end -2.28 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end 2.28 1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.28 1.12) (end 2.28 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end -2.28 -1.12) (layer B.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer B.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + ) + (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.2) + (net 3 "Net-(C10-Pad2)")) + (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers B.Cu B.Paste B.Mask) (roundrect_rratio 0.2) + (net 5 "Net-(C10-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module GammaSpectrometer:RM8 (layer F.Cu) (tedit 5FB8FFD7) (tstamp 5FB9846E) + (at 119.5 107 90) + (descr transformer) + (path /5FBBA154/5FBACAD4) + (fp_text reference TR1 (at 2.54 -11.43 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value RM8 (at -1.27 -4.31 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 10.16) (end -10.16 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 10.16) (end -10.16 10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 -10.16) (end 10.16 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -10.16) (end 10.16 -10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 11.43) (end 1.27 10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.43 11.43) (end 1.27 11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.43 1.27) (end 11.43 11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -11.43 -1.27) (end -11.43 -2.54) (layer F.SilkS) (width 0.12)) + (fp_line (start -10.16 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -11.43 -11.43) (end -11.43 -2.54) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -11.43) (end -11.43 -11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -10.16) (end -1.27 -11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start -10.16 -10.16) (end 10.16 10.16) (layer Dwgs.User) (width 0.12)) + (fp_line (start -10.16 10.16) (end 10.16 -10.16) (layer Dwgs.User) (width 0.12)) + (fp_line (start 8.89 -8.89) (end -8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start 8.89 8.89) (end 8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start -8.89 8.89) (end 8.89 8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start -8.89 8.89) (end -8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (pad 8 thru_hole circle (at 3.81 8.89 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 7 thru_hole circle (at 6.35 8.89 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 5 thru_hole circle (at 8.89 3.81 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 6 "Net-(C11-Pad1)")) + (pad 6 thru_hole circle (at 8.89 6.35 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at -3.81 -8.89 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 3 "Net-(C10-Pad2)")) + (pad 1 thru_hole circle (at -6.35 -8.89 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 11 thru_hole circle (at -8.89 -3.81 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask) + (net 21 "Net-(D1-Pad2)")) + (pad 12 thru_hole circle (at -8.89 -6.35 90) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 13 thru_hole circle (at -8.89 8.89 90) (size 2.524 2.524) (drill 1.3) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 14 thru_hole circle (at 8.89 -8.89 90) (size 2.524 2.524) (drill 1.3) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/RM8.step + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Inductor_SMD:L_10.4x10.4_H4.8 (layer F.Cu) (tedit 5990349B) (tstamp 5FBA7D42) + (at 142.24 93.218 270) + (descr "Choke, SMD, 10.4x10.4mm 4.8mm height") + (tags "Choke SMD") + (path /5FBBA154/5FDFEBE6) + (attr smd) + (fp_text reference L2 (at -0.508 -2.54 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value L (at 0 6.35 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -5.2 5.2) (end 5.2 5.2) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 -5.2) (end 5.2 -5.2) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 5.2) (end -5.2 2.1) (layer F.Fab) (width 0.1)) + (fp_line (start 5.2 5.2) (end 5.2 2.1) (layer F.Fab) (width 0.1)) + (fp_line (start -5.2 -5.2) (end -5.2 -2.1) (layer F.Fab) (width 0.1)) + (fp_line (start 5.2 -5.2) (end 5.2 -2.1) (layer F.Fab) (width 0.1)) + (fp_line (start 5.75 -5.45) (end -5.75 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.75 5.45) (end 5.75 -5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.75 5.45) (end 5.75 5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.75 -5.45) (end -5.75 5.45) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.3 -5.3) (end 5.3 -2.1) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 -5.3) (end 5.3 -5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 -2.1) (end -5.3 -5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.3 5.3) (end -5.3 2.1) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.3 5.3) (end -5.3 5.3) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.3 2.1) (end 5.3 5.3) (layer F.SilkS) (width 0.12)) + (fp_arc (start 0 0) (end -3.17 -3.17) (angle 90) (layer F.Fab) (width 0.1)) + (fp_arc (start 0 0) (end 3.17 3.17) (angle 90) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd rect (at 4.15 0 270) (size 2.7 3.6) (layers F.Cu F.Paste F.Mask) + (net 22 "Net-(C14-Pad2)")) + (pad 1 smd rect (at -4.15 0 270) (size 2.7 3.6) (layers F.Cu F.Paste F.Mask) + (net 19 "Net-(C12-Pad2)")) + (model ${KISYS3DMOD}/Inductor_SMD.3dshapes/L_10.4x10.4_H4.8.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5FB4950D) + (at 133.604 86.36 270) + (descr "C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf") + (tags "C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor") + (path /5FBBA154/5FF64597) + (fp_text reference C13 (at 3.75 -3.75 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n/2kV (at 3.75 3.75 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 8.75 -2.75) (end -1.25 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.75 2.75) (end 8.75 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2.75) (end 8.75 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2.75) (end -1.25 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.62 1.256) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 -2.62) (end 7.62 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 1.256) (end -0.12 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end -0.12 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 2.62) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end 7.62 -2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.5 -2.5) (end 0 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 7.5 2.5) (end 7.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 2.5) (end 7.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.5) (end 0 2.5) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 3.75 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 thru_hole circle (at 7.5 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 19 "Net-(C12-Pad2)")) + (pad 1 thru_hole circle (at 0 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W5.0mm_P7.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5FB482CE) + (at 150.622 90.036 270) + (descr "C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf") + (tags "C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor") + (path /5FBBA154/60002BC4) + (fp_text reference C14 (at 3.75 -3.75 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n/2kV (at 3.75 3.75 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 8.75 -2.75) (end -1.25 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.75 2.75) (end 8.75 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2.75) (end 8.75 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2.75) (end -1.25 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.62 1.256) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 -2.62) (end 7.62 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 1.256) (end -0.12 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end -0.12 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 2.62) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end 7.62 -2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.5 -2.5) (end 0 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 7.5 2.5) (end 7.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 2.5) (end 7.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.5) (end 0 2.5) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 3.75 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 thru_hole circle (at 7.5 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 22 "Net-(C14-Pad2)")) + (pad 1 thru_hole circle (at 0 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W5.0mm_P7.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm (layer F.Cu) (tedit 5AE50EF0) (tstamp 5FB3BF6F) + (at 127.5 86 270) + (descr "C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf") + (tags "C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor") + (path /5FBBA154/5FC490E7) + (fp_text reference C12 (at 3.75 -3.75 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10n/2kV (at 3.75 3.75 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 8.75 -2.75) (end -1.25 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 8.75 2.75) (end 8.75 -2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 2.75) (end 8.75 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.25 -2.75) (end -1.25 2.75) (layer F.CrtYd) (width 0.05)) + (fp_line (start 7.62 1.256) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.62 -2.62) (end 7.62 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 1.256) (end -0.12 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end -0.12 -1.256) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 2.62) (end 7.62 2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.12 -2.62) (end 7.62 -2.62) (layer F.SilkS) (width 0.12)) + (fp_line (start 7.5 -2.5) (end 0 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 7.5 2.5) (end 7.5 -2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 2.5) (end 7.5 2.5) (layer F.Fab) (width 0.1)) + (fp_line (start 0 -2.5) (end 0 2.5) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 3.75 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 thru_hole circle (at 7.5 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 19 "Net-(C12-Pad2)")) + (pad 1 thru_hole circle (at 0 0 270) (size 2 2) (drill 1) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W5.0mm_P7.50mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:TO-252-2 (layer F.Cu) (tedit 5A70A390) (tstamp 5FB3C077) + (at 124.5 121 180) + (descr "TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/") + (tags "DPAK TO-252 DPAK-3 TO-252-3 SOT-428") + (path /5FBBA154/5FBF1637) + (attr smd) + (fp_text reference Q1 (at 0 -4.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value AOD2810 (at 0 4.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 5.55 -3.5) (end -5.55 -3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.55 3.5) (end 5.55 -3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.55 3.5) (end 5.55 3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.55 -3.5) (end -5.55 3.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.47 3.18) (end -3.57 3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 3.45) (end -2.47 3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.97 3.45) (end -2.47 3.45) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 -3.18) (end -5.3 -3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.47 -3.45) (end -2.47 -3.18) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.97 -3.45) (end -2.47 -3.45) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.97 2.655) (end -2.27 2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 1.905) (end -4.97 2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 1.905) (end -4.97 1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 -1.905) (end -2.27 -1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -4.97 -2.655) (end -4.97 -1.905) (layer F.Fab) (width 0.1)) + (fp_line (start -1.865 -2.655) (end -4.97 -2.655) (layer F.Fab) (width 0.1)) + (fp_line (start -1.27 -3.25) (end 3.95 -3.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 -2.25) (end -1.27 -3.25) (layer F.Fab) (width 0.1)) + (fp_line (start -2.27 3.25) (end -2.27 -2.25) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 3.25) (end -2.27 3.25) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 -3.25) (end 3.95 3.25) (layer F.Fab) (width 0.1)) + (fp_line (start 4.95 2.7) (end 3.95 2.7) (layer F.Fab) (width 0.1)) + (fp_line (start 4.95 -2.7) (end 4.95 2.7) (layer F.Fab) (width 0.1)) + (fp_line (start 3.95 -2.7) (end 4.95 -2.7) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad "" smd rect (at 0.425 1.525 180) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 3.775 -1.525 180) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 0.425 -1.525 180) (size 3.05 2.75) (layers F.Paste)) + (pad "" smd rect (at 3.775 1.525 180) (size 3.05 2.75) (layers F.Paste)) + (pad 2 smd rect (at 2.1 0 180) (size 6.4 5.8) (layers F.Cu F.Mask) + (net 21 "Net-(D1-Pad2)")) + (pad 3 smd rect (at -4.2 2.28 180) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 1 smd rect (at -4.2 -2.28 180) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) + (net 12 "Net-(Q1-Pad1)")) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-252-2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB40D5A) + (at 115.57 122.044 270) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FEBE216) + (attr smd) + (fp_text reference C9 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 3 "Net-(C10-Pad2)")) + (pad 1 smd roundrect (at -1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB3BFB3) + (at 135.636 122.936 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FCFF67B) + (attr smd) + (fp_text reference C8 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 100n (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 1 "Net-(C1-Pad1)")) + (pad 1 smd roundrect (at -1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FBA5228) + (at 113.03 122.044 270) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/60DF8587) + (attr smd) + (fp_text reference C7 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 3 "Net-(C10-Pad2)")) + (pad 1 smd roundrect (at -1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB3BFA2) + (at 138.176 122.936 90) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FCFFC2C) + (attr smd) + (fp_text reference C6 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1u (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 1 "Net-(C1-Pad1)")) + (pad 1 smd roundrect (at -1.4 0 90) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FA578C4) + (at 110.49 122.044 270) + (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags capacitor) + (path /5FBBA154/5FFC76E0) + (attr smd) + (fp_text reference C5 (at 0 -1.82 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10u (at 0 1.82 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 3 "Net-(C10-Pad2)")) + (pad 1 smd roundrect (at -1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 2 GND)) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FB3F1EF) + (at 133.604 97.028) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FE20CFD) + (attr virtual) + (fp_text reference TP2 (at 0 -1.648) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 19 "Net-(C12-Pad2)")) + ) + + (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE85) + (at 112.776 130.81 270) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") + (tags "capacitor electrolytic") + (path /5FBBA154/5FE76E2E) + (attr smd) + (fp_text reference C4 (at 0 -6.2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470u/25V (at 0 6.2 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) + (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd roundrect (at 4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 2 GND)) + (pad 1 smd roundrect (at -4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 3 "Net-(C10-Pad2)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3BF2D) + (at 124.5 130.5 270) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") + (tags "capacitor electrolytic") + (path /5FBBA154/5FC8063E) + (attr smd) + (fp_text reference C3 (at 0 -6.2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470u/25V (at 0 6.2 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) + (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd roundrect (at 4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 2 GND)) + (pad 1 smd roundrect (at -4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 3 "Net-(C10-Pad2)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE36) + (at 149.288 131.064) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") + (tags "capacitor electrolytic") + (path /5FBBA154/5FEABFF8) + (attr smd) + (fp_text reference C2 (at 0 -6.2) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470u/25V (at 0 6.2) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) + (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd roundrect (at 4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 2 GND)) + (pad 1 smd roundrect (at -4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 "Net-(C1-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE0E) + (at 137.668 144.5768 270) + (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") + (tags "capacitor electrolytic") + (path /5FBBA154/5FE7E3FD) + (attr smd) + (fp_text reference C1 (at 0 -6.2 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470u/25V (at 0 6.2 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) + (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) + (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) + (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) + (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 smd roundrect (at 4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 2 GND)) + (pad 1 smd roundrect (at -4 0 270) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) + (net 1 "Net-(C1-Pad1)")) + (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FB3C277) + (at 132 123.378 180) + (descr "5-pin SOT23 package") + (tags SOT-23-5) + (path /5FBBA154/5FCD6773) + (attr smd) + (fp_text reference U1 (at 0 -2.9) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MCP1416 (at 0 2.9) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) + (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) + (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) + (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) + (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) + (fp_text user %R (at 0 0 90) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.075))) + ) + (pad 5 smd rect (at 1.1 -0.95 180) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) + (net 12 "Net-(Q1-Pad1)")) + (pad 4 smd rect (at 1.1 0.95 180) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) + (net 2 GND)) + (pad 3 smd rect (at -1.1 0.95 180) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) + (net 25 "Net-(J4-Pad3)")) + (pad 2 smd rect (at -1.1 0 180) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) + (net 1 "Net-(C1-Pad1)")) + (pad 1 smd rect (at -1.1 -0.95 180) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) + (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FB3C0DC) + (at 153.3652 109.3724 90) + (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (path /5FBBA154/5FCB3AC1) + (fp_text reference R18 (at 5.08 -2.37 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TBD (at 5.08 2.37 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) + (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) + (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 5.08 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 2 thru_hole oval (at 10.16 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 22 "Net-(C14-Pad2)")) + (pad 1 thru_hole circle (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 10 "Net-(J2-Pad1)")) + (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5FAB5989) + (at 146.6596 146.13 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags resistor) + (path /5FBBA154/5FB06249) + (attr smd) + (fp_text reference R1 (at -3.81 0.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1R (at 0 1.82) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 1 "Net-(C1-Pad1)")) + (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 9 "Net-(J1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module "GammaSpectrometer:DG300-5.0-02P-12-00A(H)" (layer F.Cu) (tedit 5FA97D8C) (tstamp 5FAC784A) + (at 154.0256 144.018 90) + (descr "power supply") + (path /5FBBA154/60912280) + (fp_text reference J1 (at 6.35 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value "power supply" (at 0 -2.75 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -4.25 -1.75) (end 4.25 -1.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.25 -1.75) (end 4.25 1.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 4.25 1.75) (end -4.25 1.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -4.25 1.75) (end -4.25 -1.75) (layer F.SilkS) (width 0.12)) + (fp_line (start 0 -1.75) (end 0 1.75) (layer F.SilkS) (width 0.12)) + (fp_line (start -4 -1.5) (end 4 -1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 -1.5) (end 4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start 4 1.5) (end -4 1.5) (layer F.CrtYd) (width 0.05)) + (fp_line (start -4 1.5) (end -4 -1.5) (layer F.CrtYd) (width 0.05)) + (pad 2 thru_hole circle (at 2.5 0 90) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask) + (net 2 GND)) + (pad 1 thru_hole circle (at -2.5 0 90) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask) + (net 9 "Net-(J1-Pad1)")) + (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/DG300-5.0-02P-12-00A.step + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_1206_3216Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5FA57FF9) + (at 146.5864 142.9512 180) + (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags resistor) + (path /5FBBA154/5FB7AF2A) + (attr smd) + (fp_text reference R2 (at -3.81 0.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1R (at 0 1.82) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) + (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.8 0.8) (thickness 0.12))) + ) + (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 1 "Net-(C1-Pad1)")) + (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) + (net 9 "Net-(J1-Pad1)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85462) + (at 108.204 154.432) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FCCCB38) + (attr virtual) + (fp_text reference TP7 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TEMP_MONITOR (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 26 "Net-(C16-Pad2)")) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8545A) + (at 110.744 154.432) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FCA0ECA) + (attr virtual) + (fp_text reference TP6 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN_CURRENT_MONITOR_2 (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 1 "Net-(C1-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85452) + (at 113.284 154.432) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FC752FD) + (attr virtual) + (fp_text reference TP5 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value IN_CURRENT_MONITOR_1 (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 9 "Net-(J1-Pad1)")) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8544A) + (at 115.824 154.432) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FC496F7) + (attr virtual) + (fp_text reference TP4 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value ENABLE (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 25 "Net-(J4-Pad3)")) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA5E768) + (at 108.204 123.444 90) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/617DDB76) + (attr virtual) + (fp_text reference TP1 (at 2.032 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value TestPoint (at 0 1.75 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0 90) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 3 "Net-(C10-Pad2)")) + ) + + (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85442) + (at 118.364 154.432) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (path /5FBBA154/5FC47E3B) + (attr virtual) + (fp_text reference TP3 (at 0 -2.286 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value HV_MONITOR (at 0 1.75) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 -1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) + (net 11 "Net-(J4-Pad2)")) + ) + + (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D42) + (at 144 155) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (path /5FBBA154/600757CC) + (attr virtual) + (fp_text reference H4 (at 5.098 -0.06) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) + (net 2 GND)) + ) + + (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D3A) + (at 76 155) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (path /5FBBA154/6004886A) + (attr virtual) + (fp_text reference H3 (at 0 -4.5) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) + (net 2 GND)) + ) + + (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D32) + (at 144 79) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (path /5FBBA154/6001BF81) + (attr virtual) + (fp_text reference H2 (at 0.018 4.82) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) + (net 2 GND)) + ) + + (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D2A) + (at 76 79) + (descr "Mounting Hole 3.5mm") + (tags "mounting hole 3.5mm") + (path /5FBBA154/5FF355F1) + (attr virtual) + (fp_text reference H1 (at 0 4.82) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) + (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0.3 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) + (net 2 GND)) + ) + + (module TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8D2E1) + (at 150.2664 111.5568 90) + (descr "wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm") + (tags "test point wire loop bead") + (path /5FBBA154/5FB39F6E) + (fp_text reference J2 (at -2.612 0.108 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value anode (at 0 -2.8 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.3 -0.3) (end -1.3 0.3) (layer F.Fab) (width 0.12)) + (fp_line (start -1.3 0.3) (end 1.3 0.3) (layer F.Fab) (width 0.12)) + (fp_line (start 1.3 0.3) (end 1.3 -0.3) (layer F.Fab) (width 0.12)) + (fp_line (start 1.3 -0.3) (end -1.3 -0.3) (layer F.Fab) (width 0.12)) + (fp_circle (center 0 0) (end 2 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 1.7 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.12)) + (fp_text user %R (at 0.7 2.5 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0 90) (size 3 3) (drill 1.5) (layers *.Cu *.Mask) + (net 10 "Net-(J2-Pad1)")) + (model ${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8D2BD) + (at 150.622 86.36) + (descr "wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm") + (tags "test point wire loop bead") + (path /5FBBA154/605B79F5) + (fp_text reference J3 (at -0.088 2.804) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value cathode (at 0 -2.8) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1.3 -0.3) (end -1.3 0.3) (layer F.Fab) (width 0.12)) + (fp_line (start -1.3 0.3) (end 1.3 0.3) (layer F.Fab) (width 0.12)) + (fp_line (start 1.3 0.3) (end 1.3 -0.3) (layer F.Fab) (width 0.12)) + (fp_line (start 1.3 -0.3) (end -1.3 -0.3) (layer F.Fab) (width 0.12)) + (fp_circle (center 0 0) (end 2 0) (layer F.CrtYd) (width 0.05)) + (fp_circle (center 0 0) (end 1.7 0) (layer F.SilkS) (width 0.12)) + (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.12)) + (fp_text user %R (at 0.7 2.5) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (pad 1 thru_hole circle (at 0 0) (size 3 3) (drill 1.5) (layers *.Cu *.Mask) + (net 2 GND)) + (model ${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module Resistor_SMD:R_0805_2012Metric (layer F.Cu) (tedit 5B36C52B) (tstamp 5FA85409) + (at 107.7745 148.336 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags resistor) + (path /5FBBA154/60BBC750) + (attr smd) + (fp_text reference TH1 (at 0 -1.65) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value NTCS0805E3103FMT (at 0 1.65) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) + (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -0.258578 0.71) (end 0.258578 0.71) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.68 0.95) (end -1.68 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start -1.68 -0.95) (end 1.68 -0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.68 -0.95) (end 1.68 0.95) (layer F.CrtYd) (width 0.05)) + (fp_line (start 1.68 0.95) (end -1.68 0.95) (layer F.CrtYd) (width 0.05)) + (fp_text user %R (at 0 0) (layer F.Fab) + (effects (font (size 0.5 0.5) (thickness 0.08))) + ) + (pad 2 smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 2 GND)) + (pad 1 smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) + (net 26 "Net-(C16-Pad2)")) + (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 107 84) (end 106 84) (layer B.Paste) (width 0.15)) + (gr_line (start 66.167 154.686) (end 66.167 82.296) (layer Dwgs.User) (width 0.12)) + (gr_line (start 66.146 120.112064) (end 66.167 154.686) (layer Dwgs.User) (width 0.12)) + (gr_line (start 69.342 141.732) (end 69.342 83.82) (layer Dwgs.User) (width 0.12)) + (gr_line (start 76.454 146.304) (end 76.454 85.598) (layer Dwgs.User) (width 0.12)) + (gr_line (start 62.484 89.662) (end 62.738 90.17) (layer Dwgs.User) (width 0.15)) + (gr_text "PMT Power Supply\nrev 1.0\nWARNING: HIGH VOLTAGE!!!" (at 78.74 124.46) (layer F.SilkS) + (effects (font (size 1.5 1.5) (thickness 0.3))) + ) + (dimension 3.81 (width 0.15) (layer Dwgs.User) + (gr_text "3.810 mm" (at 62.865 39.975) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 60.96 121.285) (xy 60.96 40.688579))) + (feature2 (pts (xy 64.77 121.285) (xy 64.77 40.688579))) + (crossbar (pts (xy 64.77 41.275) (xy 60.96 41.275))) + (arrow1a (pts (xy 60.96 41.275) (xy 62.086504 40.688579))) + (arrow1b (pts (xy 60.96 41.275) (xy 62.086504 41.861421))) + (arrow2a (pts (xy 64.77 41.275) (xy 63.643496 40.688579))) + (arrow2b (pts (xy 64.77 41.275) (xy 63.643496 41.861421))) + ) + (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975E3) + (gr_text "5.000 mm" (at 87.3 157.5 90) (layer Dwgs.User) (tstamp 5FA975E3) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 76 155) (xy 86.586421 155))) + (feature2 (pts (xy 76 160) (xy 86.586421 160))) + (crossbar (pts (xy 86 160) (xy 86 155))) + (arrow1a (pts (xy 86 155) (xy 86.586421 156.126504))) + (arrow1b (pts (xy 86 155) (xy 85.413579 156.126504))) + (arrow2a (pts (xy 86 160) (xy 86.586421 158.873496))) + (arrow2b (pts (xy 86 160) (xy 85.413579 158.873496))) + ) + (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975DB) + (gr_text "5.000 mm" (at 132.7 157.5 90) (layer Dwgs.User) (tstamp 5FA975DB) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 144 160) (xy 133.413579 160))) + (feature2 (pts (xy 144 155) (xy 133.413579 155))) + (crossbar (pts (xy 134 155) (xy 134 160))) + (arrow1a (pts (xy 134 160) (xy 133.413579 158.873496))) + (arrow1b (pts (xy 134 160) (xy 134.586421 158.873496))) + (arrow2a (pts (xy 134 155) (xy 133.413579 156.126504))) + (arrow2b (pts (xy 134 155) (xy 134.586421 156.126504))) + ) + (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FACC5B2) + (gr_text "7.000 mm" (at 72.5 145.7) (layer Dwgs.User) (tstamp 5FACC5B2) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 69 160) (xy 69 146.413579))) + (feature2 (pts (xy 76 160) (xy 76 146.413579))) + (crossbar (pts (xy 76 147) (xy 69 147))) + (arrow1a (pts (xy 69 147) (xy 70.126504 146.413579))) + (arrow1b (pts (xy 69 147) (xy 70.126504 147.586421))) + (arrow2a (pts (xy 76 147) (xy 74.873496 146.413579))) + (arrow2b (pts (xy 76 147) (xy 74.873496 147.586421))) + ) + (dimension 7 (width 0.15) (layer Dwgs.User) + (gr_text "7.000 mm" (at 147.5 145.7) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 144 160) (xy 144 146.413579))) + (feature2 (pts (xy 151 160) (xy 151 146.413579))) + (crossbar (pts (xy 151 147) (xy 144 147))) + (arrow1a (pts (xy 144 147) (xy 145.126504 146.413579))) + (arrow1b (pts (xy 144 147) (xy 145.126504 147.586421))) + (arrow2a (pts (xy 151 147) (xy 149.873496 146.413579))) + (arrow2b (pts (xy 151 147) (xy 149.873496 147.586421))) + ) + (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975CB) + (gr_text "5.000 mm" (at 155.3 76.5 90) (layer Dwgs.User) (tstamp 5FA975CB) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 144 74) (xy 154.586421 74))) + (feature2 (pts (xy 144 79) (xy 154.586421 79))) + (crossbar (pts (xy 154 79) (xy 154 74))) + (arrow1a (pts (xy 154 74) (xy 154.586421 75.126504))) + (arrow1b (pts (xy 154 74) (xy 153.413579 75.126504))) + (arrow2a (pts (xy 154 79) (xy 154.586421 77.873496))) + (arrow2b (pts (xy 154 79) (xy 153.413579 77.873496))) + ) + (dimension 5 (width 0.15) (layer Dwgs.User) + (gr_text "5.000 mm" (at 87.3 76.5 90) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 76 74) (xy 86.586421 74))) + (feature2 (pts (xy 76 79) (xy 86.586421 79))) + (crossbar (pts (xy 86 79) (xy 86 74))) + (arrow1a (pts (xy 86 74) (xy 86.586421 75.126504))) + (arrow1b (pts (xy 86 74) (xy 85.413579 75.126504))) + (arrow2a (pts (xy 86 79) (xy 86.586421 77.873496))) + (arrow2b (pts (xy 86 79) (xy 85.413579 77.873496))) + ) + (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FA975C7) + (gr_text "7.000 mm" (at 147.5 60.7) (layer Dwgs.User) (tstamp 5FA975C7) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 144 79) (xy 144 61.413579))) + (feature2 (pts (xy 151 79) (xy 151 61.413579))) + (crossbar (pts (xy 151 62) (xy 144 62))) + (arrow1a (pts (xy 144 62) (xy 145.126504 61.413579))) + (arrow1b (pts (xy 144 62) (xy 145.126504 62.586421))) + (arrow2a (pts (xy 151 62) (xy 149.873496 61.413579))) + (arrow2b (pts (xy 151 62) (xy 149.873496 62.586421))) + ) + (dimension 7 (width 0.15) (layer Dwgs.User) + (gr_text "7.000 mm" (at 72.5 60.7) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 69 79) (xy 69 61.413579))) + (feature2 (pts (xy 76 79) (xy 76 61.413579))) + (crossbar (pts (xy 76 62) (xy 69 62))) + (arrow1a (pts (xy 69 62) (xy 70.126504 61.413579))) + (arrow1b (pts (xy 69 62) (xy 70.126504 62.586421))) + (arrow2a (pts (xy 76 62) (xy 74.873496 61.413579))) + (arrow2b (pts (xy 76 62) (xy 74.873496 62.586421))) + ) + (gr_line (start 139 160) (end 150 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C29)) + (gr_line (start 91 160) (end 129 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C28)) + (gr_line (start 70 160) (end 81 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C27)) + (gr_line (start 81 74) (end 70 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C26)) + (gr_line (start 129 74) (end 91 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C25)) + (gr_line (start 150 74) (end 139 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C24)) + (gr_line (start 90 78) (end 90 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8D)) + (gr_arc (start 91 75) (end 91 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8C)) + (gr_line (start 82 78) (end 82 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8B)) + (gr_line (start 89 79) (end 83 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8A)) + (gr_arc (start 83 78) (end 82 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B89)) + (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B87) + (gr_text "11.000 mm" (at 75.5 65.7) (layer Dwgs.User) (tstamp 5FA90B87) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 70 74) (xy 70 66.413579))) + (feature2 (pts (xy 81 74) (xy 81 66.413579))) + (crossbar (pts (xy 81 67) (xy 70 67))) + (arrow1a (pts (xy 70 67) (xy 71.126504 66.413579))) + (arrow1b (pts (xy 70 67) (xy 71.126504 67.586421))) + (arrow2a (pts (xy 81 67) (xy 79.873496 66.413579))) + (arrow2b (pts (xy 81 67) (xy 79.873496 67.586421))) + ) + (gr_arc (start 81 75) (end 82 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B86)) + (gr_arc (start 89 78) (end 89 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B85)) + (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B6F) + (gr_text "11.000 mm" (at 144.5 65.7) (layer Dwgs.User) (tstamp 5FA90B6F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 139 74) (xy 139 66.413579))) + (feature2 (pts (xy 150 74) (xy 150 66.413579))) + (crossbar (pts (xy 150 67) (xy 139 67))) + (arrow1a (pts (xy 139 67) (xy 140.126504 66.413579))) + (arrow1b (pts (xy 139 67) (xy 140.126504 67.586421))) + (arrow2a (pts (xy 150 67) (xy 148.873496 66.413579))) + (arrow2b (pts (xy 150 67) (xy 148.873496 67.586421))) + ) + (gr_line (start 130 156) (end 130 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B67)) + (gr_arc (start 129 159) (end 129 160) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B66)) + (gr_line (start 138 156) (end 138 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B65)) + (gr_line (start 131 155) (end 137 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B64)) + (gr_arc (start 137 156) (end 138 156) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B63)) + (gr_arc (start 139 159) (end 138 159) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B62)) + (gr_arc (start 131 156) (end 131 155) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B61)) + (dimension 11 (width 0.15) (layer Dwgs.User) + (gr_text "11.000 mm" (at 144.5 151.7) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 139 160) (xy 139 152.413579))) + (feature2 (pts (xy 150 160) (xy 150 152.413579))) + (crossbar (pts (xy 150 153) (xy 139 153))) + (arrow1a (pts (xy 139 153) (xy 140.126504 152.413579))) + (arrow1b (pts (xy 139 153) (xy 140.126504 153.586421))) + (arrow2a (pts (xy 150 153) (xy 148.873496 152.413579))) + (arrow2b (pts (xy 150 153) (xy 148.873496 153.586421))) + ) + (gr_arc (start 131 78) (end 130 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B57)) + (gr_line (start 138 78) (end 138 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B56)) + (gr_arc (start 137 78) (end 137 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B55)) + (gr_line (start 130 78) (end 130 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B54)) + (gr_line (start 137 79) (end 131 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B53)) + (gr_arc (start 129 75) (end 130 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B50)) + (gr_arc (start 139 75) (end 139 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4F)) + (gr_line (start 90 156) (end 90 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4C)) + (gr_line (start 83 155) (end 89 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4B)) + (gr_line (start 82 156) (end 82 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4A)) + (gr_arc (start 83 156) (end 83 155) (angle -90) (layer Edge.Cuts) (width 0.05)) + (gr_arc (start 89 156) (end 90 156) (angle -90) (layer Edge.Cuts) (width 0.05)) + (gr_arc (start 91 159) (end 90 159) (angle -90) (layer Edge.Cuts) (width 0.05)) + (dimension 11 (width 0.15) (layer Dwgs.User) + (gr_text "11.000 mm" (at 75.5 165.3) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 81 160) (xy 81 164.586421))) + (feature2 (pts (xy 70 160) (xy 70 164.586421))) + (crossbar (pts (xy 70 164) (xy 81 164))) + (arrow1a (pts (xy 81 164) (xy 79.873496 164.586421))) + (arrow1b (pts (xy 81 164) (xy 79.873496 163.413579))) + (arrow2a (pts (xy 70 164) (xy 71.126504 164.586421))) + (arrow2b (pts (xy 70 164) (xy 71.126504 163.413579))) + ) + (gr_arc (start 81 159) (end 81 160) (angle -90) (layer Edge.Cuts) (width 0.05)) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 73.3 74.5 90) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 70 74) (xy 72.586421 74))) + (feature2 (pts (xy 70 75) (xy 72.586421 75))) + (crossbar (pts (xy 72 75) (xy 72 74))) + (arrow1a (pts (xy 72 74) (xy 72.586421 75.126504))) + (arrow1b (pts (xy 72 74) (xy 71.413579 75.126504))) + (arrow2a (pts (xy 72 75) (xy 72.586421 73.873496))) + (arrow2b (pts (xy 72 75) (xy 71.413579 73.873496))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 61.5 86.3) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 62 83) (xy 62 85.586421))) + (feature2 (pts (xy 61 83) (xy 61 85.586421))) + (crossbar (pts (xy 61 85) (xy 62 85))) + (arrow1a (pts (xy 62 85) (xy 60.873496 85.586421))) + (arrow1b (pts (xy 62 85) (xy 60.873496 84.413579))) + (arrow2a (pts (xy 61 85) (xy 62.126504 85.586421))) + (arrow2b (pts (xy 61 85) (xy 62.126504 84.413579))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 64.3 151.5 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 152) (xy 63.586421 152))) + (feature2 (pts (xy 61 151) (xy 63.586421 151))) + (crossbar (pts (xy 63 151) (xy 63 152))) + (arrow1a (pts (xy 63 152) (xy 62.413579 150.873496))) + (arrow1b (pts (xy 63 152) (xy 63.586421 150.873496))) + (arrow2a (pts (xy 63 151) (xy 62.413579 152.126504))) + (arrow2b (pts (xy 63 151) (xy 63.586421 152.126504))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 72.3 159.5 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 69 160) (xy 71.586421 160))) + (feature2 (pts (xy 69 159) (xy 71.586421 159))) + (crossbar (pts (xy 71 159) (xy 71 160))) + (arrow1a (pts (xy 71 160) (xy 70.413579 158.873496))) + (arrow1b (pts (xy 71 160) (xy 71.586421 158.873496))) + (arrow2a (pts (xy 71 159) (xy 70.413579 160.126504))) + (arrow2b (pts (xy 71 159) (xy 71.586421 160.126504))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 147.7 159.5 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 151 160) (xy 148.413579 160))) + (feature2 (pts (xy 151 159) (xy 148.413579 159))) + (crossbar (pts (xy 149 159) (xy 149 160))) + (arrow1a (pts (xy 149 160) (xy 148.413579 158.873496))) + (arrow1b (pts (xy 149 160) (xy 149.586421 158.873496))) + (arrow2a (pts (xy 149 159) (xy 148.413579 160.126504))) + (arrow2b (pts (xy 149 159) (xy 149.586421 160.126504))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 158.5 148.7) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 152) (xy 159 149.413579))) + (feature2 (pts (xy 158 152) (xy 158 149.413579))) + (crossbar (pts (xy 158 150) (xy 159 150))) + (arrow1a (pts (xy 159 150) (xy 157.873496 150.586421))) + (arrow1b (pts (xy 159 150) (xy 157.873496 149.413579))) + (arrow2a (pts (xy 158 150) (xy 159.126504 150.586421))) + (arrow2b (pts (xy 158 150) (xy 159.126504 149.413579))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 151.7 82.5 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 158 83) (xy 152.413579 83))) + (feature2 (pts (xy 158 82) (xy 152.413579 82))) + (crossbar (pts (xy 153 82) (xy 153 83))) + (arrow1a (pts (xy 153 83) (xy 152.413579 81.873496))) + (arrow1b (pts (xy 153 83) (xy 153.586421 81.873496))) + (arrow2a (pts (xy 153 82) (xy 152.413579 83.126504))) + (arrow2b (pts (xy 153 82) (xy 153.586421 83.126504))) + ) + (dimension 1 (width 0.15) (layer Dwgs.User) + (gr_text "1.000 mm" (at 147.7 74.5 90) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 150 74) (xy 148.413579 74))) + (feature2 (pts (xy 150 75) (xy 148.413579 75))) + (crossbar (pts (xy 149 75) (xy 149 74))) + (arrow1a (pts (xy 149 74) (xy 149.586421 75.126504))) + (arrow1b (pts (xy 149 74) (xy 148.413579 75.126504))) + (arrow2a (pts (xy 149 75) (xy 149.586421 73.873496))) + (arrow2b (pts (xy 149 75) (xy 148.413579 73.873496))) + ) + (dimension 8 (width 0.15) (layer Dwgs.User) + (gr_text "8.000 mm" (at 157.7 78 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 82) (xy 158.413579 82))) + (feature2 (pts (xy 159 74) (xy 158.413579 74))) + (crossbar (pts (xy 159 74) (xy 159 82))) + (arrow1a (pts (xy 159 82) (xy 158.413579 80.873496))) + (arrow1b (pts (xy 159 82) (xy 159.586421 80.873496))) + (arrow2a (pts (xy 159 74) (xy 158.413579 75.126504))) + (arrow2b (pts (xy 159 74) (xy 159.586421 75.126504))) + ) + (dimension 4 (width 0.15) (layer Dwgs.User) + (gr_text "4.000 mm" (at 163.3 80 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 155 82) (xy 162.586421 82))) + (feature2 (pts (xy 155 78) (xy 162.586421 78))) + (crossbar (pts (xy 162 78) (xy 162 82))) + (arrow1a (pts (xy 162 82) (xy 161.413579 80.873496))) + (arrow1b (pts (xy 162 82) (xy 162.586421 80.873496))) + (arrow2a (pts (xy 162 78) (xy 161.413579 79.126504))) + (arrow2b (pts (xy 162 78) (xy 162.586421 79.126504))) + ) + (dimension 68 (width 0.15) (layer Dwgs.User) + (gr_text "68.000 mm" (at 55.7 117 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 151) (xy 56.413579 151))) + (feature2 (pts (xy 61 83) (xy 56.413579 83))) + (crossbar (pts (xy 57 83) (xy 57 151))) + (arrow1a (pts (xy 57 151) (xy 56.413579 149.873496))) + (arrow1b (pts (xy 57 151) (xy 57.586421 149.873496))) + (arrow2a (pts (xy 57 83) (xy 56.413579 84.126504))) + (arrow2b (pts (xy 57 83) (xy 57.586421 84.126504))) + ) + (gr_line (start 159 151) (end 159 83) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8EE6F)) + (gr_line (start 61 151) (end 61 83) (layer Edge.Cuts) (width 0.05)) + (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8CED5) + (gr_text "4.000 mm" (at 157 68.7) (layer Dwgs.User) (tstamp 5FA8CED5) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 78) (xy 159 69.413579))) + (feature2 (pts (xy 155 78) (xy 155 69.413579))) + (crossbar (pts (xy 155 70) (xy 159 70))) + (arrow1a (pts (xy 159 70) (xy 157.873496 69.413579))) + (arrow1b (pts (xy 159 70) (xy 157.873496 70.586421))) + (arrow2a (pts (xy 155 70) (xy 156.126504 69.413579))) + (arrow2b (pts (xy 155 70) (xy 156.126504 70.586421))) + ) + (gr_line (start 155 82) (end 158 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25F)) + (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C25D) + (gr_text "8.000 mm" (at 155 72.7) (layer Dwgs.User) (tstamp 5FA8C25D) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 74) (xy 159 73.413579))) + (feature2 (pts (xy 151 74) (xy 151 73.413579))) + (crossbar (pts (xy 151 74) (xy 159 74))) + (arrow1a (pts (xy 159 74) (xy 157.873496 73.413579))) + (arrow1b (pts (xy 159 74) (xy 157.873496 74.586421))) + (arrow2a (pts (xy 151 74) (xy 152.126504 73.413579))) + (arrow2b (pts (xy 151 74) (xy 152.126504 74.586421))) + ) + (gr_arc (start 158 83) (end 158 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25C)) + (gr_line (start 151 78) (end 151 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25B)) + (gr_arc (start 150 75) (end 150 74) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C258)) + (gr_arc (start 155 78) (end 155 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C257)) + (gr_line (start 65 82) (end 62 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C249)) + (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C247) + (gr_text "4.000 mm" (at 55.7 76 90) (layer Dwgs.User) (tstamp 5FA8C247) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 65 74) (xy 56.413579 74))) + (feature2 (pts (xy 65 78) (xy 56.413579 78))) + (crossbar (pts (xy 57 78) (xy 57 74))) + (arrow1a (pts (xy 57 74) (xy 56.413579 75.126504))) + (arrow1b (pts (xy 57 74) (xy 57.586421 75.126504))) + (arrow2a (pts (xy 57 78) (xy 56.413579 76.873496))) + (arrow2b (pts (xy 57 78) (xy 57.586421 76.873496))) + ) + (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C245) + (gr_text "4.000 mm" (at 63 67.7) (layer Dwgs.User) (tstamp 5FA8C245) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 78) (xy 61 68.413579))) + (feature2 (pts (xy 65 78) (xy 65 68.413579))) + (crossbar (pts (xy 65 69) (xy 61 69))) + (arrow1a (pts (xy 61 69) (xy 62.126504 69.586421))) + (arrow1b (pts (xy 61 69) (xy 62.126504 68.413579))) + (arrow2a (pts (xy 65 69) (xy 63.873496 69.586421))) + (arrow2b (pts (xy 65 69) (xy 63.873496 68.413579))) + ) + (gr_arc (start 62 83) (end 61 83) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C244)) + (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C242) + (gr_text "8.000 mm" (at 65 72.7) (layer Dwgs.User) (tstamp 5FA8C242) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 69 74) (xy 69 73.413579))) + (feature2 (pts (xy 61 74) (xy 61 73.413579))) + (crossbar (pts (xy 61 74) (xy 69 74))) + (arrow1a (pts (xy 69 74) (xy 67.873496 73.413579))) + (arrow1b (pts (xy 69 74) (xy 67.873496 74.586421))) + (arrow2a (pts (xy 61 74) (xy 62.126504 73.413579))) + (arrow2b (pts (xy 61 74) (xy 62.126504 74.586421))) + ) + (gr_line (start 69 78) (end 69 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C241)) + (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C23F) + (gr_text "8.000 mm" (at 59.7 78 90) (layer Dwgs.User) (tstamp 5FA8C23F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 74) (xy 60.413579 74))) + (feature2 (pts (xy 61 82) (xy 60.413579 82))) + (crossbar (pts (xy 61 82) (xy 61 74))) + (arrow1a (pts (xy 61 74) (xy 60.413579 75.126504))) + (arrow1b (pts (xy 61 74) (xy 61.586421 75.126504))) + (arrow2a (pts (xy 61 82) (xy 60.413579 80.873496))) + (arrow2b (pts (xy 61 82) (xy 61.586421 80.873496))) + ) + (gr_arc (start 70 75) (end 69 75) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23E)) + (gr_arc (start 65 78) (end 69 78) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23D)) + (gr_line (start 65 152) (end 62 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C173)) + (gr_arc (start 62 151) (end 62 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C172)) + (gr_arc (start 65 156) (end 65 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C171)) + (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16F) + (gr_text "8.000 mm" (at 65 161.3) (layer Dwgs.User) (tstamp 5FA8C16F) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 160) (xy 61 160.586421))) + (feature2 (pts (xy 69 160) (xy 69 160.586421))) + (crossbar (pts (xy 69 160) (xy 61 160))) + (arrow1a (pts (xy 61 160) (xy 62.126504 160.586421))) + (arrow1b (pts (xy 61 160) (xy 62.126504 159.413579))) + (arrow2a (pts (xy 69 160) (xy 67.873496 160.586421))) + (arrow2b (pts (xy 69 160) (xy 67.873496 159.413579))) + ) + (gr_arc (start 70 159) (end 70 160) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C16E)) + (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16C) + (gr_text "4.000 mm" (at 63 165.3) (layer Dwgs.User) (tstamp 5FA8C16C) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 156) (xy 61 164.586421))) + (feature2 (pts (xy 65 156) (xy 65 164.586421))) + (crossbar (pts (xy 65 164) (xy 61 164))) + (arrow1a (pts (xy 61 164) (xy 62.126504 164.586421))) + (arrow1b (pts (xy 61 164) (xy 62.126504 163.413579))) + (arrow2a (pts (xy 65 164) (xy 63.873496 164.586421))) + (arrow2b (pts (xy 65 164) (xy 63.873496 163.413579))) + ) + (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16A) + (gr_text "4.000 mm" (at 54.7 158 90) (layer Dwgs.User) (tstamp 5FA8C16A) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 65 160) (xy 55.413579 160))) + (feature2 (pts (xy 65 156) (xy 55.413579 156))) + (crossbar (pts (xy 56 156) (xy 56 160))) + (arrow1a (pts (xy 56 160) (xy 56.586421 158.873496))) + (arrow1b (pts (xy 56 160) (xy 55.413579 158.873496))) + (arrow2a (pts (xy 56 156) (xy 56.586421 157.126504))) + (arrow2b (pts (xy 56 156) (xy 55.413579 157.126504))) + ) + (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C168) + (gr_text "8.000 mm" (at 59.7 156 90) (layer Dwgs.User) (tstamp 5FA8C168) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 61 152) (xy 60.413579 152))) + (feature2 (pts (xy 61 160) (xy 60.413579 160))) + (crossbar (pts (xy 61 160) (xy 61 152))) + (arrow1a (pts (xy 61 152) (xy 60.413579 153.126504))) + (arrow1b (pts (xy 61 152) (xy 61.586421 153.126504))) + (arrow2a (pts (xy 61 160) (xy 60.413579 158.873496))) + (arrow2b (pts (xy 61 160) (xy 61.586421 158.873496))) + ) + (gr_line (start 69 156) (end 69 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C167)) + (gr_line (start 155 152) (end 158 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC48)) + (gr_arc (start 158 151) (end 158 152) (angle -90) (layer Edge.Cuts) (width 0.05)) + (gr_line (start 151 156) (end 151 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC47)) + (gr_arc (start 155 156) (end 155 152) (angle -90) (layer Edge.Cuts) (width 0.05)) + (dimension 4 (width 0.15) (layer Dwgs.User) + (gr_text "4.000 mm" (at 157 165.3) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 156) (xy 159 164.586421))) + (feature2 (pts (xy 155 156) (xy 155 164.586421))) + (crossbar (pts (xy 155 164) (xy 159 164))) + (arrow1a (pts (xy 159 164) (xy 157.873496 164.586421))) + (arrow1b (pts (xy 159 164) (xy 157.873496 163.413579))) + (arrow2a (pts (xy 155 164) (xy 156.126504 164.586421))) + (arrow2b (pts (xy 155 164) (xy 156.126504 163.413579))) + ) + (dimension 4 (width 0.15) (layer Dwgs.User) + (gr_text "4.000 mm" (at 165.3 158 270) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 155 160) (xy 164.586421 160))) + (feature2 (pts (xy 155 156) (xy 164.586421 156))) + (crossbar (pts (xy 164 156) (xy 164 160))) + (arrow1a (pts (xy 164 160) (xy 163.413579 158.873496))) + (arrow1b (pts (xy 164 160) (xy 164.586421 158.873496))) + (arrow2a (pts (xy 164 156) (xy 163.413579 157.126504))) + (arrow2b (pts (xy 164 156) (xy 164.586421 157.126504))) + ) + (dimension 8 (width 0.15) (layer Dwgs.User) + (gr_text "8.000 mm" (at 160.3 156 90) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 152) (xy 159.586421 152))) + (feature2 (pts (xy 159 160) (xy 159.586421 160))) + (crossbar (pts (xy 159 160) (xy 159 152))) + (arrow1a (pts (xy 159 152) (xy 159.586421 153.126504))) + (arrow1b (pts (xy 159 152) (xy 158.413579 153.126504))) + (arrow2a (pts (xy 159 160) (xy 159.586421 158.873496))) + (arrow2b (pts (xy 159 160) (xy 158.413579 158.873496))) + ) + (dimension 8 (width 0.15) (layer Dwgs.User) + (gr_text "8.000 mm" (at 155 161.3) (layer Dwgs.User) + (effects (font (size 1 1) (thickness 0.15))) + ) + (feature1 (pts (xy 159 160) (xy 159 160.586421))) + (feature2 (pts (xy 151 160) (xy 151 160.586421))) + (crossbar (pts (xy 151 160) (xy 159 160))) + (arrow1a (pts (xy 159 160) (xy 157.873496 160.586421))) + (arrow1b (pts (xy 159 160) (xy 157.873496 159.413579))) + (arrow2a (pts (xy 151 160) (xy 152.126504 160.586421))) + (arrow2b (pts (xy 151 160) (xy 152.126504 159.413579))) + ) + (gr_arc (start 150 159) (end 150 160) (angle -90) (layer Edge.Cuts) (width 0.05)) + + (via (at 92.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 97.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 102.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 107.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 112.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 117.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 123 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 127.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 63 85) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 82.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 87.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 92.5 79) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 127.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 122.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 102.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 97.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 92.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (via (at 63 150) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 2)) + (segment (start 121.793 113.792) (end 121.793 116.3955) (width 0.4064) (layer B.Cu) (net 4)) + (segment (start 121.793 116.3955) (end 130.048 124.6505) (width 0.4064) (layer B.Cu) (net 4)) + (segment (start 148.844 131.826) (end 148.844 140.168) (width 0.4064) (layer B.Cu) (net 9)) + (segment (start 138.43 128.524) (end 145.542 128.524) (width 0.4064) (layer B.Cu) (net 9)) + (segment (start 145.542 128.524) (end 148.844 131.826) (width 0.4064) (layer B.Cu) (net 9)) + + (zone (net 2) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) + ) + ) + (filled_polygon + (pts + (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) + (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) + (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) + (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) + (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) + (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) + (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) + (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) + (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) + (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) + (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) + (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) + (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) + (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) + (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) + (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) + (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) + (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) + (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) + (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) + (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) + (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) + (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) + (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) + (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) + (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) + (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) + (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) + (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) + (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) + (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) + (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) + (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) + (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) + (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) + (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) + (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) + (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) + (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) + (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) + (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) + (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) + (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) + (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) + (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) + (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) + (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) + (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) + (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) + (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) + (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) + (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) + (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) + (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) + (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) + (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) + (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) + (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) + (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) + (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) + (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) + (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) + (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) + (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) + (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) + (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) + (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) + (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) + (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) + (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) + (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) + (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) + (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) + (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) + (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) + (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) + (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) + (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) + (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) + (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) + (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) + (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) + (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) + (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) + (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) + (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) + (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) + (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) + (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) + (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) + (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) + (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) + (xy 90.66 158.972165) (xy 90.66 157.836891) (xy 104.222519 157.836891) (xy 104.319843 158.111252) (xy 104.468822 158.361355) + (xy 104.663731 158.577588) (xy 104.89708 158.751641) (xy 105.159901 158.876825) (xy 105.30711 158.921476) (xy 105.537 158.800155) + (xy 105.537 157.607) (xy 104.343186 157.607) (xy 104.222519 157.836891) (xy 90.66 157.836891) (xy 90.66 157.123109) + (xy 104.222519 157.123109) (xy 104.343186 157.353) (xy 105.537 157.353) (xy 105.537 156.159845) (xy 105.791 156.159845) + (xy 105.791 157.353) (xy 105.811 157.353) (xy 105.811 157.607) (xy 105.791 157.607) (xy 105.791 158.800155) + (xy 106.02089 158.921476) (xy 106.168099 158.876825) (xy 106.43092 158.751641) (xy 106.664269 158.577588) (xy 106.859178 158.361355) + (xy 106.928805 158.244466) (xy 107.050525 158.426632) (xy 107.257368 158.633475) (xy 107.500589 158.79599) (xy 107.770842 158.907932) + (xy 108.05774 158.965) (xy 108.35026 158.965) (xy 108.637158 158.907932) (xy 108.907411 158.79599) (xy 109.150632 158.633475) + (xy 109.357475 158.426632) (xy 109.474 158.25224) (xy 109.590525 158.426632) (xy 109.797368 158.633475) (xy 110.040589 158.79599) + (xy 110.310842 158.907932) (xy 110.59774 158.965) (xy 110.89026 158.965) (xy 111.177158 158.907932) (xy 111.447411 158.79599) + (xy 111.690632 158.633475) (xy 111.897475 158.426632) (xy 111.958676 158.335038) (xy 112.059064 158.485279) (xy 112.278721 158.704936) + (xy 112.537011 158.877519) (xy 112.824006 158.996396) (xy 113.128679 159.057) (xy 113.439321 159.057) (xy 113.743994 158.996396) + (xy 114.030989 158.877519) (xy 114.289279 158.704936) (xy 114.508936 158.485279) (xy 114.609324 158.335038) (xy 114.670525 158.426632) + (xy 114.877368 158.633475) (xy 115.120589 158.79599) (xy 115.390842 158.907932) (xy 115.67774 158.965) (xy 115.97026 158.965) + (xy 116.257158 158.907932) (xy 116.527411 158.79599) (xy 116.770632 158.633475) (xy 116.977475 158.426632) (xy 117.094 158.25224) + (xy 117.210525 158.426632) (xy 117.417368 158.633475) (xy 117.660589 158.79599) (xy 117.930842 158.907932) (xy 118.21774 158.965) + (xy 118.51026 158.965) (xy 118.797158 158.907932) (xy 119.067411 158.79599) (xy 119.310632 158.633475) (xy 119.442487 158.50162) + (xy 119.464498 158.57418) (xy 119.523463 158.684494) (xy 119.602815 158.781185) (xy 119.699506 158.860537) (xy 119.80982 158.919502) + (xy 119.929518 158.955812) (xy 120.054 158.968072) (xy 121.754 158.968072) (xy 121.878482 158.955812) (xy 121.99818 158.919502) + (xy 122.108494 158.860537) (xy 122.205185 158.781185) (xy 122.284537 158.684494) (xy 122.343502 158.57418) (xy 122.379812 158.454482) + (xy 122.392072 158.33) (xy 122.392072 156.63) (xy 122.379812 156.505518) (xy 122.343502 156.38582) (xy 122.284537 156.275506) + (xy 122.205185 156.178815) (xy 122.108494 156.099463) (xy 121.99818 156.040498) (xy 121.878482 156.004188) (xy 121.754 155.991928) + (xy 120.054 155.991928) (xy 119.929518 156.004188) (xy 119.80982 156.040498) (xy 119.699506 156.099463) (xy 119.602815 156.178815) + (xy 119.523463 156.275506) (xy 119.464498 156.38582) (xy 119.442487 156.45838) (xy 119.310632 156.326525) (xy 119.067411 156.16401) + (xy 118.797158 156.052068) (xy 118.51026 155.995) (xy 118.21774 155.995) (xy 117.930842 156.052068) (xy 117.660589 156.16401) + (xy 117.417368 156.326525) (xy 117.210525 156.533368) (xy 117.094 156.70776) (xy 116.977475 156.533368) (xy 116.770632 156.326525) + (xy 116.527411 156.16401) (xy 116.257158 156.052068) (xy 115.97026 155.995) (xy 115.67774 155.995) (xy 115.390842 156.052068) + (xy 115.120589 156.16401) (xy 114.877368 156.326525) (xy 114.670525 156.533368) (xy 114.609324 156.624962) (xy 114.508936 156.474721) + (xy 114.289279 156.255064) (xy 114.030989 156.082481) (xy 113.743994 155.963604) (xy 113.449478 155.90502) (xy 113.714825 155.85224) + (xy 113.983622 155.740901) (xy 114.225533 155.579261) (xy 114.431261 155.373533) (xy 114.592901 155.131622) (xy 114.605471 155.101276) + (xy 114.748201 155.314886) (xy 114.941114 155.507799) (xy 115.167957 155.659371) (xy 115.420011 155.763775) (xy 115.687589 155.817) + (xy 115.960411 155.817) (xy 116.227989 155.763775) (xy 116.480043 155.659371) (xy 116.706886 155.507799) (xy 116.899799 155.314886) + (xy 117.051371 155.088043) (xy 117.094 154.985127) (xy 117.136629 155.088043) (xy 117.288201 155.314886) (xy 117.481114 155.507799) + (xy 117.707957 155.659371) (xy 117.960011 155.763775) (xy 118.227589 155.817) (xy 118.500411 155.817) (xy 118.767989 155.763775) + (xy 119.020043 155.659371) (xy 119.246886 155.507799) (xy 119.439799 155.314886) (xy 119.591371 155.088043) (xy 119.695775 154.835989) + (xy 119.749 154.568411) (xy 119.749 154.295589) (xy 119.695775 154.028011) (xy 119.591371 153.775957) (xy 119.439799 153.549114) + (xy 119.246886 153.356201) (xy 119.020043 153.204629) (xy 118.767989 153.100225) (xy 118.500411 153.047) (xy 118.227589 153.047) + (xy 117.960011 153.100225) (xy 117.707957 153.204629) (xy 117.481114 153.356201) (xy 117.288201 153.549114) (xy 117.136629 153.775957) + (xy 117.094 153.878873) (xy 117.051371 153.775957) (xy 116.899799 153.549114) (xy 116.706886 153.356201) (xy 116.480043 153.204629) + (xy 116.227989 153.100225) (xy 115.960411 153.047) (xy 115.687589 153.047) (xy 115.420011 153.100225) (xy 115.167957 153.204629) + (xy 114.941114 153.356201) (xy 114.748201 153.549114) (xy 114.605471 153.762724) (xy 114.592901 153.732378) (xy 114.431261 153.490467) + (xy 114.225533 153.284739) (xy 113.983622 153.123099) (xy 113.714825 153.01176) (xy 113.429472 152.955) (xy 113.138528 152.955) + (xy 112.853175 153.01176) (xy 112.584378 153.123099) (xy 112.342467 153.284739) (xy 112.136739 153.490467) (xy 111.975099 153.732378) + (xy 111.962529 153.762724) (xy 111.819799 153.549114) (xy 111.626886 153.356201) (xy 111.400043 153.204629) (xy 111.147989 153.100225) + (xy 110.880411 153.047) (xy 110.607589 153.047) (xy 110.340011 153.100225) (xy 110.087957 153.204629) (xy 109.861114 153.356201) + (xy 109.668201 153.549114) (xy 109.516629 153.775957) (xy 109.474 153.878873) (xy 109.431371 153.775957) (xy 109.279799 153.549114) + (xy 109.086886 153.356201) (xy 108.860043 153.204629) (xy 108.607989 153.100225) (xy 108.340411 153.047) (xy 108.067589 153.047) + (xy 107.800011 153.100225) (xy 107.547957 153.204629) (xy 107.321114 153.356201) (xy 107.128201 153.549114) (xy 106.976629 153.775957) + (xy 106.872225 154.028011) (xy 106.819 154.295589) (xy 106.819 154.568411) (xy 106.872225 154.835989) (xy 106.976629 155.088043) + (xy 107.128201 155.314886) (xy 107.321114 155.507799) (xy 107.547957 155.659371) (xy 107.800011 155.763775) (xy 108.067589 155.817) + (xy 108.340411 155.817) (xy 108.607989 155.763775) (xy 108.860043 155.659371) (xy 109.086886 155.507799) (xy 109.279799 155.314886) + (xy 109.431371 155.088043) (xy 109.474 154.985127) (xy 109.516629 155.088043) (xy 109.668201 155.314886) (xy 109.861114 155.507799) + (xy 110.087957 155.659371) (xy 110.340011 155.763775) (xy 110.607589 155.817) (xy 110.880411 155.817) (xy 111.147989 155.763775) + (xy 111.400043 155.659371) (xy 111.626886 155.507799) (xy 111.819799 155.314886) (xy 111.962529 155.101276) (xy 111.975099 155.131622) + (xy 112.136739 155.373533) (xy 112.342467 155.579261) (xy 112.584378 155.740901) (xy 112.853175 155.85224) (xy 113.118522 155.90502) + (xy 112.824006 155.963604) (xy 112.537011 156.082481) (xy 112.278721 156.255064) (xy 112.059064 156.474721) (xy 111.958676 156.624962) + (xy 111.897475 156.533368) (xy 111.690632 156.326525) (xy 111.447411 156.16401) (xy 111.177158 156.052068) (xy 110.89026 155.995) + (xy 110.59774 155.995) (xy 110.310842 156.052068) (xy 110.040589 156.16401) (xy 109.797368 156.326525) (xy 109.590525 156.533368) + (xy 109.474 156.70776) (xy 109.357475 156.533368) (xy 109.150632 156.326525) (xy 108.907411 156.16401) (xy 108.637158 156.052068) + (xy 108.35026 155.995) (xy 108.05774 155.995) (xy 107.770842 156.052068) (xy 107.500589 156.16401) (xy 107.257368 156.326525) + (xy 107.050525 156.533368) (xy 106.928805 156.715534) (xy 106.859178 156.598645) (xy 106.664269 156.382412) (xy 106.43092 156.208359) + (xy 106.168099 156.083175) (xy 106.02089 156.038524) (xy 105.791 156.159845) (xy 105.537 156.159845) (xy 105.30711 156.038524) + (xy 105.159901 156.083175) (xy 104.89708 156.208359) (xy 104.663731 156.382412) (xy 104.468822 156.598645) (xy 104.319843 156.848748) + (xy 104.222519 157.123109) (xy 90.66 157.123109) (xy 90.66 155.967581) (xy 90.657217 155.939326) (xy 90.65726 155.933199) + (xy 90.65636 155.924028) (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) (xy 90.610059 155.603755) + (xy 90.552347 155.417317) (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) (xy 90.409607 155.126896) + (xy 90.376139 155.077278) (xy 90.36287 155.057) (xy 103.642928 155.057) (xy 103.655188 155.181482) (xy 103.691498 155.30118) + (xy 103.750463 155.411494) (xy 103.829815 155.508185) (xy 103.926506 155.587537) (xy 104.03682 155.646502) (xy 104.156518 155.682812) + (xy 104.281 155.695072) (xy 104.87025 155.692) (xy 105.029 155.53325) (xy 105.029 154.559) (xy 105.283 154.559) + (xy 105.283 155.53325) (xy 105.44175 155.692) (xy 106.031 155.695072) (xy 106.155482 155.682812) (xy 106.27518 155.646502) + (xy 106.385494 155.587537) (xy 106.482185 155.508185) (xy 106.561537 155.411494) (xy 106.620502 155.30118) (xy 106.656812 155.181482) + (xy 106.669072 155.057) (xy 106.666 154.71775) (xy 106.50725 154.559) (xy 105.283 154.559) (xy 105.029 154.559) + (xy 103.80475 154.559) (xy 103.646 154.71775) (xy 103.642928 155.057) (xy 90.36287 155.057) (xy 90.3434 155.027247) + (xy 90.337576 155.020106) (xy 90.213172 154.869728) (xy 90.170737 154.827589) (xy 90.128874 154.784839) (xy 90.121773 154.778966) + (xy 89.970531 154.655616) (xy 89.920738 154.622534) (xy 89.871349 154.588716) (xy 89.863243 154.584333) (xy 89.690921 154.492708) + (xy 89.635606 154.469909) (xy 89.580634 154.446348) (xy 89.571831 154.443623) (xy 89.384995 154.387214) (xy 89.326307 154.375594) + (xy 89.267804 154.363158) (xy 89.258639 154.362195) (xy 89.064405 154.34315) (xy 89.064402 154.34315) (xy 89.032419 154.34) + (xy 82.967581 154.34) (xy 82.939326 154.342783) (xy 82.933199 154.34274) (xy 82.924028 154.34364) (xy 82.729931 154.364041) + (xy 82.671348 154.376066) (xy 82.612577 154.387277) (xy 82.603755 154.389941) (xy 82.417317 154.447653) (xy 82.362162 154.470838) + (xy 82.306709 154.493242) (xy 82.298573 154.497568) (xy 82.126896 154.590393) (xy 82.077278 154.623861) (xy 82.027247 154.6566) + (xy 82.020106 154.662424) (xy 81.869728 154.786828) (xy 81.827589 154.829263) (xy 81.784839 154.871126) (xy 81.778966 154.878227) + (xy 81.655616 155.029469) (xy 81.622534 155.079262) (xy 81.588716 155.128651) (xy 81.584333 155.136757) (xy 81.492708 155.309079) + (xy 81.469909 155.364394) (xy 81.446348 155.419366) (xy 81.443623 155.428169) (xy 81.387214 155.615005) (xy 81.375594 155.673693) + (xy 81.363158 155.732196) (xy 81.362195 155.741361) (xy 81.34315 155.935595) (xy 81.34 155.967582) (xy 81.340001 158.967711) + (xy 81.33042 159.065424) (xy 81.31142 159.128357) (xy 81.280554 159.186406) (xy 81.239011 159.237343) (xy 81.188356 159.279248) + (xy 81.130529 159.310515) (xy 81.067728 159.329956) (xy 80.972165 159.34) (xy 70.032279 159.34) (xy 69.934576 159.33042) + (xy 69.871643 159.31142) (xy 69.813594 159.280554) (xy 69.762657 159.239011) (xy 69.720752 159.188356) (xy 69.689485 159.130529) + (xy 69.670044 159.067728) (xy 69.66 158.972165) (xy 69.66 157.914155) (xy 73.26545 157.914155) (xy 73.661634 158.43455) + (xy 74.376612 158.824748) (xy 75.153976 159.067964) (xy 75.963853 159.154851) (xy 76.775118 159.082069) (xy 77.556597 158.852415) + (xy 78.278256 158.474715) (xy 78.338366 158.43455) (xy 78.73455 157.914155) (xy 76 155.179605) (xy 73.26545 157.914155) + (xy 69.66 157.914155) (xy 69.66 155.967581) (xy 69.657012 155.937247) (xy 69.657187 155.912257) (xy 69.656287 155.903086) + (xy 69.574685 155.126699) (xy 69.562658 155.068106) (xy 69.551448 155.009342) (xy 69.548785 155.00052) (xy 69.537435 154.963853) + (xy 71.845149 154.963853) (xy 71.917931 155.775118) (xy 72.147585 156.556597) (xy 72.525285 157.278256) (xy 72.56545 157.338366) + (xy 73.085845 157.73455) (xy 75.820395 155) (xy 76.179605 155) (xy 78.914155 157.73455) (xy 79.43455 157.338366) + (xy 79.824748 156.623388) (xy 80.067964 155.846024) (xy 80.154851 155.036147) (xy 80.082069 154.224882) (xy 79.959266 153.807) + (xy 103.642928 153.807) (xy 103.646 154.14625) (xy 103.80475 154.305) (xy 105.029 154.305) (xy 105.029 153.33075) + (xy 105.283 153.33075) (xy 105.283 154.305) (xy 106.50725 154.305) (xy 106.666 154.14625) (xy 106.669072 153.807) + (xy 106.656812 153.682518) (xy 106.620502 153.56282) (xy 106.561537 153.452506) (xy 106.482185 153.355815) (xy 106.385494 153.276463) + (xy 106.27518 153.217498) (xy 106.155482 153.181188) (xy 106.031 153.168928) (xy 105.44175 153.172) (xy 105.283 153.33075) + (xy 105.029 153.33075) (xy 104.87025 153.172) (xy 104.281 153.168928) (xy 104.156518 153.181188) (xy 104.03682 153.217498) + (xy 103.926506 153.276463) (xy 103.829815 153.355815) (xy 103.750463 153.452506) (xy 103.691498 153.56282) (xy 103.655188 153.682518) + (xy 103.642928 153.807) (xy 79.959266 153.807) (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) + (xy 78.914155 152.26545) (xy 76.179605 155) (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) + (xy 72.175252 153.376612) (xy 71.932036 154.153976) (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) + (xy 69.294749 154.199608) (xy 69.272347 154.144162) (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) + (xy 68.830514 153.34967) (xy 68.824689 153.342529) (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) + (xy 68.235676 152.650253) (xy 67.630705 152.156852) (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) + (xy 73.26545 152.085845) (xy 76 154.820395) (xy 78.73455 152.085845) (xy 78.338366 151.56545) (xy 77.773179 151.257) + (xy 103.642928 151.257) (xy 103.642928 152.007) (xy 103.659992 152.180254) (xy 103.710528 152.34685) (xy 103.792595 152.500386) + (xy 103.903038 152.634962) (xy 104.037614 152.745405) (xy 104.19115 152.827472) (xy 104.357746 152.878008) (xy 104.531 152.895072) + (xy 105.781 152.895072) (xy 105.954254 152.878008) (xy 106.12085 152.827472) (xy 106.274386 152.745405) (xy 106.408962 152.634962) + (xy 106.519405 152.500386) (xy 106.601472 152.34685) (xy 106.652008 152.180254) (xy 106.661306 152.085845) (xy 141.26545 152.085845) + (xy 144 154.820395) (xy 146.73455 152.085845) (xy 146.338366 151.56545) (xy 145.623388 151.175252) (xy 144.846024 150.932036) + (xy 144.036147 150.845149) (xy 143.224882 150.917931) (xy 142.443403 151.147585) (xy 141.721744 151.525285) (xy 141.661634 151.56545) + (xy 141.26545 152.085845) (xy 106.661306 152.085845) (xy 106.669072 152.007) (xy 106.669072 151.257) (xy 106.652008 151.083746) + (xy 106.601472 150.91715) (xy 106.519405 150.763614) (xy 106.408962 150.629038) (xy 106.34531 150.5768) (xy 135.779928 150.5768) + (xy 135.792188 150.701282) (xy 135.828498 150.82098) (xy 135.887463 150.931294) (xy 135.966815 151.027985) (xy 136.063506 151.107337) + (xy 136.17382 151.166302) (xy 136.293518 151.202612) (xy 136.418 151.214872) (xy 137.38225 151.2118) (xy 137.541 151.05305) + (xy 137.541 148.7038) (xy 137.795 148.7038) (xy 137.795 151.05305) (xy 137.95375 151.2118) (xy 138.918 151.214872) + (xy 139.042482 151.202612) (xy 139.16218 151.166302) (xy 139.272494 151.107337) (xy 139.369185 151.027985) (xy 139.448537 150.931294) + (xy 139.507502 150.82098) (xy 139.543812 150.701282) (xy 139.556072 150.5768) (xy 139.553 148.86255) (xy 139.39425 148.7038) + (xy 137.795 148.7038) (xy 137.541 148.7038) (xy 135.94175 148.7038) (xy 135.783 148.86255) (xy 135.779928 150.5768) + (xy 106.34531 150.5768) (xy 106.274386 150.518595) (xy 106.12085 150.436528) (xy 105.954254 150.385992) (xy 105.781 150.368928) + (xy 104.531 150.368928) (xy 104.357746 150.385992) (xy 104.19115 150.436528) (xy 104.037614 150.518595) (xy 103.903038 150.629038) + (xy 103.792595 150.763614) (xy 103.710528 150.91715) (xy 103.659992 151.083746) (xy 103.642928 151.257) (xy 77.773179 151.257) + (xy 77.623388 151.175252) (xy 76.846024 150.932036) (xy 76.036147 150.845149) (xy 75.224882 150.917931) (xy 74.443403 151.147585) + (xy 73.721744 151.525285) (xy 73.661634 151.56545) (xy 73.26545 152.085845) (xy 67.523927 152.085845) (xy 67.523418 152.08557) + (xy 66.834133 151.719071) (xy 66.778839 151.69628) (xy 66.723846 151.67271) (xy 66.715043 151.669985) (xy 65.967698 151.444348) + (xy 65.908995 151.432725) (xy 65.850506 151.420292) (xy 65.841342 151.419329) (xy 65.064404 151.34315) (xy 65.064402 151.34315) + (xy 65.032419 151.34) (xy 62.032279 151.34) (xy 61.934576 151.33042) (xy 61.871643 151.31142) (xy 61.813594 151.280554) + (xy 61.762657 151.239011) (xy 61.720752 151.188356) (xy 61.689485 151.130529) (xy 61.670044 151.067728) (xy 61.66 150.972165) + (xy 61.66 149.036) (xy 105.711428 149.036) (xy 105.723688 149.160482) (xy 105.759998 149.28018) (xy 105.818963 149.390494) + (xy 105.898315 149.487185) (xy 105.995006 149.566537) (xy 106.10532 149.625502) (xy 106.225018 149.661812) (xy 106.3495 149.674072) + (xy 106.55125 149.671) (xy 106.71 149.51225) (xy 106.71 148.463) (xy 105.87325 148.463) (xy 105.7145 148.62175) + (xy 105.711428 149.036) (xy 61.66 149.036) (xy 61.66 147.636) (xy 105.711428 147.636) (xy 105.7145 148.05025) + (xy 105.87325 148.209) (xy 106.71 148.209) (xy 106.71 147.15975) (xy 106.964 147.15975) (xy 106.964 148.209) + (xy 106.984 148.209) (xy 106.984 148.463) (xy 106.964 148.463) (xy 106.964 149.51225) (xy 107.12275 149.671) + (xy 107.3245 149.674072) (xy 107.448982 149.661812) (xy 107.56868 149.625502) (xy 107.678994 149.566537) (xy 107.775685 149.487185) + (xy 107.839492 149.409436) (xy 107.844708 149.415792) (xy 107.978336 149.525458) (xy 108.130791 149.606947) (xy 108.296215 149.657128) + (xy 108.46825 149.674072) (xy 108.95575 149.674072) (xy 109.127785 149.657128) (xy 109.293209 149.606947) (xy 109.445664 149.525458) + (xy 109.579292 149.415792) (xy 109.606683 149.382416) (xy 109.604928 149.719) (xy 109.617188 149.843482) (xy 109.653498 149.96318) + (xy 109.712463 150.073494) (xy 109.791815 150.170185) (xy 109.888506 150.249537) (xy 109.99882 150.308502) (xy 110.118518 150.344812) + (xy 110.243 150.357072) (xy 110.58225 150.354) (xy 110.741 150.19525) (xy 110.741 148.971) (xy 110.995 148.971) + (xy 110.995 150.19525) (xy 111.15375 150.354) (xy 111.493 150.357072) (xy 111.617482 150.344812) (xy 111.73718 150.308502) + (xy 111.847494 150.249537) (xy 111.944185 150.170185) (xy 112.023537 150.073494) (xy 112.082502 149.96318) (xy 112.118812 149.843482) + (xy 112.131072 149.719) (xy 112.128 149.12975) (xy 111.96925 148.971) (xy 110.995 148.971) (xy 110.741 148.971) + (xy 110.721 148.971) (xy 110.721 148.717) (xy 110.741 148.717) (xy 110.741 147.49275) (xy 110.995 147.49275) + (xy 110.995 148.717) (xy 111.96925 148.717) (xy 112.128 148.55825) (xy 112.129768 148.219) (xy 112.404928 148.219) + (xy 112.404928 149.469) (xy 112.421992 149.642254) (xy 112.472528 149.80885) (xy 112.554595 149.962386) (xy 112.665038 150.096962) + (xy 112.799614 150.207405) (xy 112.95315 150.289472) (xy 113.119746 150.340008) (xy 113.293 150.357072) (xy 114.043 150.357072) + (xy 114.216254 150.340008) (xy 114.38285 150.289472) (xy 114.536386 150.207405) (xy 114.670962 150.096962) (xy 114.781405 149.962386) + (xy 114.863472 149.80885) (xy 114.914008 149.642254) (xy 114.931072 149.469) (xy 114.931072 148.219) (xy 114.914008 148.045746) + (xy 114.863472 147.87915) (xy 114.781405 147.725614) (xy 114.670962 147.591038) (xy 114.536386 147.480595) (xy 114.38285 147.398528) + (xy 114.216254 147.347992) (xy 114.043 147.330928) (xy 113.293 147.330928) (xy 113.119746 147.347992) (xy 112.95315 147.398528) + (xy 112.799614 147.480595) (xy 112.665038 147.591038) (xy 112.554595 147.725614) (xy 112.472528 147.87915) (xy 112.421992 148.045746) + (xy 112.404928 148.219) (xy 112.129768 148.219) (xy 112.131072 147.969) (xy 112.118812 147.844518) (xy 112.082502 147.72482) + (xy 112.023537 147.614506) (xy 111.944185 147.517815) (xy 111.847494 147.438463) (xy 111.73718 147.379498) (xy 111.617482 147.343188) + (xy 111.493 147.330928) (xy 111.15375 147.334) (xy 110.995 147.49275) (xy 110.741 147.49275) (xy 110.58225 147.334) + (xy 110.243 147.330928) (xy 110.118518 147.343188) (xy 109.99882 147.379498) (xy 109.888506 147.438463) (xy 109.791815 147.517815) + (xy 109.770793 147.543431) (xy 109.770447 147.542291) (xy 109.688958 147.389836) (xy 109.579292 147.256208) (xy 109.445664 147.146542) + (xy 109.293209 147.065053) (xy 109.127785 147.014872) (xy 108.95575 146.997928) (xy 108.46825 146.997928) (xy 108.296215 147.014872) + (xy 108.130791 147.065053) (xy 107.978336 147.146542) (xy 107.844708 147.256208) (xy 107.839492 147.262564) (xy 107.775685 147.184815) + (xy 107.678994 147.105463) (xy 107.56868 147.046498) (xy 107.448982 147.010188) (xy 107.3245 146.997928) (xy 107.12275 147.001) + (xy 106.964 147.15975) (xy 106.71 147.15975) (xy 106.55125 147.001) (xy 106.3495 146.997928) (xy 106.225018 147.010188) + (xy 106.10532 147.046498) (xy 105.995006 147.105463) (xy 105.898315 147.184815) (xy 105.818963 147.281506) (xy 105.759998 147.39182) + (xy 105.723688 147.511518) (xy 105.711428 147.636) (xy 61.66 147.636) (xy 61.66 146.5768) (xy 135.779928 146.5768) + (xy 135.783 148.29105) (xy 135.94175 148.4498) (xy 137.541 148.4498) (xy 137.541 146.10055) (xy 137.795 146.10055) + (xy 137.795 148.4498) (xy 139.39425 148.4498) (xy 139.553 148.29105) (xy 139.556072 146.5768) (xy 139.543812 146.452318) + (xy 139.507502 146.33262) (xy 139.448537 146.222306) (xy 139.369185 146.125615) (xy 139.272494 146.046263) (xy 139.16218 145.987298) + (xy 139.042482 145.950988) (xy 138.918 145.938728) (xy 137.95375 145.9418) (xy 137.795 146.10055) (xy 137.541 146.10055) + (xy 137.38225 145.9418) (xy 136.418 145.938728) (xy 136.293518 145.950988) (xy 136.17382 145.987298) (xy 136.063506 146.046263) + (xy 135.966815 146.125615) (xy 135.887463 146.222306) (xy 135.828498 146.33262) (xy 135.792188 146.452318) (xy 135.779928 146.5768) + (xy 61.66 146.5768) (xy 61.66 145.505) (xy 143.996528 145.505) (xy 143.996528 146.755) (xy 144.013592 146.928254) + (xy 144.064128 147.09485) (xy 144.146195 147.248386) (xy 144.256638 147.382962) (xy 144.391214 147.493405) (xy 144.54475 147.575472) + (xy 144.711346 147.626008) (xy 144.8846 147.643072) (xy 145.6346 147.643072) (xy 145.807854 147.626008) (xy 145.97445 147.575472) + (xy 146.127986 147.493405) (xy 146.262562 147.382962) (xy 146.373005 147.248386) (xy 146.455072 147.09485) (xy 146.505608 146.928254) + (xy 146.522672 146.755) (xy 146.522672 145.505) (xy 146.505608 145.331746) (xy 146.455072 145.16515) (xy 146.373005 145.011614) + (xy 146.262562 144.877038) (xy 146.127986 144.766595) (xy 145.97445 144.684528) (xy 145.807854 144.633992) (xy 145.6346 144.616928) + (xy 144.8846 144.616928) (xy 144.711346 144.633992) (xy 144.54475 144.684528) (xy 144.391214 144.766595) (xy 144.256638 144.877038) + (xy 144.146195 145.011614) (xy 144.064128 145.16515) (xy 144.013592 145.331746) (xy 143.996528 145.505) (xy 61.66 145.505) + (xy 61.66 110.796706) (xy 104.424611 110.796706) (xy 104.471275 111.165075) (xy 104.588906 111.517262) (xy 104.714423 111.752086) + (xy 105.004395 111.878) (xy 105.873 111.009395) (xy 105.873 111.368605) (xy 105.184 112.057605) (xy 105.309914 112.347577) + (xy 105.642126 112.513433) (xy 105.873 112.576508) (xy 105.873 138) (xy 105.87544 138.024776) (xy 105.882667 138.048601) + (xy 105.894403 138.070557) (xy 105.910197 138.089803) (xy 105.929443 138.105597) (xy 105.951399 138.117333) (xy 105.975224 138.12456) + (xy 106 138.127) (xy 129.466452 138.127) (xy 129.471275 138.165075) (xy 129.588906 138.517262) (xy 129.714423 138.752086) + (xy 130.004395 138.878) (xy 130.755395 138.127) (xy 131.114605 138.127) (xy 130.184 139.057605) (xy 130.309914 139.347577) + (xy 130.642126 139.513433) (xy 131.000312 139.61129) (xy 131.370706 139.637389) (xy 131.739075 139.590725) (xy 132.091262 139.473094) + (xy 132.326086 139.347577) (xy 132.452 139.057605) (xy 131.521395 138.127) (xy 131.880605 138.127) (xy 132.631605 138.878) + (xy 132.921577 138.752086) (xy 133.087433 138.419874) (xy 133.167447 138.127) (xy 136.127573 138.127) (xy 136.040038 138.198838) + (xy 135.929595 138.333414) (xy 135.847528 138.48695) (xy 135.796992 138.653546) (xy 135.779928 138.8268) (xy 135.779928 142.3268) + (xy 135.796992 142.500054) (xy 135.847528 142.66665) (xy 135.929595 142.820186) (xy 136.040038 142.954762) (xy 136.174614 143.065205) + (xy 136.32815 143.147272) (xy 136.494746 143.197808) (xy 136.668 143.214872) (xy 138.668 143.214872) (xy 138.841254 143.197808) + (xy 139.00785 143.147272) (xy 139.161386 143.065205) (xy 139.295962 142.954762) (xy 139.406405 142.820186) (xy 139.488472 142.66665) + (xy 139.539008 142.500054) (xy 139.556072 142.3268) (xy 139.556072 142.3262) (xy 143.923328 142.3262) (xy 143.923328 143.5762) + (xy 143.940392 143.749454) (xy 143.990928 143.91605) (xy 144.072995 144.069586) (xy 144.183438 144.204162) (xy 144.318014 144.314605) + (xy 144.47155 144.396672) (xy 144.638146 144.447208) (xy 144.8114 144.464272) (xy 145.5614 144.464272) (xy 145.734654 144.447208) + (xy 145.90125 144.396672) (xy 146.054786 144.314605) (xy 146.189362 144.204162) (xy 146.299805 144.069586) (xy 146.381872 143.91605) + (xy 146.432408 143.749454) (xy 146.449472 143.5762) (xy 146.449472 142.3262) (xy 146.630883 142.3262) (xy 146.630883 143.5762) + (xy 146.649723 143.767489) (xy 146.70552 143.951428) (xy 146.79613 144.120946) (xy 146.91807 144.26953) (xy 147.066654 144.39147) + (xy 147.236172 144.48208) (xy 147.420111 144.537877) (xy 147.488923 144.544654) (xy 147.309372 144.59912) (xy 147.139854 144.68973) + (xy 146.99127 144.81167) (xy 146.86933 144.960254) (xy 146.77872 145.129772) (xy 146.722923 145.313711) (xy 146.704083 145.505) + (xy 146.704083 146.755) (xy 146.722923 146.946289) (xy 146.77872 147.130228) (xy 146.86933 147.299746) (xy 146.99127 147.44833) + (xy 147.139854 147.57027) (xy 147.309372 147.66088) (xy 147.493311 147.716677) (xy 147.6846 147.735517) (xy 148.4346 147.735517) + (xy 148.625889 147.716677) (xy 148.809828 147.66088) (xy 148.979346 147.57027) (xy 149.12793 147.44833) (xy 149.24987 147.299746) + (xy 149.34048 147.130228) (xy 149.396277 146.946289) (xy 149.415117 146.755) (xy 149.415117 146.323282) (xy 152.0486 146.323282) + (xy 152.0486 146.712718) (xy 152.124575 147.09467) (xy 152.273605 147.454461) (xy 152.489964 147.778264) (xy 152.765336 148.053636) + (xy 153.089139 148.269995) (xy 153.44893 148.419025) (xy 153.830882 148.495) (xy 154.220318 148.495) (xy 154.60227 148.419025) + (xy 154.962061 148.269995) (xy 155.285864 148.053636) (xy 155.561236 147.778264) (xy 155.777595 147.454461) (xy 155.926625 147.09467) + (xy 156.0026 146.712718) (xy 156.0026 146.323282) (xy 155.926625 145.94133) (xy 155.777595 145.581539) (xy 155.561236 145.257736) + (xy 155.285864 144.982364) (xy 154.962061 144.766005) (xy 154.60227 144.616975) (xy 154.220318 144.541) (xy 153.830882 144.541) + (xy 153.44893 144.616975) (xy 153.089139 144.766005) (xy 152.765336 144.982364) (xy 152.489964 145.257736) (xy 152.273605 145.581539) + (xy 152.124575 145.94133) (xy 152.0486 146.323282) (xy 149.415117 146.323282) (xy 149.415117 145.505) (xy 149.396277 145.313711) + (xy 149.34048 145.129772) (xy 149.24987 144.960254) (xy 149.12793 144.81167) (xy 148.979346 144.68973) (xy 148.809828 144.59912) + (xy 148.625889 144.543323) (xy 148.557077 144.536546) (xy 148.736628 144.48208) (xy 148.906146 144.39147) (xy 149.05473 144.26953) + (xy 149.17667 144.120946) (xy 149.26728 143.951428) (xy 149.323077 143.767489) (xy 149.341917 143.5762) (xy 149.341917 142.831605) + (xy 152.8916 142.831605) (xy 153.017514 143.121577) (xy 153.349726 143.287433) (xy 153.707912 143.38529) (xy 154.078306 143.411389) + (xy 154.446675 143.364725) (xy 154.798862 143.247094) (xy 155.033686 143.121577) (xy 155.1596 142.831605) (xy 154.0256 141.697605) + (xy 152.8916 142.831605) (xy 149.341917 142.831605) (xy 149.341917 142.3262) (xy 149.323077 142.134911) (xy 149.26728 141.950972) + (xy 149.17667 141.781454) (xy 149.05473 141.63287) (xy 148.978984 141.570706) (xy 152.132211 141.570706) (xy 152.178875 141.939075) + (xy 152.296506 142.291262) (xy 152.422023 142.526086) (xy 152.711995 142.652) (xy 153.845995 141.518) (xy 154.205205 141.518) + (xy 155.339205 142.652) (xy 155.629177 142.526086) (xy 155.795033 142.193874) (xy 155.89289 141.835688) (xy 155.918989 141.465294) + (xy 155.872325 141.096925) (xy 155.754694 140.744738) (xy 155.629177 140.509914) (xy 155.339205 140.384) (xy 154.205205 141.518) + (xy 153.845995 141.518) (xy 152.711995 140.384) (xy 152.422023 140.509914) (xy 152.256167 140.842126) (xy 152.15831 141.200312) + (xy 152.132211 141.570706) (xy 148.978984 141.570706) (xy 148.906146 141.51093) (xy 148.736628 141.42032) (xy 148.552689 141.364523) + (xy 148.3614 141.345683) (xy 147.6114 141.345683) (xy 147.420111 141.364523) (xy 147.236172 141.42032) (xy 147.066654 141.51093) + (xy 146.91807 141.63287) (xy 146.79613 141.781454) (xy 146.70552 141.950972) (xy 146.649723 142.134911) (xy 146.630883 142.3262) + (xy 146.449472 142.3262) (xy 146.432408 142.152946) (xy 146.381872 141.98635) (xy 146.299805 141.832814) (xy 146.189362 141.698238) + (xy 146.054786 141.587795) (xy 145.90125 141.505728) (xy 145.734654 141.455192) (xy 145.5614 141.438128) (xy 144.8114 141.438128) + (xy 144.638146 141.455192) (xy 144.47155 141.505728) (xy 144.318014 141.587795) (xy 144.183438 141.698238) (xy 144.072995 141.832814) + (xy 143.990928 141.98635) (xy 143.940392 142.152946) (xy 143.923328 142.3262) (xy 139.556072 142.3262) (xy 139.556072 140.204395) + (xy 152.8916 140.204395) (xy 154.0256 141.338395) (xy 155.1596 140.204395) (xy 155.033686 139.914423) (xy 154.701474 139.748567) + (xy 154.343288 139.65071) (xy 153.972894 139.624611) (xy 153.604525 139.671275) (xy 153.252338 139.788906) (xy 153.017514 139.914423) + (xy 152.8916 140.204395) (xy 139.556072 140.204395) (xy 139.556072 138.8268) (xy 139.539008 138.653546) (xy 139.488472 138.48695) + (xy 139.406405 138.333414) (xy 139.295962 138.198838) (xy 139.208427 138.127) (xy 157 138.127) (xy 157.025918 138.124327) + (xy 157.049675 138.116882) (xy 157.071523 138.104945) (xy 157.090623 138.088975) (xy 157.106239 138.069586) (xy 157.117774 138.047522) + (xy 157.124782 138.023633) (xy 157.126995 137.998835) (xy 156.89342 112.539173) (xy 157.091262 112.473094) (xy 157.326086 112.347577) + (xy 157.452 112.057605) (xy 156.883789 111.489394) (xy 156.880463 111.126858) (xy 157.631605 111.878) (xy 157.921577 111.752086) + (xy 158.087433 111.419874) (xy 158.18529 111.061688) (xy 158.211389 110.691294) (xy 158.164725 110.322925) (xy 158.047094 109.970738) + (xy 157.921577 109.735914) (xy 157.631605 109.61) (xy 156.873502 110.368103) (xy 156.870237 110.012159) (xy 157.452 109.430395) + (xy 157.326086 109.140423) (xy 156.993874 108.974567) (xy 156.860383 108.938097) (xy 156.626995 83.498835) (xy 156.62456 83.475224) + (xy 156.617333 83.451399) (xy 156.605597 83.429443) (xy 156.589803 83.410197) (xy 156.570557 83.394403) (xy 156.548601 83.382667) + (xy 156.524776 83.37544) (xy 156.5 83.373) (xy 133.171068 83.373) (xy 133.164725 83.322925) (xy 133.047094 82.970738) + (xy 132.921577 82.735914) (xy 132.631605 82.61) (xy 131.868605 83.373) (xy 131.509395 83.373) (xy 132.452 82.430395) + (xy 132.326086 82.140423) (xy 131.993874 81.974567) (xy 131.772748 81.914155) (xy 141.26545 81.914155) (xy 141.661634 82.43455) + (xy 142.376612 82.824748) (xy 143.153976 83.067964) (xy 143.963853 83.154851) (xy 144.775118 83.082069) (xy 145.556597 82.852415) + (xy 146.278256 82.474715) (xy 146.338366 82.43455) (xy 146.73455 81.914155) (xy 144 79.179605) (xy 141.26545 81.914155) + (xy 131.772748 81.914155) (xy 131.635688 81.87671) (xy 131.265294 81.850611) (xy 130.896925 81.897275) (xy 130.544738 82.014906) + (xy 130.309914 82.140423) (xy 130.184 82.430395) (xy 131.126605 83.373) (xy 130.767395 83.373) (xy 130.004395 82.61) + (xy 129.714423 82.735914) (xy 129.548567 83.068126) (xy 129.465275 83.373) (xy 106 83.373) (xy 105.975224 83.37544) + (xy 105.951399 83.382667) (xy 105.929443 83.394403) (xy 105.910197 83.410197) (xy 105.894403 83.429443) (xy 105.882667 83.451399) + (xy 105.87544 83.475224) (xy 105.873 83.5) (xy 105.873 108.905266) (xy 105.544738 109.014906) (xy 105.309914 109.140423) + (xy 105.184 109.430395) (xy 105.873 110.119395) (xy 105.873 110.478605) (xy 105.004395 109.61) (xy 104.714423 109.735914) + (xy 104.548567 110.068126) (xy 104.45071 110.426312) (xy 104.424611 110.796706) (xy 61.66 110.796706) (xy 61.66 83.032279) + (xy 61.66958 82.934576) (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) (xy 61.811644 82.720752) + (xy 61.869471 82.689485) (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) (xy 65.062753 82.657012) + (xy 65.087743 82.657187) (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) (xy 65.990657 82.551449) + (xy 65.999479 82.548785) (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) (xy 66.863974 82.268021) + (xy 67.518434 81.914155) (xy 73.26545 81.914155) (xy 73.661634 82.43455) (xy 74.376612 82.824748) (xy 75.153976 83.067964) + (xy 75.963853 83.154851) (xy 76.775118 83.082069) (xy 77.556597 82.852415) (xy 78.278256 82.474715) (xy 78.338366 82.43455) + (xy 78.73455 81.914155) (xy 76 79.179605) (xy 73.26545 81.914155) (xy 67.518434 81.914155) (xy 67.550684 81.896718) + (xy 67.600268 81.863273) (xy 67.650331 81.830513) (xy 67.657472 81.824689) (xy 68.258983 81.327076) (xy 68.30114 81.284624) + (xy 68.343873 81.242777) (xy 68.349741 81.235682) (xy 68.349747 81.235676) (xy 68.349751 81.235669) (xy 68.843148 80.630706) + (xy 68.87623 80.580913) (xy 68.910048 80.531524) (xy 68.91443 80.523417) (xy 69.28093 79.834133) (xy 69.303729 79.778818) + (xy 69.32729 79.723846) (xy 69.330015 79.715043) (xy 69.555652 78.967698) (xy 69.556413 78.963853) (xy 71.845149 78.963853) + (xy 71.917931 79.775118) (xy 72.147585 80.556597) (xy 72.525285 81.278256) (xy 72.56545 81.338366) (xy 73.085845 81.73455) + (xy 75.820395 79) (xy 76.179605 79) (xy 78.914155 81.73455) (xy 79.43455 81.338366) (xy 79.824748 80.623388) + (xy 80.067964 79.846024) (xy 80.154851 79.036147) (xy 80.082069 78.224882) (xy 79.852415 77.443403) (xy 79.474715 76.721744) + (xy 79.43455 76.661634) (xy 78.914155 76.26545) (xy 76.179605 79) (xy 75.820395 79) (xy 73.085845 76.26545) + (xy 72.56545 76.661634) (xy 72.175252 77.376612) (xy 71.932036 78.153976) (xy 71.845149 78.963853) (xy 69.556413 78.963853) + (xy 69.567277 78.908989) (xy 69.579708 78.850506) (xy 69.580671 78.841341) (xy 69.65685 78.064404) (xy 69.65685 78.064402) + (xy 69.66 78.032419) (xy 69.66 76.085845) (xy 73.26545 76.085845) (xy 76 78.820395) (xy 78.73455 76.085845) + (xy 78.338366 75.56545) (xy 77.623388 75.175252) (xy 76.846024 74.932036) (xy 76.036147 74.845149) (xy 75.224882 74.917931) + (xy 74.443403 75.147585) (xy 73.721744 75.525285) (xy 73.661634 75.56545) (xy 73.26545 76.085845) (xy 69.66 76.085845) + (xy 69.66 75.032279) (xy 69.66958 74.934576) (xy 69.68858 74.871644) (xy 69.719445 74.813595) (xy 69.760989 74.762657) + (xy 69.811644 74.720752) (xy 69.869471 74.689485) (xy 69.932272 74.670044) (xy 70.027835 74.66) (xy 80.967721 74.66) + ) + ) + ) + (zone (net 0) (net_name "") (layer F.Cu) (tstamp 5FBA1158) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) + (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 156.5 83.5) (xy 157 138) (xy 106 138) (xy 106 83.5) + ) + ) + ) + (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) + (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 155 142) (xy 150 142) (xy 150 133) (xy 155 133) + ) + ) + ) + (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) + (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 157 122) (xy 139 122) (xy 139 85) (xy 157 85) + ) + ) + ) + (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) + (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 139 111) (xy 94 111) (xy 94 100) (xy 139 100) + ) + ) + ) + (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) + (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 94 149) (xy 83 149) (xy 83 94) (xy 94 94) + ) + ) + ) + (zone (net 2) (net_name GND) (layer B.Cu) (tstamp 0) (hatch edge 0.508) + (connect_pads (clearance 0.508)) + (min_thickness 0.254) + (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) + ) + ) + (filled_polygon + (pts + (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) + (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) + (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) + (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) + (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) + (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) + (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) + (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) + (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) + (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) + (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) + (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) + (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) + (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) + (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) + (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) + (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) + (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) + (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) + (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) + (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) + (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) + (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) + (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) + (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) + (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) + (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) + (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) + (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) + (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) + (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) + (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) + (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) + (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) + (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) + (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) + (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) + (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) + (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) + (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) + (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) + (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) + (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) + (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) + (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) + (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) + (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) + (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) + (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) + (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) + (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) + (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) + (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) + (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) + (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) + (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) + (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) + (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) + (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) + (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) + (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) + (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) + (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) + (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) + (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) + (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) + (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) + (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) + (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) + (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) + (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) + (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) + (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) + (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) + (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) + (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) + (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) + (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) + (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) + (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) + (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) + (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) + (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) + (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) + (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) + (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) + (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) + (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) + (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) + (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) + (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) + (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) + (xy 90.66 158.972165) (xy 90.66 157.836891) (xy 104.222519 157.836891) (xy 104.319843 158.111252) (xy 104.468822 158.361355) + (xy 104.663731 158.577588) (xy 104.89708 158.751641) (xy 105.159901 158.876825) (xy 105.30711 158.921476) (xy 105.537 158.800155) + (xy 105.537 157.607) (xy 104.343186 157.607) (xy 104.222519 157.836891) (xy 90.66 157.836891) (xy 90.66 157.123109) + (xy 104.222519 157.123109) (xy 104.343186 157.353) (xy 105.537 157.353) (xy 105.537 156.159845) (xy 105.791 156.159845) + (xy 105.791 157.353) (xy 105.811 157.353) (xy 105.811 157.607) (xy 105.791 157.607) (xy 105.791 158.800155) + (xy 106.02089 158.921476) (xy 106.168099 158.876825) (xy 106.43092 158.751641) (xy 106.664269 158.577588) (xy 106.859178 158.361355) + (xy 106.928805 158.244466) (xy 107.050525 158.426632) (xy 107.257368 158.633475) (xy 107.500589 158.79599) (xy 107.770842 158.907932) + (xy 108.05774 158.965) (xy 108.35026 158.965) (xy 108.637158 158.907932) (xy 108.907411 158.79599) (xy 109.150632 158.633475) + (xy 109.357475 158.426632) (xy 109.474 158.25224) (xy 109.590525 158.426632) (xy 109.797368 158.633475) (xy 110.040589 158.79599) + (xy 110.310842 158.907932) (xy 110.59774 158.965) (xy 110.89026 158.965) (xy 111.177158 158.907932) (xy 111.447411 158.79599) + (xy 111.690632 158.633475) (xy 111.897475 158.426632) (xy 111.958676 158.335038) (xy 112.059064 158.485279) (xy 112.278721 158.704936) + (xy 112.537011 158.877519) (xy 112.824006 158.996396) (xy 113.128679 159.057) (xy 113.439321 159.057) (xy 113.743994 158.996396) + (xy 114.030989 158.877519) (xy 114.289279 158.704936) (xy 114.508936 158.485279) (xy 114.609324 158.335038) (xy 114.670525 158.426632) + (xy 114.877368 158.633475) (xy 115.120589 158.79599) (xy 115.390842 158.907932) (xy 115.67774 158.965) (xy 115.97026 158.965) + (xy 116.257158 158.907932) (xy 116.527411 158.79599) (xy 116.770632 158.633475) (xy 116.977475 158.426632) (xy 117.094 158.25224) + (xy 117.210525 158.426632) (xy 117.417368 158.633475) (xy 117.660589 158.79599) (xy 117.930842 158.907932) (xy 118.21774 158.965) + (xy 118.51026 158.965) (xy 118.797158 158.907932) (xy 119.067411 158.79599) (xy 119.310632 158.633475) (xy 119.442487 158.50162) + (xy 119.464498 158.57418) (xy 119.523463 158.684494) (xy 119.602815 158.781185) (xy 119.699506 158.860537) (xy 119.80982 158.919502) + (xy 119.929518 158.955812) (xy 120.054 158.968072) (xy 121.754 158.968072) (xy 121.878482 158.955812) (xy 121.99818 158.919502) + (xy 122.108494 158.860537) (xy 122.205185 158.781185) (xy 122.284537 158.684494) (xy 122.343502 158.57418) (xy 122.379812 158.454482) + (xy 122.392072 158.33) (xy 122.392072 156.63) (xy 122.379812 156.505518) (xy 122.343502 156.38582) (xy 122.284537 156.275506) + (xy 122.205185 156.178815) (xy 122.108494 156.099463) (xy 121.99818 156.040498) (xy 121.878482 156.004188) (xy 121.754 155.991928) + (xy 120.054 155.991928) (xy 119.929518 156.004188) (xy 119.80982 156.040498) (xy 119.699506 156.099463) (xy 119.602815 156.178815) + (xy 119.523463 156.275506) (xy 119.464498 156.38582) (xy 119.442487 156.45838) (xy 119.310632 156.326525) (xy 119.067411 156.16401) + (xy 118.797158 156.052068) (xy 118.51026 155.995) (xy 118.21774 155.995) (xy 117.930842 156.052068) (xy 117.660589 156.16401) + (xy 117.417368 156.326525) (xy 117.210525 156.533368) (xy 117.094 156.70776) (xy 116.977475 156.533368) (xy 116.770632 156.326525) + (xy 116.527411 156.16401) (xy 116.257158 156.052068) (xy 115.97026 155.995) (xy 115.67774 155.995) (xy 115.390842 156.052068) + (xy 115.120589 156.16401) (xy 114.877368 156.326525) (xy 114.670525 156.533368) (xy 114.609324 156.624962) (xy 114.508936 156.474721) + (xy 114.289279 156.255064) (xy 114.030989 156.082481) (xy 113.743994 155.963604) (xy 113.439321 155.903) (xy 113.128679 155.903) + (xy 112.824006 155.963604) (xy 112.537011 156.082481) (xy 112.278721 156.255064) (xy 112.059064 156.474721) (xy 111.958676 156.624962) + (xy 111.897475 156.533368) (xy 111.690632 156.326525) (xy 111.447411 156.16401) (xy 111.177158 156.052068) (xy 110.89026 155.995) + (xy 110.59774 155.995) (xy 110.310842 156.052068) (xy 110.040589 156.16401) (xy 109.797368 156.326525) (xy 109.590525 156.533368) + (xy 109.474 156.70776) (xy 109.357475 156.533368) (xy 109.150632 156.326525) (xy 108.907411 156.16401) (xy 108.637158 156.052068) + (xy 108.35026 155.995) (xy 108.05774 155.995) (xy 107.770842 156.052068) (xy 107.500589 156.16401) (xy 107.257368 156.326525) + (xy 107.050525 156.533368) (xy 106.928805 156.715534) (xy 106.859178 156.598645) (xy 106.664269 156.382412) (xy 106.43092 156.208359) + (xy 106.168099 156.083175) (xy 106.02089 156.038524) (xy 105.791 156.159845) (xy 105.537 156.159845) (xy 105.30711 156.038524) + (xy 105.159901 156.083175) (xy 104.89708 156.208359) (xy 104.663731 156.382412) (xy 104.468822 156.598645) (xy 104.319843 156.848748) + (xy 104.222519 157.123109) (xy 90.66 157.123109) (xy 90.66 155.967581) (xy 90.657217 155.939326) (xy 90.65726 155.933199) + (xy 90.65636 155.924028) (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) (xy 90.610059 155.603755) + (xy 90.552347 155.417317) (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) (xy 90.409607 155.126896) + (xy 90.376139 155.077278) (xy 90.3434 155.027247) (xy 90.337576 155.020106) (xy 90.213172 154.869728) (xy 90.170737 154.827589) + (xy 90.128874 154.784839) (xy 90.121773 154.778966) (xy 89.970531 154.655616) (xy 89.920738 154.622534) (xy 89.871349 154.588716) + (xy 89.863243 154.584333) (xy 89.690921 154.492708) (xy 89.635606 154.469909) (xy 89.580634 154.446348) (xy 89.571831 154.443623) + (xy 89.384995 154.387214) (xy 89.326307 154.375594) (xy 89.267804 154.363158) (xy 89.258639 154.362195) (xy 89.064405 154.34315) + (xy 89.064402 154.34315) (xy 89.032419 154.34) (xy 82.967581 154.34) (xy 82.939326 154.342783) (xy 82.933199 154.34274) + (xy 82.924028 154.34364) (xy 82.729931 154.364041) (xy 82.671348 154.376066) (xy 82.612577 154.387277) (xy 82.603755 154.389941) + (xy 82.417317 154.447653) (xy 82.362162 154.470838) (xy 82.306709 154.493242) (xy 82.298573 154.497568) (xy 82.126896 154.590393) + (xy 82.077278 154.623861) (xy 82.027247 154.6566) (xy 82.020106 154.662424) (xy 81.869728 154.786828) (xy 81.827589 154.829263) + (xy 81.784839 154.871126) (xy 81.778966 154.878227) (xy 81.655616 155.029469) (xy 81.622534 155.079262) (xy 81.588716 155.128651) + (xy 81.584333 155.136757) (xy 81.492708 155.309079) (xy 81.469909 155.364394) (xy 81.446348 155.419366) (xy 81.443623 155.428169) + (xy 81.387214 155.615005) (xy 81.375594 155.673693) (xy 81.363158 155.732196) (xy 81.362195 155.741361) (xy 81.34315 155.935595) + (xy 81.34 155.967582) (xy 81.340001 158.967711) (xy 81.33042 159.065424) (xy 81.31142 159.128357) (xy 81.280554 159.186406) + (xy 81.239011 159.237343) (xy 81.188356 159.279248) (xy 81.130529 159.310515) (xy 81.067728 159.329956) (xy 80.972165 159.34) + (xy 70.032279 159.34) (xy 69.934576 159.33042) (xy 69.871643 159.31142) (xy 69.813594 159.280554) (xy 69.762657 159.239011) + (xy 69.720752 159.188356) (xy 69.689485 159.130529) (xy 69.670044 159.067728) (xy 69.66 158.972165) (xy 69.66 157.914155) + (xy 73.26545 157.914155) (xy 73.661634 158.43455) (xy 74.376612 158.824748) (xy 75.153976 159.067964) (xy 75.963853 159.154851) + (xy 76.775118 159.082069) (xy 77.556597 158.852415) (xy 78.278256 158.474715) (xy 78.338366 158.43455) (xy 78.73455 157.914155) + (xy 76 155.179605) (xy 73.26545 157.914155) (xy 69.66 157.914155) (xy 69.66 155.967581) (xy 69.657012 155.937247) + (xy 69.657187 155.912257) (xy 69.656287 155.903086) (xy 69.574685 155.126699) (xy 69.562658 155.068106) (xy 69.551448 155.009342) + (xy 69.548785 155.00052) (xy 69.537435 154.963853) (xy 71.845149 154.963853) (xy 71.917931 155.775118) (xy 72.147585 156.556597) + (xy 72.525285 157.278256) (xy 72.56545 157.338366) (xy 73.085845 157.73455) (xy 75.820395 155) (xy 76.179605 155) + (xy 78.914155 157.73455) (xy 79.43455 157.338366) (xy 79.824748 156.623388) (xy 80.067964 155.846024) (xy 80.154851 155.036147) + (xy 80.082069 154.224882) (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) (xy 78.914155 152.26545) + (xy 76.179605 155) (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) (xy 72.175252 153.376612) + (xy 71.932036 154.153976) (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) (xy 69.294749 154.199608) + (xy 69.272347 154.144162) (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) (xy 68.830514 153.34967) + (xy 68.824689 153.342529) (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) (xy 68.235676 152.650253) + (xy 67.630705 152.156852) (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) (xy 73.26545 152.085845) + (xy 76 154.820395) (xy 78.73455 152.085845) (xy 141.26545 152.085845) (xy 144 154.820395) (xy 146.73455 152.085845) + (xy 146.338366 151.56545) (xy 145.623388 151.175252) (xy 144.846024 150.932036) (xy 144.036147 150.845149) (xy 143.224882 150.917931) + (xy 142.443403 151.147585) (xy 141.721744 151.525285) (xy 141.661634 151.56545) (xy 141.26545 152.085845) (xy 78.73455 152.085845) + (xy 78.338366 151.56545) (xy 77.623388 151.175252) (xy 76.846024 150.932036) (xy 76.036147 150.845149) (xy 75.224882 150.917931) + (xy 74.443403 151.147585) (xy 73.721744 151.525285) (xy 73.661634 151.56545) (xy 73.26545 152.085845) (xy 67.523927 152.085845) + (xy 67.523418 152.08557) (xy 66.834133 151.719071) (xy 66.778839 151.69628) (xy 66.723846 151.67271) (xy 66.715043 151.669985) + (xy 65.967698 151.444348) (xy 65.908995 151.432725) (xy 65.850506 151.420292) (xy 65.841342 151.419329) (xy 65.064404 151.34315) + (xy 65.064402 151.34315) (xy 65.032419 151.34) (xy 62.032279 151.34) (xy 61.934576 151.33042) (xy 61.871643 151.31142) + (xy 61.813594 151.280554) (xy 61.762657 151.239011) (xy 61.720752 151.188356) (xy 61.689485 151.130529) (xy 61.670044 151.067728) + (xy 61.66 150.972165) (xy 61.66 94) (xy 82.873 94) (xy 82.873 149) (xy 82.87544 149.024776) + (xy 82.882667 149.048601) (xy 82.894403 149.070557) (xy 82.910197 149.089803) (xy 82.929443 149.105597) (xy 82.951399 149.117333) + (xy 82.975224 149.12456) (xy 83 149.127) (xy 94 149.127) (xy 94.024776 149.12456) (xy 94.048601 149.117333) + (xy 94.070557 149.105597) (xy 94.089803 149.089803) (xy 94.105597 149.070557) (xy 94.117333 149.048601) (xy 94.12456 149.024776) + (xy 94.127 149) (xy 94.127 146.323282) (xy 152.0486 146.323282) (xy 152.0486 146.712718) (xy 152.124575 147.09467) + (xy 152.273605 147.454461) (xy 152.489964 147.778264) (xy 152.765336 148.053636) (xy 153.089139 148.269995) (xy 153.44893 148.419025) + (xy 153.830882 148.495) (xy 154.220318 148.495) (xy 154.60227 148.419025) (xy 154.962061 148.269995) (xy 155.285864 148.053636) + (xy 155.561236 147.778264) (xy 155.777595 147.454461) (xy 155.926625 147.09467) (xy 156.0026 146.712718) (xy 156.0026 146.323282) + (xy 155.926625 145.94133) (xy 155.777595 145.581539) (xy 155.561236 145.257736) (xy 155.285864 144.982364) (xy 154.962061 144.766005) + (xy 154.60227 144.616975) (xy 154.220318 144.541) (xy 153.830882 144.541) (xy 153.44893 144.616975) (xy 153.089139 144.766005) + (xy 152.765336 144.982364) (xy 152.489964 145.257736) (xy 152.273605 145.581539) (xy 152.124575 145.94133) (xy 152.0486 146.323282) + (xy 94.127 146.323282) (xy 94.127 139.057605) (xy 130.184 139.057605) (xy 130.309914 139.347577) (xy 130.642126 139.513433) + (xy 131.000312 139.61129) (xy 131.370706 139.637389) (xy 131.739075 139.590725) (xy 132.091262 139.473094) (xy 132.326086 139.347577) + (xy 132.452 139.057605) (xy 131.318 137.923605) (xy 130.184 139.057605) (xy 94.127 139.057605) (xy 94.127 137.796706) + (xy 129.424611 137.796706) (xy 129.471275 138.165075) (xy 129.588906 138.517262) (xy 129.714423 138.752086) (xy 130.004395 138.878) + (xy 131.138395 137.744) (xy 131.497605 137.744) (xy 132.631605 138.878) (xy 132.921577 138.752086) (xy 133.087433 138.419874) + (xy 133.18529 138.061688) (xy 133.211389 137.691294) (xy 133.164725 137.322925) (xy 133.047094 136.970738) (xy 132.921577 136.735914) + (xy 132.631605 136.61) (xy 131.497605 137.744) (xy 131.138395 137.744) (xy 130.004395 136.61) (xy 129.714423 136.735914) + (xy 129.548567 137.068126) (xy 129.45071 137.426312) (xy 129.424611 137.796706) (xy 94.127 137.796706) (xy 94.127 136.430395) + (xy 130.184 136.430395) (xy 131.318 137.564395) (xy 132.452 136.430395) (xy 132.326086 136.140423) (xy 131.993874 135.974567) + (xy 131.635688 135.87671) (xy 131.265294 135.850611) (xy 130.896925 135.897275) (xy 130.544738 136.014906) (xy 130.309914 136.140423) + (xy 130.184 136.430395) (xy 94.127 136.430395) (xy 94.127 128.524) (xy 137.4953 128.524) (xy 137.51326 128.706351) + (xy 137.56645 128.881694) (xy 137.652825 129.043291) (xy 137.769067 129.184933) (xy 137.910709 129.301175) (xy 138.072306 129.38755) + (xy 138.247649 129.44074) (xy 138.384311 129.4542) (xy 145.1567 129.4542) (xy 147.9138 132.211301) (xy 147.913801 140.213689) + (xy 147.927261 140.350351) (xy 147.980451 140.525694) (xy 148.066826 140.687291) (xy 148.183068 140.828933) (xy 148.32471 140.945175) + (xy 148.486307 141.03155) (xy 148.66165 141.08474) (xy 148.844 141.1027) (xy 149.026351 141.08474) (xy 149.201694 141.03155) + (xy 149.363291 140.945175) (xy 149.504933 140.828933) (xy 149.621175 140.687291) (xy 149.70755 140.525694) (xy 149.76074 140.350351) + (xy 149.7742 140.213689) (xy 149.7742 133) (xy 149.873 133) (xy 149.873 142) (xy 149.87544 142.024776) + (xy 149.882667 142.048601) (xy 149.894403 142.070557) (xy 149.910197 142.089803) (xy 149.929443 142.105597) (xy 149.951399 142.117333) + (xy 149.975224 142.12456) (xy 150 142.127) (xy 152.241642 142.127) (xy 152.296506 142.291262) (xy 152.422023 142.526086) + (xy 152.711995 142.652) (xy 153.236995 142.127) (xy 153.596205 142.127) (xy 152.8916 142.831605) (xy 153.017514 143.121577) + (xy 153.349726 143.287433) (xy 153.707912 143.38529) (xy 154.078306 143.411389) (xy 154.446675 143.364725) (xy 154.798862 143.247094) + (xy 155.033686 143.121577) (xy 155.1596 142.831605) (xy 154.454995 142.127) (xy 154.814205 142.127) (xy 155.339205 142.652) + (xy 155.629177 142.526086) (xy 155.795033 142.193874) (xy 155.89289 141.835688) (xy 155.918989 141.465294) (xy 155.872325 141.096925) + (xy 155.754694 140.744738) (xy 155.629177 140.509914) (xy 155.339205 140.384) (xy 155.127 140.596205) (xy 155.127 140.236995) + (xy 155.1596 140.204395) (xy 155.127 140.129319) (xy 155.127 133) (xy 155.12456 132.975224) (xy 155.117333 132.951399) + (xy 155.105597 132.929443) (xy 155.089803 132.910197) (xy 155.070557 132.894403) (xy 155.048601 132.882667) (xy 155.024776 132.87544) + (xy 155 132.873) (xy 150 132.873) (xy 149.975224 132.87544) (xy 149.951399 132.882667) (xy 149.929443 132.894403) + (xy 149.910197 132.910197) (xy 149.894403 132.929443) (xy 149.882667 132.951399) (xy 149.87544 132.975224) (xy 149.873 133) + (xy 149.7742 133) (xy 149.7742 131.871686) (xy 149.7787 131.825999) (xy 149.7742 131.780311) (xy 149.76074 131.643649) + (xy 149.70755 131.468306) (xy 149.621175 131.306709) (xy 149.504933 131.165067) (xy 149.46944 131.135939) (xy 146.232067 127.898567) + (xy 146.202933 127.863067) (xy 146.061291 127.746825) (xy 145.899694 127.66045) (xy 145.724351 127.60726) (xy 145.587689 127.5938) + (xy 145.587687 127.5938) (xy 145.542 127.5893) (xy 145.496313 127.5938) (xy 138.384311 127.5938) (xy 138.247649 127.60726) + (xy 138.072306 127.66045) (xy 137.910709 127.746825) (xy 137.769067 127.863067) (xy 137.652825 128.004709) (xy 137.56645 128.166306) + (xy 137.51326 128.341649) (xy 137.4953 128.524) (xy 94.127 128.524) (xy 94.127 115.940408) (xy 111.125 115.940408) + (xy 111.125 116.215592) (xy 111.178686 116.48549) (xy 111.283995 116.739727) (xy 111.43688 116.968535) (xy 111.631465 117.16312) + (xy 111.860273 117.316005) (xy 112.11451 117.421314) (xy 112.384408 117.475) (xy 112.659592 117.475) (xy 112.92949 117.421314) + (xy 113.183727 117.316005) (xy 113.412535 117.16312) (xy 113.60712 116.968535) (xy 113.738034 116.772609) (xy 113.742465 116.783306) + (xy 113.905418 117.027182) (xy 114.112818 117.234582) (xy 114.356694 117.397535) (xy 114.627675 117.509779) (xy 114.915346 117.567) + (xy 115.208654 117.567) (xy 115.496325 117.509779) (xy 115.767306 117.397535) (xy 116.011182 117.234582) (xy 116.218582 117.027182) + (xy 116.381535 116.783306) (xy 116.493779 116.512325) (xy 116.551 116.224654) (xy 116.551 115.931346) (xy 116.493779 115.643675) + (xy 116.381535 115.372694) (xy 116.218582 115.128818) (xy 116.011182 114.921418) (xy 115.767306 114.758465) (xy 115.606846 114.692) + (xy 117.499483 114.692) (xy 117.499483 117.192) (xy 117.51352 117.334517) (xy 117.55509 117.471557) (xy 117.622597 117.597853) + (xy 117.713446 117.708554) (xy 117.824147 117.799403) (xy 117.950443 117.86691) (xy 118.087483 117.90848) (xy 118.23 117.922517) + (xy 120.53 117.922517) (xy 120.672517 117.90848) (xy 120.809557 117.86691) (xy 120.935853 117.799403) (xy 121.046554 117.708554) + (xy 121.137403 117.597853) (xy 121.20491 117.471557) (xy 121.24648 117.334517) (xy 121.260517 117.192) (xy 121.260517 117.04841) + (xy 129.484414 125.272308) (xy 129.580068 125.350809) (xy 129.725683 125.428642) (xy 129.883684 125.476571) (xy 130.048 125.492754) + (xy 130.212315 125.476571) (xy 130.370316 125.428642) (xy 130.515931 125.350809) (xy 130.643564 125.246064) (xy 130.748309 125.118431) + (xy 130.826142 124.972816) (xy 130.874071 124.814815) (xy 130.890254 124.6505) (xy 130.874071 124.486184) (xy 130.826142 124.328183) + (xy 130.748309 124.182568) (xy 130.669808 124.086914) (xy 123.983048 117.400154) (xy 126.619451 117.400154) (xy 126.74681 117.691354) + (xy 127.081067 117.858408) (xy 127.441491 117.957042) (xy 127.814233 117.983465) (xy 128.184967 117.936662) (xy 128.539447 117.818432) + (xy 128.77719 117.691354) (xy 128.904549 117.400154) (xy 127.762 116.257605) (xy 126.619451 117.400154) (xy 123.983048 117.400154) + (xy 122.713127 116.130233) (xy 125.856535 116.130233) (xy 125.903338 116.500967) (xy 126.021568 116.855447) (xy 126.148646 117.09319) + (xy 126.439846 117.220549) (xy 127.582395 116.078) (xy 127.941605 116.078) (xy 129.084154 117.220549) (xy 129.375354 117.09319) + (xy 129.542408 116.758933) (xy 129.641042 116.398509) (xy 129.667465 116.025767) (xy 129.620662 115.655033) (xy 129.502432 115.300553) + (xy 129.375354 115.06281) (xy 129.084154 114.935451) (xy 127.941605 116.078) (xy 127.582395 116.078) (xy 126.439846 114.935451) + (xy 126.148646 115.06281) (xy 125.981592 115.397067) (xy 125.882958 115.757491) (xy 125.856535 116.130233) (xy 122.713127 116.130233) + (xy 122.6312 116.048307) (xy 122.6312 114.755846) (xy 126.619451 114.755846) (xy 127.762 115.898395) (xy 128.904549 114.755846) + (xy 128.77719 114.464646) (xy 128.442933 114.297592) (xy 128.082509 114.198958) (xy 127.709767 114.172535) (xy 127.339033 114.219338) + (xy 126.984553 114.337568) (xy 126.74681 114.464646) (xy 126.619451 114.755846) (xy 122.6312 114.755846) (xy 122.6312 113.75083) + (xy 122.619071 113.627684) (xy 122.571142 113.469683) (xy 122.493309 113.324068) (xy 122.388564 113.196436) (xy 122.260931 113.091691) + (xy 122.115316 113.013858) (xy 121.957315 112.965929) (xy 121.793 112.949745) (xy 121.628684 112.965929) (xy 121.470683 113.013858) + (xy 121.325068 113.091691) (xy 121.197436 113.196436) (xy 121.092691 113.324069) (xy 121.014858 113.469684) (xy 120.966929 113.627685) + (xy 120.9548 113.750831) (xy 120.9548 114.100146) (xy 120.935853 114.084597) (xy 120.809557 114.01709) (xy 120.672517 113.97552) + (xy 120.53 113.961483) (xy 118.23 113.961483) (xy 118.087483 113.97552) (xy 117.950443 114.01709) (xy 117.824147 114.084597) + (xy 117.713446 114.175446) (xy 117.622597 114.286147) (xy 117.55509 114.412443) (xy 117.51352 114.549483) (xy 117.499483 114.692) + (xy 115.606846 114.692) (xy 115.496325 114.646221) (xy 115.208654 114.589) (xy 114.915346 114.589) (xy 114.627675 114.646221) + (xy 114.356694 114.758465) (xy 114.112818 114.921418) (xy 113.905418 115.128818) (xy 113.742465 115.372694) (xy 113.738034 115.383391) + (xy 113.60712 115.187465) (xy 113.412535 114.99288) (xy 113.183727 114.839995) (xy 112.92949 114.734686) (xy 112.659592 114.681) + (xy 112.384408 114.681) (xy 112.11451 114.734686) (xy 111.860273 114.839995) (xy 111.631465 114.99288) (xy 111.43688 115.187465) + (xy 111.283995 115.416273) (xy 111.178686 115.67051) (xy 111.125 115.940408) (xy 94.127 115.940408) (xy 94.127 111.127) + (xy 104.466452 111.127) (xy 104.471275 111.165075) (xy 104.588906 111.517262) (xy 104.714423 111.752086) (xy 105.004395 111.878) + (xy 105.755395 111.127) (xy 106.114605 111.127) (xy 105.184 112.057605) (xy 105.309914 112.347577) (xy 105.642126 112.513433) + (xy 106.000312 112.61129) (xy 106.370706 112.637389) (xy 106.739075 112.590725) (xy 107.091262 112.473094) (xy 107.326086 112.347577) + (xy 107.452 112.057605) (xy 106.521395 111.127) (xy 106.880605 111.127) (xy 107.631605 111.878) (xy 107.921577 111.752086) + (xy 108.087433 111.419874) (xy 108.167447 111.127) (xy 108.585 111.127) (xy 108.585 111.135592) (xy 108.638686 111.40549) + (xy 108.743995 111.659727) (xy 108.89688 111.888535) (xy 109.091465 112.08312) (xy 109.320273 112.236005) (xy 109.397515 112.268) + (xy 109.320273 112.299995) (xy 109.091465 112.45288) (xy 108.89688 112.647465) (xy 108.743995 112.876273) (xy 108.638686 113.13051) + (xy 108.585 113.400408) (xy 108.585 113.675592) (xy 108.638686 113.94549) (xy 108.743995 114.199727) (xy 108.89688 114.428535) + (xy 109.091465 114.62312) (xy 109.320273 114.776005) (xy 109.57451 114.881314) (xy 109.844408 114.935) (xy 110.119592 114.935) + (xy 110.38949 114.881314) (xy 110.643727 114.776005) (xy 110.872535 114.62312) (xy 111.06712 114.428535) (xy 111.220005 114.199727) + (xy 111.325314 113.94549) (xy 111.379 113.675592) (xy 111.379 113.400408) (xy 111.325314 113.13051) (xy 111.220005 112.876273) + (xy 111.06712 112.647465) (xy 110.872535 112.45288) (xy 110.643727 112.299995) (xy 110.566485 112.268) (xy 110.643727 112.236005) + (xy 110.872535 112.08312) (xy 111.06712 111.888535) (xy 111.220005 111.659727) (xy 111.325314 111.40549) (xy 111.379 111.135592) + (xy 111.379 111.127) (xy 117.591928 111.127) (xy 117.591928 112.892) (xy 117.604188 113.016482) (xy 117.640498 113.13618) + (xy 117.699463 113.246494) (xy 117.778815 113.343185) (xy 117.875506 113.422537) (xy 117.98582 113.481502) (xy 118.105518 113.517812) + (xy 118.23 113.530072) (xy 120.53 113.530072) (xy 120.654482 113.517812) (xy 120.77418 113.481502) (xy 120.884494 113.422537) + (xy 120.981185 113.343185) (xy 121.060537 113.246494) (xy 121.119502 113.13618) (xy 121.155812 113.016482) (xy 121.168072 112.892) + (xy 121.168072 111.127) (xy 138.873 111.127) (xy 138.873 122) (xy 138.87544 122.024776) (xy 138.882667 122.048601) + (xy 138.894403 122.070557) (xy 138.910197 122.089803) (xy 138.929443 122.105597) (xy 138.951399 122.117333) (xy 138.975224 122.12456) + (xy 139 122.127) (xy 157 122.127) (xy 157.024776 122.12456) (xy 157.048601 122.117333) (xy 157.070557 122.105597) + (xy 157.089803 122.089803) (xy 157.105597 122.070557) (xy 157.117333 122.048601) (xy 157.12456 122.024776) (xy 157.127 122) + (xy 157.127 112.453991) (xy 157.326086 112.347577) (xy 157.452 112.057605) (xy 157.127 111.732605) (xy 157.127 111.373395) + (xy 157.631605 111.878) (xy 157.921577 111.752086) (xy 158.087433 111.419874) (xy 158.18529 111.061688) (xy 158.211389 110.691294) + (xy 158.164725 110.322925) (xy 158.047094 109.970738) (xy 157.921577 109.735914) (xy 157.631605 109.61) (xy 157.127 110.114605) + (xy 157.127 109.755395) (xy 157.452 109.430395) (xy 157.326086 109.140423) (xy 157.127 109.04103) (xy 157.127 85) + (xy 157.12456 84.975224) (xy 157.117333 84.951399) (xy 157.105597 84.929443) (xy 157.089803 84.910197) (xy 157.070557 84.894403) + (xy 157.048601 84.882667) (xy 157.024776 84.87544) (xy 157 84.873) (xy 151.929395 84.873) (xy 151.934048 84.868347) + (xy 151.778038 84.552786) (xy 151.403255 84.36198) (xy 150.998449 84.247956) (xy 150.579176 84.215098) (xy 150.161549 84.264666) + (xy 149.761617 84.394757) (xy 149.465962 84.552786) (xy 149.309952 84.868347) (xy 149.314605 84.873) (xy 139 84.873) + (xy 138.975224 84.87544) (xy 138.951399 84.882667) (xy 138.929443 84.894403) (xy 138.910197 84.910197) (xy 138.894403 84.929443) + (xy 138.882667 84.951399) (xy 138.87544 84.975224) (xy 138.873 85) (xy 138.873 99.873) (xy 128.772655 99.873) + (xy 128.652535 99.75288) (xy 128.423727 99.599995) (xy 128.16949 99.494686) (xy 127.899592 99.441) (xy 127.624408 99.441) + (xy 127.35451 99.494686) (xy 127.100273 99.599995) (xy 126.871465 99.75288) (xy 126.751345 99.873) (xy 111.013964 99.873) + (xy 111.124549 99.620154) (xy 109.982 98.477605) (xy 108.839451 99.620154) (xy 108.950036 99.873) (xy 94.127 99.873) + (xy 94.127 98.350233) (xy 108.076535 98.350233) (xy 108.123338 98.720967) (xy 108.241568 99.075447) (xy 108.368646 99.31319) + (xy 108.659846 99.440549) (xy 109.802395 98.298) (xy 110.161605 98.298) (xy 111.304154 99.440549) (xy 111.595354 99.31319) + (xy 111.762408 98.978933) (xy 111.861042 98.618509) (xy 111.887465 98.245767) (xy 111.875545 98.151346) (xy 121.193 98.151346) + (xy 121.193 98.444654) (xy 121.250221 98.732325) (xy 121.362465 99.003306) (xy 121.525418 99.247182) (xy 121.732818 99.454582) + (xy 121.976694 99.617535) (xy 122.247675 99.729779) (xy 122.535346 99.787) (xy 122.828654 99.787) (xy 123.116325 99.729779) + (xy 123.387306 99.617535) (xy 123.631182 99.454582) (xy 123.838582 99.247182) (xy 124.001535 99.003306) (xy 124.005966 98.992609) + (xy 124.13688 99.188535) (xy 124.331465 99.38312) (xy 124.560273 99.536005) (xy 124.81451 99.641314) (xy 125.084408 99.695) + (xy 125.359592 99.695) (xy 125.62949 99.641314) (xy 125.883727 99.536005) (xy 126.112535 99.38312) (xy 126.30712 99.188535) + (xy 126.460005 98.959727) (xy 126.565314 98.70549) (xy 126.619 98.435592) (xy 126.619 98.160408) (xy 126.565314 97.89051) + (xy 126.460005 97.636273) (xy 126.30712 97.407465) (xy 126.112535 97.21288) (xy 125.883727 97.059995) (xy 125.62949 96.954686) + (xy 125.359592 96.901) (xy 125.084408 96.901) (xy 124.81451 96.954686) (xy 124.560273 97.059995) (xy 124.331465 97.21288) + (xy 124.13688 97.407465) (xy 124.005966 97.603391) (xy 124.001535 97.592694) (xy 123.838582 97.348818) (xy 123.631182 97.141418) + (xy 123.387306 96.978465) (xy 123.116325 96.866221) (xy 122.828654 96.809) (xy 122.535346 96.809) (xy 122.247675 96.866221) + (xy 121.976694 96.978465) (xy 121.732818 97.141418) (xy 121.525418 97.348818) (xy 121.362465 97.592694) (xy 121.250221 97.863675) + (xy 121.193 98.151346) (xy 111.875545 98.151346) (xy 111.840662 97.875033) (xy 111.722432 97.520553) (xy 111.595354 97.28281) + (xy 111.304154 97.155451) (xy 110.161605 98.298) (xy 109.802395 98.298) (xy 108.659846 97.155451) (xy 108.368646 97.28281) + (xy 108.201592 97.617067) (xy 108.102958 97.977491) (xy 108.076535 98.350233) (xy 94.127 98.350233) (xy 94.127 96.975846) + (xy 108.839451 96.975846) (xy 109.982 98.118395) (xy 111.124549 96.975846) (xy 110.99719 96.684646) (xy 110.662933 96.517592) + (xy 110.302509 96.418958) (xy 109.929767 96.392535) (xy 109.559033 96.439338) (xy 109.204553 96.557568) (xy 108.96681 96.684646) + (xy 108.839451 96.975846) (xy 94.127 96.975846) (xy 94.127 94) (xy 94.12456 93.975224) (xy 94.117333 93.951399) + (xy 94.105597 93.929443) (xy 94.089803 93.910197) (xy 94.070557 93.894403) (xy 94.048601 93.882667) (xy 94.024776 93.87544) + (xy 94 93.873) (xy 83 93.873) (xy 82.975224 93.87544) (xy 82.951399 93.882667) (xy 82.929443 93.894403) + (xy 82.910197 93.910197) (xy 82.894403 93.929443) (xy 82.882667 93.951399) (xy 82.87544 93.975224) (xy 82.873 94) + (xy 61.66 94) (xy 61.66 93.689905) (xy 125.781 93.689905) (xy 125.781 94.030095) (xy 125.847368 94.363747) + (xy 125.977553 94.678041) (xy 126.166552 94.960898) (xy 126.407102 95.201448) (xy 126.689959 95.390447) (xy 127.004253 95.520632) + (xy 127.337905 95.587) (xy 127.678095 95.587) (xy 128.011747 95.520632) (xy 128.326041 95.390447) (xy 128.608898 95.201448) + (xy 128.849448 94.960898) (xy 129.038447 94.678041) (xy 129.168632 94.363747) (xy 129.235 94.030095) (xy 129.235 93.689905) + (xy 131.877 93.689905) (xy 131.877 94.030095) (xy 131.943368 94.363747) (xy 132.073553 94.678041) (xy 132.262552 94.960898) + (xy 132.503102 95.201448) (xy 132.785959 95.390447) (xy 133.100253 95.520632) (xy 133.433905 95.587) (xy 133.774095 95.587) + (xy 134.107747 95.520632) (xy 134.422041 95.390447) (xy 134.704898 95.201448) (xy 134.945448 94.960898) (xy 135.134447 94.678041) + (xy 135.264632 94.363747) (xy 135.331 94.030095) (xy 135.331 93.689905) (xy 135.264632 93.356253) (xy 135.134447 93.041959) + (xy 134.945448 92.759102) (xy 134.704898 92.518552) (xy 134.422041 92.329553) (xy 134.107747 92.199368) (xy 133.774095 92.133) + (xy 133.433905 92.133) (xy 133.100253 92.199368) (xy 132.785959 92.329553) (xy 132.503102 92.518552) (xy 132.262552 92.759102) + (xy 132.073553 93.041959) (xy 131.943368 93.356253) (xy 131.877 93.689905) (xy 129.235 93.689905) (xy 129.168632 93.356253) + (xy 129.038447 93.041959) (xy 128.849448 92.759102) (xy 128.608898 92.518552) (xy 128.326041 92.329553) (xy 128.011747 92.199368) + (xy 127.678095 92.133) (xy 127.337905 92.133) (xy 127.004253 92.199368) (xy 126.689959 92.329553) (xy 126.407102 92.518552) + (xy 126.166552 92.759102) (xy 125.977553 93.041959) (xy 125.847368 93.356253) (xy 125.781 93.689905) (xy 61.66 93.689905) + (xy 61.66 87.495413) (xy 126.552192 87.495413) (xy 126.647956 87.759814) (xy 126.937571 87.900704) (xy 127.249108 87.982384) + (xy 127.570595 88.001718) (xy 127.889675 87.957961) (xy 128.194088 87.852795) (xy 128.368044 87.759814) (xy 128.463808 87.495413) + (xy 132.648192 87.495413) (xy 132.743956 87.759814) (xy 133.033571 87.900704) (xy 133.345108 87.982384) (xy 133.666595 88.001718) + (xy 133.985675 87.957961) (xy 134.290088 87.852795) (xy 134.464044 87.759814) (xy 134.559808 87.495413) (xy 133.604 86.539605) + (xy 132.648192 87.495413) (xy 128.463808 87.495413) (xy 127.508 86.539605) (xy 126.552192 87.495413) (xy 61.66 87.495413) + (xy 61.66 86.422595) (xy 125.866282 86.422595) (xy 125.910039 86.741675) (xy 126.015205 87.046088) (xy 126.108186 87.220044) + (xy 126.372587 87.315808) (xy 127.328395 86.36) (xy 127.687605 86.36) (xy 128.643413 87.315808) (xy 128.907814 87.220044) + (xy 129.048704 86.930429) (xy 129.130384 86.618892) (xy 129.142189 86.422595) (xy 131.962282 86.422595) (xy 132.006039 86.741675) + (xy 132.111205 87.046088) (xy 132.204186 87.220044) (xy 132.468587 87.315808) (xy 133.424395 86.36) (xy 133.783605 86.36) + (xy 134.739413 87.315808) (xy 135.003814 87.220044) (xy 135.144704 86.930429) (xy 135.226384 86.618892) (xy 135.245718 86.297405) + (xy 135.201961 85.978325) (xy 135.096795 85.673912) (xy 135.003814 85.499956) (xy 134.739413 85.404192) (xy 133.783605 86.36) + (xy 133.424395 86.36) (xy 132.468587 85.404192) (xy 132.204186 85.499956) (xy 132.063296 85.789571) (xy 131.981616 86.101108) + (xy 131.962282 86.422595) (xy 129.142189 86.422595) (xy 129.149718 86.297405) (xy 129.105961 85.978325) (xy 129.000795 85.673912) + (xy 128.907814 85.499956) (xy 128.643413 85.404192) (xy 127.687605 86.36) (xy 127.328395 86.36) (xy 126.372587 85.404192) + (xy 126.108186 85.499956) (xy 125.967296 85.789571) (xy 125.885616 86.101108) (xy 125.866282 86.422595) (xy 61.66 86.422595) + (xy 61.66 85.224587) (xy 126.552192 85.224587) (xy 127.508 86.180395) (xy 128.463808 85.224587) (xy 128.403329 85.057605) + (xy 130.184 85.057605) (xy 130.309914 85.347577) (xy 130.642126 85.513433) (xy 131.000312 85.61129) (xy 131.370706 85.637389) + (xy 131.739075 85.590725) (xy 132.091262 85.473094) (xy 132.326086 85.347577) (xy 132.379491 85.224587) (xy 132.648192 85.224587) + (xy 133.604 86.180395) (xy 134.559808 85.224587) (xy 134.464044 84.960186) (xy 134.174429 84.819296) (xy 133.862892 84.737616) + (xy 133.541405 84.718282) (xy 133.222325 84.762039) (xy 132.917912 84.867205) (xy 132.743956 84.960186) (xy 132.648192 85.224587) + (xy 132.379491 85.224587) (xy 132.452 85.057605) (xy 131.318 83.923605) (xy 130.184 85.057605) (xy 128.403329 85.057605) + (xy 128.368044 84.960186) (xy 128.078429 84.819296) (xy 127.766892 84.737616) (xy 127.445405 84.718282) (xy 127.126325 84.762039) + (xy 126.821912 84.867205) (xy 126.647956 84.960186) (xy 126.552192 85.224587) (xy 61.66 85.224587) (xy 61.66 83.796706) + (xy 129.424611 83.796706) (xy 129.471275 84.165075) (xy 129.588906 84.517262) (xy 129.714423 84.752086) (xy 130.004395 84.878) + (xy 131.138395 83.744) (xy 131.497605 83.744) (xy 132.631605 84.878) (xy 132.921577 84.752086) (xy 133.087433 84.419874) + (xy 133.18529 84.061688) (xy 133.211389 83.691294) (xy 133.164725 83.322925) (xy 133.047094 82.970738) (xy 132.921577 82.735914) + (xy 132.631605 82.61) (xy 131.497605 83.744) (xy 131.138395 83.744) (xy 130.004395 82.61) (xy 129.714423 82.735914) + (xy 129.548567 83.068126) (xy 129.45071 83.426312) (xy 129.424611 83.796706) (xy 61.66 83.796706) (xy 61.66 83.032279) + (xy 61.66958 82.934576) (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) (xy 61.811644 82.720752) + (xy 61.869471 82.689485) (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) (xy 65.062753 82.657012) + (xy 65.087743 82.657187) (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) (xy 65.990657 82.551449) + (xy 65.999479 82.548785) (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) (xy 66.863974 82.268021) + (xy 67.518434 81.914155) (xy 73.26545 81.914155) (xy 73.661634 82.43455) (xy 74.376612 82.824748) (xy 75.153976 83.067964) + (xy 75.963853 83.154851) (xy 76.775118 83.082069) (xy 77.556597 82.852415) (xy 78.278256 82.474715) (xy 78.338366 82.43455) + (xy 78.341529 82.430395) (xy 130.184 82.430395) (xy 131.318 83.564395) (xy 132.452 82.430395) (xy 132.326086 82.140423) + (xy 131.993874 81.974567) (xy 131.772748 81.914155) (xy 141.26545 81.914155) (xy 141.661634 82.43455) (xy 142.376612 82.824748) + (xy 143.153976 83.067964) (xy 143.963853 83.154851) (xy 144.775118 83.082069) (xy 145.556597 82.852415) (xy 146.278256 82.474715) + (xy 146.338366 82.43455) (xy 146.73455 81.914155) (xy 144 79.179605) (xy 141.26545 81.914155) (xy 131.772748 81.914155) + (xy 131.635688 81.87671) (xy 131.265294 81.850611) (xy 130.896925 81.897275) (xy 130.544738 82.014906) (xy 130.309914 82.140423) + (xy 130.184 82.430395) (xy 78.341529 82.430395) (xy 78.73455 81.914155) (xy 76 79.179605) (xy 73.26545 81.914155) + (xy 67.518434 81.914155) (xy 67.550684 81.896718) (xy 67.600268 81.863273) (xy 67.650331 81.830513) (xy 67.657472 81.824689) + (xy 68.258983 81.327076) (xy 68.30114 81.284624) (xy 68.343873 81.242777) (xy 68.349741 81.235682) (xy 68.349747 81.235676) + (xy 68.349751 81.235669) (xy 68.843148 80.630706) (xy 68.87623 80.580913) (xy 68.910048 80.531524) (xy 68.91443 80.523417) + (xy 69.28093 79.834133) (xy 69.303729 79.778818) (xy 69.32729 79.723846) (xy 69.330015 79.715043) (xy 69.555652 78.967698) + (xy 69.556413 78.963853) (xy 71.845149 78.963853) (xy 71.917931 79.775118) (xy 72.147585 80.556597) (xy 72.525285 81.278256) + (xy 72.56545 81.338366) (xy 73.085845 81.73455) (xy 75.820395 79) (xy 76.179605 79) (xy 78.914155 81.73455) + (xy 79.43455 81.338366) (xy 79.824748 80.623388) (xy 80.067964 79.846024) (xy 80.154851 79.036147) (xy 80.082069 78.224882) + (xy 79.852415 77.443403) (xy 79.474715 76.721744) (xy 79.43455 76.661634) (xy 78.914155 76.26545) (xy 76.179605 79) + (xy 75.820395 79) (xy 73.085845 76.26545) (xy 72.56545 76.661634) (xy 72.175252 77.376612) (xy 71.932036 78.153976) + (xy 71.845149 78.963853) (xy 69.556413 78.963853) (xy 69.567277 78.908989) (xy 69.579708 78.850506) (xy 69.580671 78.841341) + (xy 69.65685 78.064404) (xy 69.65685 78.064402) (xy 69.66 78.032419) (xy 69.66 76.085845) (xy 73.26545 76.085845) + (xy 76 78.820395) (xy 78.73455 76.085845) (xy 78.338366 75.56545) (xy 77.623388 75.175252) (xy 76.846024 74.932036) + (xy 76.036147 74.845149) (xy 75.224882 74.917931) (xy 74.443403 75.147585) (xy 73.721744 75.525285) (xy 73.661634 75.56545) + (xy 73.26545 76.085845) (xy 69.66 76.085845) (xy 69.66 75.032279) (xy 69.66958 74.934576) (xy 69.68858 74.871644) + (xy 69.719445 74.813595) (xy 69.760989 74.762657) (xy 69.811644 74.720752) (xy 69.869471 74.689485) (xy 69.932272 74.670044) + (xy 70.027835 74.66) (xy 80.967721 74.66) + ) + ) + ) +) diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer.lib b/Hardware/GammaSpectrometer/GammaSpectrometer.lib new file mode 100644 index 0000000..1cb7bdc --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.lib @@ -0,0 +1,247 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# GA3459-BL +# +DEF GA3459-BL TR 0 40 Y Y 1 F N +F0 "TR" 0 150 50 H V C CNN +F1 "GA3459-BL" 0 50 50 H V C CNN +F2 "GammaSpectrometer:GA3459-BL" 0 150 50 H I C CNN +F3 "" 0 150 50 H I C CNN +DRAW +A -150 -625 25 -899 899 1 1 0 N -150 -650 -150 -600 +A -150 -575 25 -899 899 1 1 0 N -150 -600 -150 -550 +A -150 -525 25 -899 899 1 1 0 N -150 -550 -150 -500 +A -75 -625 25 -899 899 1 1 0 N -75 -650 -75 -600 +A -75 -575 25 -899 899 1 1 0 N -75 -600 -75 -550 +A -75 -525 25 -899 899 1 1 0 N -75 -550 -75 -500 +A 0 -625 25 -899 899 1 1 0 N 0 -650 0 -600 +A 0 -575 25 -899 899 1 1 0 N 0 -600 0 -550 +A 0 -525 25 -899 899 1 1 0 N 0 -550 0 -500 +A 75 -625 25 -899 899 1 1 0 N 75 -650 75 -600 +A 75 -575 25 -899 899 1 1 0 N 75 -600 75 -550 +A 75 -525 25 -899 899 1 1 0 N 75 -550 75 -500 +A 250 -625 25 901 -901 1 1 0 N 250 -600 250 -650 +A 250 -575 25 901 -901 1 1 0 N 250 -550 250 -600 +A 250 -525 25 901 -901 1 1 0 N 250 -500 250 -550 +C -110 -500 10 1 1 0 F +C -35 -500 10 1 1 0 F +C 40 -500 10 1 1 0 F +C 115 -500 10 1 1 0 F +C 210 -675 10 1 1 0 F +P 2 0 1 0 0 -450 0 -450 N +P 2 0 1 0 150 -150 150 -1000 N +P 2 0 1 0 175 -1000 175 -1000 N +P 2 0 1 0 175 -150 175 -1000 N +P 2 0 1 0 275 -450 275 -425 N +P 3 0 1 0 -150 -1000 75 -1000 75 -700 N +P 3 0 1 0 -150 -900 0 -900 0 -700 N +P 3 0 1 0 -150 -800 -75 -800 -75 -700 N +P 3 0 1 0 -150 -250 0 -250 0 -450 N +P 3 0 1 0 -150 -150 75 -150 75 -450 N +P 3 0 1 0 -75 -450 -75 -350 -150 -350 N +P 3 0 1 0 175 -225 275 -225 275 -450 N +P 2 1 1 0 -150 -700 -150 -650 N +P 2 1 1 0 -150 -500 -150 -450 N +P 2 1 1 0 -75 -700 -75 -650 N +P 2 1 1 0 -75 -500 -75 -450 N +P 2 1 1 0 0 -700 0 -650 N +P 2 1 1 0 0 -500 0 -450 N +P 2 1 1 0 75 -700 75 -650 N +P 2 1 1 0 75 -500 75 -450 N +P 2 1 1 0 250 -700 250 -650 N +P 2 1 1 0 250 -500 250 -450 N +X ~ 1 -250 -150 100 R 50 50 1 1 I +X ~ 10 -250 -800 100 R 50 50 1 1 I +X ~ 11 -250 -900 100 R 50 50 1 1 I +X ~ 12 -250 -1000 100 R 50 50 1 1 I +X ~ 2 -250 -250 100 R 50 50 1 1 I +X ~ 3 -250 -350 100 R 50 50 1 1 I +X ~ 4 -250 -450 100 R 50 50 1 1 I +X NOT_CONNECTED_1 5 250 -850 100 R 50 50 1 1 N N +X ~ 6 350 -450 100 L 50 50 1 1 I +X ~ 7 350 -700 100 L 50 50 1 1 I +X NOT_CONNECTED_2 8 250 -950 100 R 50 50 1 1 N N +X ~ 9 -250 -700 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MCP33131-10 +# +DEF MCP33131-10 U 0 40 Y Y 1 F N +F0 "U" 400 350 50 H V C CNN +F1 "MCP33131-10" 400 300 50 H V C CNN +F2 "Package_SO:MSOP-10_3x3mm_P0.5mm" 400 300 50 H I C CNN +F3 "" 400 300 50 H I C CNN +DRAW +P 6 0 1 0 -200 -250 -450 0 -200 250 400 250 400 -250 -200 -250 f +X Vref 1 -100 350 100 D 50 50 1 1 I +X DVio 10 100 350 100 D 50 50 1 1 I +X AVdd 2 0 350 100 D 50 50 1 1 I +X Ain+ 3 -450 100 100 R 50 50 1 1 I +X Ain- 4 -450 -100 100 R 50 50 1 1 I +X GND 5 0 -350 100 U 50 50 1 1 I +X CNVST 6 500 50 100 L 50 50 1 1 I +X SDO 7 500 -150 100 L 50 50 1 1 I +X SCLK 8 500 -50 100 L 50 50 1 1 I +X SDI 9 500 150 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +# MCP6V51 +# +DEF MCP6V51 U 0 5 Y Y 1 F N +F0 "U" 50 100 50 H V C CNN +F1 "MCP6V51" 200 0 50 H V C CNN +F2 "Package_TO_SOT_SMD:SOT-23-5" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 4 1 1 10 -150 0 250 -200 -150 -400 -150 0 f +X ~ 1 350 -200 100 L 50 50 1 1 O +X V- 2 -50 -500 150 U 50 50 1 1 W +X + 3 -250 -100 100 R 50 50 1 1 I +X - 4 -250 -300 100 R 50 50 1 1 I +X V+ 5 -50 100 150 D 50 50 1 1 W +ENDDRAW +ENDDEF +# +# PIC32MZ0512EFE064 +# +DEF PIC32MZ0512EFE064 U 0 40 Y Y 1 F N +F0 "U" 0 150 50 H V C CNN +F1 "PIC32MZ0512EFE064" 0 50 50 H V C CNN +F2 "Package_QFP:LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm" 0 50 50 H I C CNN +F3 "" 0 50 50 H I C CNN +DRAW +S -2000 -3200 1850 0 0 1 0 f +X AN17/ETXEN/RPE5/PMD5/RE5 1 -2100 -3150 100 R 50 50 1 1 I +X AN11/C2INC/RPG9/PMA2/RG9 10 -2100 -2250 100 R 50 50 1 1 I +X AN45/C1INA/RPB5/RB5 11 -2100 -2150 100 R 50 50 1 1 I +X _AN4/C1INB/RB4 12 -2100 -2050 100 R 50 50 1 1 I +X AN3/C2INA/RPB3/RB3 13 -2100 -1950 100 R 50 50 1 1 I +X _AN2/C2INB/RPB2/RB2 14 -2100 -1850 100 R 50 50 1 1 I +X PGEC1/VREF-/CVREF-/AN1/RPB1/RB1 15 -2100 -1750 100 R 50 50 1 1 I +X PGED1/VREF+/CVREF+/AN0/RPB0/PMA6/RB0 16 -2100 -1650 100 R 50 50 1 1 I +X PGEC2/AN46/RPB6/RB6 17 -2100 -1550 100 R 50 50 1 1 I +X PGED2/AN47/RPB7/RB7 18 -2100 -1450 100 R 50 50 1 1 I +X AVDD 19 -2100 -1350 100 R 50 50 1 1 I +X AN16/ETXD0/PMD6/RE6 2 -2100 -3050 100 R 50 50 1 1 I +X AVss 20 -2100 -1250 100 R 50 50 1 1 I +X AN48/RPB8/PMA10/RB8 21 -2100 -1150 100 R 50 50 1 1 I +X AN49/RPB9/PMA7/RB9 22 -2100 -1050 100 R 50 50 1 1 I +X TMS/CVREFOUT/AN5/RPB10/PMA13/RB10 23 -2100 -950 100 R 50 50 1 1 I +X TDO/AN6/PMA12/RB11 24 -2100 -850 100 R 50 50 1 1 I +X VSS 25 -2100 -750 100 R 50 50 1 1 I +X VDD 26 -2100 -650 100 R 50 50 1 1 I +X TCK/AN7/PMA11/RB12 27 -2100 -550 100 R 50 50 1 1 I +X _TDI/AN8/RB13 28 -2100 -450 100 R 50 50 1 1 I +X AN9/RPB14/SCK3/PMA1/RB14 29 -2100 -350 100 R 50 50 1 1 I +X AN15/ETXD1/PMD7/RE7 3 -2100 -2950 100 R 50 50 1 1 I +X AN10/EMDC/AEMDC/RPB15/OCFB/PMA0/RB15 30 -2100 -250 100 R 50 50 1 1 I +X OSC1/CLKI/RC12 31 -2100 -150 100 R 50 50 1 1 I +X OSC2/CLKO/RC15 32 -2100 -50 100 R 50 50 1 1 I +X VBUS 33 1950 -3150 100 L 50 50 1 1 I +X VUSB3V3 34 1950 -3050 100 L 50 50 1 1 I +X VSS 35 1950 -2950 100 L 50 50 1 1 I +X D- 36 1950 -2850 100 L 50 50 1 1 I +X D+ 37 1950 -2750 100 L 50 50 1 1 I +X RPF3/USBID/RF3 38 1950 -2650 100 L 50 50 1 1 I +X VDD 39 1950 -2550 100 L 50 50 1 1 I +X AN14/C1IND/RPG6/SCK2/PMA5/RG6 4 -2100 -2850 100 R 50 50 1 1 I +X VSS 40 1950 -2450 100 L 50 50 1 1 I +X _RPF4/SDA5/PMA9/RF4 41 1950 -2350 100 L 50 50 1 1 I +X RPF5/SCL5/PMA8/RF5 42 1950 -2250 100 L 50 50 1 1 I +X AERXD0/ETXD2/RPD9/SDA1/PMCS2/PMA15/RD9 43 1950 -2150 100 L 50 50 1 1 I +X ECOL/RPD10/SCL1/SCK4/RD10 44 1950 -2050 100 L 50 50 1 1 I +X _AERXCLK/AEREFCLK/ECRS/RPD11/PMCS1/PMA14/RD11 45 1950 -1950 100 L 50 50 1 1 I +X AERXD1/ETXD3/RPD0/RTCC/INT0/RD0 46 1950 -1850 100 L 50 50 1 1 I +X SOSCI/RPC13/RC13 47 1950 -1750 100 L 50 50 1 1 I +X SOSCO/RPC14/T1CK/RC14 48 1950 -1650 100 L 50 50 1 1 I +X EMDIO/AEMDIO/RPD1/SCK1/RD1 49 1950 -1550 100 L 50 50 1 1 I +X AN13/C1INC/RPG7/SDA4/PMA4/RG7 5 -2100 -2750 100 R 50 50 1 1 I +X ETXERR/AETXEN/RPD2/SDA3/RD2 50 1950 -1450 100 L 50 50 1 1 I +X AERXERR/ETXCLK/RPD3/SCL3/RD3 51 1950 -1350 100 L 50 50 1 1 I +X SQICS0/RPD4/PMWR/RD4 52 1950 -1250 100 L 50 50 1 1 I +X SQICS1/RPD5/PMRD/RD5 53 1950 -1150 100 L 50 50 1 1 I +X VDD 54 1950 -1050 100 L 50 50 1 1 I +X VSS 55 1950 -950 100 L 50 50 1 1 I +X ERXD3/AETXD1/RPF0/RF0 56 1950 -850 100 L 50 50 1 1 I +X TRCLK/SQICLK/ERXD2/AETXD0/RPF1/RF1 57 1950 -750 100 L 50 50 1 1 I +X TRD0/SQID0/ERXD1/PMD0/RE0 58 1950 -650 100 L 50 50 1 1 I +X VSS 59 1950 -550 100 L 50 50 1 1 I +X AN12/C2IND/RPG8/SCL4/PMA3/RG8 6 -2100 -2650 100 R 50 50 1 1 I +X VDD 60 1950 -450 100 L 50 50 1 1 I +X TRD1/SQID1/ERXD0/PMD1/RE1 61 1950 -350 100 L 50 50 1 1 I +X TRD2/SQID2/ERXDV/ECRSDV/AECRSDV/PMD2/RE2 62 1950 -250 100 L 50 50 1 1 I +X TRD3/SQID3/ERXCLK/EREFCLK/RPE3/PMD3/RE3 63 1950 -150 100 L 50 50 1 1 I +X AN18/ERXERR/PMD4/RE4 64 1950 -50 100 L 50 50 1 1 I +X VSS 7 -2100 -2550 100 R 50 50 1 1 I +X VDD 8 -2100 -2450 100 R 50 50 1 1 I +X MCLR 9 -2100 -2350 100 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# RM8 +# +DEF RM8 TR 0 40 Y Y 1 F N +F0 "TR" 0 50 50 H V C CNN +F1 "RM8" 0 0 50 H V C CNN +F2 "GammaSpectrometer:RM8" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +A -50 -725 25 -899 899 1 1 0 N -50 -750 -50 -700 +A -50 -675 25 -899 899 1 1 0 N -50 -700 -50 -650 +A -50 -625 25 -899 899 1 1 0 N -50 -650 -50 -600 +A 50 -1275 25 901 -901 1 1 0 N 50 -1250 50 -1300 +A 50 -1225 25 901 -901 1 1 0 N 50 -1200 50 -1250 +A 50 -1175 25 901 -901 1 1 0 N 50 -1150 50 -1200 +A 50 -1025 25 901 -901 1 1 0 N 50 -1000 50 -1050 +A 50 -975 25 901 -901 1 1 0 N 50 -950 50 -1000 +A 50 -925 25 901 -901 1 1 0 N 50 -900 50 -950 +A 50 -775 25 901 -901 1 1 0 N 50 -750 50 -800 +A 50 -725 25 901 -901 1 1 0 N 50 -700 50 -750 +A 50 -675 25 901 -901 1 1 0 N 50 -650 50 -700 +A 50 -525 25 901 -901 1 1 0 N 50 -500 50 -550 +A 50 -475 25 901 -901 1 1 0 N 50 -450 50 -500 +A 50 -425 25 901 -901 1 1 0 N 50 -400 50 -450 +A 50 -275 25 901 -901 1 1 0 N 50 -250 50 -300 +A 50 -225 25 901 -901 1 1 0 N 50 -200 50 -250 +A 50 -175 25 901 -901 1 1 0 N 50 -150 50 -200 +C -70 -620 10 0 1 0 F +C 70 -1280 10 0 1 0 F +C 70 -1030 10 0 1 0 F +C 70 -780 10 1 1 0 F +C 70 -530 10 1 1 0 F +C 70 -280 10 1 1 0 F +S -100 -100 100 -1350 0 1 0 f +P 2 0 1 0 -100 -750 -50 -750 N +P 2 0 1 0 -100 -600 -50 -600 N +P 2 0 1 0 0 -1300 0 -150 N +P 2 0 1 0 50 -1300 100 -1300 N +P 2 0 1 0 50 -1150 100 -1150 N +P 2 0 1 0 50 -1050 100 -1050 N +P 2 0 1 0 50 -900 100 -900 N +P 2 1 1 0 50 -800 100 -800 N +P 2 1 1 0 50 -650 100 -650 N +P 2 1 1 0 50 -550 100 -550 N +P 2 1 1 0 50 -400 100 -400 N +P 2 1 1 0 50 -300 100 -300 N +P 2 1 1 0 50 -150 100 -150 N +X ~ 1 200 -550 100 L 50 50 1 1 I +X ~ 10 200 -400 100 L 50 50 1 1 I +X ~ 11 200 -300 100 L 50 50 1 1 I +X ~ 12 200 -150 100 L 50 50 1 1 I +X ~ 13 -50 -1450 100 U 50 50 1 1 I +X ~ 14 50 -1450 100 U 50 50 1 1 I +X ~ 2 200 -650 100 L 50 50 1 1 I +X ~ 3 200 -800 100 L 50 50 1 1 I +X ~ 4 200 -900 100 L 50 50 1 1 I +X ~ 5 -200 -600 100 R 50 50 1 1 I +X ~ 6 -200 -750 100 R 50 50 1 1 I +X ~ 7 200 -1150 100 L 50 50 1 1 I +X ~ 8 200 -1300 100 L 50 50 1 1 I +X ~ 9 200 -1050 100 L 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/3710.16.kicad_mod b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/3710.16.kicad_mod new file mode 100644 index 0000000..f122d1c --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/3710.16.kicad_mod @@ -0,0 +1,33 @@ +(module 3710.16 (layer F.Cu) (tedit 5FBBA4D0) + (descr "rf chassis") + (fp_text reference REF** (at -26 -7 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 3710.16 (at -24 -7 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -25 -27) (end 25 -27) (layer F.SilkS) (width 0.12)) + (fp_line (start 25 -27) (end 25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start 25 27) (end -25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start -25 -27) (end -25 27) (layer F.SilkS) (width 0.12)) + (fp_line (start -25 27) (end 25 -27) (layer Dwgs.User) (width 0.12)) + (fp_line (start -25 -27) (end 25 27) (layer Dwgs.User) (width 0.12)) + (fp_line (start -25 -27) (end 25 -27) (layer B.SilkS) (width 0.12)) + (fp_line (start 25 -27) (end 25 27) (layer B.SilkS) (width 0.12)) + (fp_line (start 25 27) (end -25 27) (layer B.SilkS) (width 0.12)) + (fp_line (start -25 27) (end -25 -26) (layer B.SilkS) (width 0.12)) + (fp_line (start -25 -26) (end -25 -27) (layer B.SilkS) (width 0.12)) + (fp_poly (pts (xy -24.5 27) (xy -25 27) (xy -25 -27) (xy -24.5 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 -26.5) (xy -25 -26.5) (xy -25 -27) (xy 25 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 27) (xy 24.5 27) (xy 24.5 -27) (xy 25 -27)) (layer F.SilkS) (width 0.1)) + (fp_poly (pts (xy 25 27) (xy -25 27) (xy -25 26.5) (xy 25 26.5)) (layer F.SilkS) (width 0.1)) + (pad 1 thru_hole circle (at 0 -27) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 25 0) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at -25 0) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at 0 27) (size 2.5 2.5) (drill 1.6) (layers *.Cu *.Mask)) + (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/3710.16.step + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/DG300-5.0-02P-12-00A(H).kicad_mod b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/DG300-5.0-02P-12-00A(H).kicad_mod similarity index 100% rename from Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/DG300-5.0-02P-12-00A(H).kicad_mod rename to Hardware/GammaSpectrometer/GammaSpectrometer.pretty/DG300-5.0-02P-12-00A(H).kicad_mod diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/DJNR3015-150.kicad_mod b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/DJNR3015-150.kicad_mod similarity index 100% rename from Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/DJNR3015-150.kicad_mod rename to Hardware/GammaSpectrometer/GammaSpectrometer.pretty/DJNR3015-150.kicad_mod diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/RM8.kicad_mod b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/RM8.kicad_mod new file mode 100644 index 0000000..b585574 --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.pretty/RM8.kicad_mod @@ -0,0 +1,43 @@ +(module RM8 (layer F.Cu) (tedit 5FB8FFD7) + (descr transformer) + (fp_text reference REF** (at 2.54 -11.43) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value RM8 (at -1.27 -4.31) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 10.16) (end -10.16 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 10.16) (end -10.16 10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 -10.16) (end 10.16 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -10.16) (end 10.16 -10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 1.27 11.43) (end 1.27 10.16) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.43 11.43) (end 1.27 11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start 11.43 1.27) (end 11.43 11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start 10.16 1.27) (end 11.43 1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -11.43 -1.27) (end -11.43 -2.54) (layer F.SilkS) (width 0.12)) + (fp_line (start -10.16 -1.27) (end -11.43 -1.27) (layer F.SilkS) (width 0.12)) + (fp_line (start -11.43 -11.43) (end -11.43 -2.54) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -11.43) (end -11.43 -11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start -1.27 -10.16) (end -1.27 -11.43) (layer F.SilkS) (width 0.12)) + (fp_line (start -10.16 -10.16) (end 10.16 10.16) (layer Dwgs.User) (width 0.12)) + (fp_line (start -10.16 10.16) (end 10.16 -10.16) (layer Dwgs.User) (width 0.12)) + (fp_line (start 8.89 -8.89) (end -8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start 8.89 8.89) (end 8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start -8.89 8.89) (end 8.89 8.89) (layer Dwgs.User) (width 0.12)) + (fp_line (start -8.89 8.89) (end -8.89 -8.89) (layer Dwgs.User) (width 0.12)) + (pad 14 thru_hole circle (at 8.89 -8.89) (size 2.524 2.524) (drill 1.3) (layers *.Cu *.Mask)) + (pad 13 thru_hole circle (at -8.89 8.89) (size 2.524 2.524) (drill 1.3) (layers *.Cu *.Mask)) + (pad 12 thru_hole circle (at -8.89 -6.35) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 11 thru_hole circle (at -8.89 -3.81) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 1 thru_hole circle (at -6.35 -8.89) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 2 thru_hole circle (at -3.81 -8.89) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 6 thru_hole circle (at 8.89 6.35) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 5 thru_hole circle (at 8.89 3.81) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 7 thru_hole circle (at 6.35 8.89) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (pad 8 thru_hole circle (at 3.81 8.89) (size 1.524 1.524) (drill 0.7) (layers *.Cu *.Mask)) + (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/RM8.step + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) +) diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pro b/Hardware/GammaSpectrometer/GammaSpectrometer.pro similarity index 98% rename from Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pro rename to Hardware/GammaSpectrometer/GammaSpectrometer.pro index dd657b9..67f5e6e 100644 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pro +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.pro @@ -1,4 +1,4 @@ -update=10/11/2020 14:05:38 +update=21/11/2020 16:18:20 version=1 last_client=kicad [general] @@ -244,7 +244,7 @@ dPairViaGap=0.25 [pcbnew/Netclasses/1] Name=high voltage Clearance=0.6 -TrackWidth=1 +TrackWidth=1.8 ViaDiameter=0.8 ViaDrill=0.4 uViaDiameter=0.3 diff --git a/Hardware/GammaSpectrometer/GammaSpectrometer.sch b/Hardware/GammaSpectrometer/GammaSpectrometer.sch new file mode 100644 index 0000000..fb7dc7e --- /dev/null +++ b/Hardware/GammaSpectrometer/GammaSpectrometer.sch @@ -0,0 +1,34 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 1 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Sheet +S 3650 3750 500 150 +U 5FBBA154 +F0 "HighVoltagePowerSupply" 50 +F1 "HighVoltagePowerSupply.sch" 50 +$EndSheet +$Sheet +S 3650 4200 500 150 +U 5FBBA5A8 +F0 "DataAcquisition" 50 +F1 "DataAcquisition.sch" 50 +$EndSheet +$Sheet +S 5450 3800 500 150 +U 5FDE08B1 +F0 "HighVoltageStabilizer" 50 +F1 "HighVoltageStabilizer.sch" 50 +$EndSheet +$EndSCHEMATC diff --git a/Hardware/GammaSpectrometer/HighVoltagePowerSupply.sch b/Hardware/GammaSpectrometer/HighVoltagePowerSupply.sch new file mode 100644 index 0000000..497a3f1 --- /dev/null +++ b/Hardware/GammaSpectrometer/HighVoltagePowerSupply.sch @@ -0,0 +1,1708 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 2 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +$Comp +L Device:C C? +U 1 1 5FFC76E0 +P 4200 2450 +AR Path="/5EDA53F3/5FFC76E0" Ref="C?" Part="1" +AR Path="/5EDA5628/5FFC76E0" Ref="C?" Part="1" +AR Path="/5FFC76E0" Ref="C5" Part="1" +AR Path="/5FBBA154/5FFC76E0" Ref="C5" Part="1" +F 0 "C5" H 4085 2404 50 0000 R CNN +F 1 "10u" H 4085 2495 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 4238 2300 50 0001 C CNN +F 3 "~" H 4200 2450 50 0001 C CNN + 1 4200 2450 + -1 0 0 1 +$EndComp +Wire Wire Line + 4200 2300 4200 2250 +Connection ~ 4200 2250 +Wire Wire Line + 3100 2250 3250 2250 +Text Notes 3750 6800 0 79 ~ 16 +Place C2, 3, C45, C4, C5 close to TR1.\nPlace C10, C11 close to pin #2 of U1.\n +$Comp +L power:GND #PWR? +U 1 1 609684B4 +P 1150 2650 +AR Path="/5EDA53F3/609684B4" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/609684B4" Ref="#PWR?" Part="1" +AR Path="/609684B4" Ref="#PWR01" Part="1" +AR Path="/5FBBA154/609684B4" Ref="#PWR01" Part="1" +F 0 "#PWR01" H 1150 2400 50 0001 C CNN +F 1 "GND" H 1155 2477 50 0000 C CNN +F 2 "" H 1150 2650 50 0001 C CNN +F 3 "" H 1150 2650 50 0001 C CNN + 1 1150 2650 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1050 2350 1150 2350 +$Comp +L power:PWR_FLAG #FLG04 +U 1 1 60A7722F +P 3250 2100 +F 0 "#FLG04" H 3250 2175 50 0001 C CNN +F 1 "PWR_FLAG" H 3250 2273 50 0000 C CNN +F 2 "" H 3250 2100 50 0001 C CNN +F 3 "~" H 3250 2100 50 0001 C CNN + 1 3250 2100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 850 2650 850 2600 +Wire Wire Line + 850 2600 1150 2600 +Wire Wire Line + 3250 2100 3250 2250 +$Comp +L power:PWR_FLAG #FLG01 +U 1 1 60ABB1F1 +P 850 2650 +F 0 "#FLG01" H 850 2725 50 0001 C CNN +F 1 "PWR_FLAG" H 850 2823 50 0000 C CNN +F 2 "" H 850 2650 50 0001 C CNN +F 3 "~" H 850 2650 50 0001 C CNN + 1 850 2650 + -1 0 0 1 +$EndComp +Wire Wire Line + 1150 2350 1150 2600 +Wire Wire Line + 1050 2250 1150 2250 +Wire Wire Line + 1150 2100 1150 2250 +$Comp +L power:PWR_FLAG #FLG02 +U 1 1 60A75F31 +P 1150 2100 +F 0 "#FLG02" H 1150 2175 50 0001 C CNN +F 1 "PWR_FLAG" H 1150 2273 50 0000 C CNN +F 2 "" H 1150 2100 50 0001 C CNN +F 3 "~" H 1150 2100 50 0001 C CNN + 1 1150 2100 + 1 0 0 -1 +$EndComp +Connection ~ 1150 2250 +Wire Wire Line + 4200 2250 4600 2250 +Wire Wire Line + 4200 2600 4200 2650 +$Comp +L power:GND #PWR? +U 1 1 6001EAAA +P 4200 2650 +AR Path="/5EDA53F3/6001EAAA" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/6001EAAA" Ref="#PWR?" Part="1" +AR Path="/6001EAAA" Ref="#PWR07" Part="1" +AR Path="/5FBBA154/6001EAAA" Ref="#PWR07" Part="1" +F 0 "#PWR07" H 4200 2400 50 0001 C CNN +F 1 "GND" H 4205 2477 50 0000 C CNN +F 2 "" H 4200 2650 50 0001 C CNN +F 3 "" H 4200 2650 50 0001 C CNN + 1 4200 2650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 60DF8587 +P 4600 2450 +AR Path="/5EDA53F3/60DF8587" Ref="C?" Part="1" +AR Path="/5EDA5628/60DF8587" Ref="C?" Part="1" +AR Path="/60DF8587" Ref="C7" Part="1" +AR Path="/5FBBA154/60DF8587" Ref="C7" Part="1" +F 0 "C7" H 4485 2404 50 0000 R CNN +F 1 "10u" H 4485 2495 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 4638 2300 50 0001 C CNN +F 3 "~" H 4600 2450 50 0001 C CNN + 1 4600 2450 + -1 0 0 1 +$EndComp +Wire Wire Line + 4600 2300 4600 2250 +Wire Wire Line + 4600 2600 4600 2650 +$Comp +L power:GND #PWR? +U 1 1 60DF858F +P 4600 2650 +AR Path="/5EDA53F3/60DF858F" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/60DF858F" Ref="#PWR?" Part="1" +AR Path="/60DF858F" Ref="#PWR010" Part="1" +AR Path="/5FBBA154/60DF858F" Ref="#PWR010" Part="1" +F 0 "#PWR010" H 4600 2400 50 0001 C CNN +F 1 "GND" H 4605 2477 50 0000 C CNN +F 2 "" H 4600 2650 50 0001 C CNN +F 3 "" H 4600 2650 50 0001 C CNN + 1 4600 2650 + 1 0 0 -1 +$EndComp +Connection ~ 4600 2250 +$Comp +L power:GND #PWR? +U 1 1 61787DD4 +P 2550 6000 +AR Path="/5EDA53F3/61787DD4" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/61787DD4" Ref="#PWR?" Part="1" +AR Path="/61787DD4" Ref="#PWR020" Part="1" +AR Path="/5FBBA154/61787DD4" Ref="#PWR020" Part="1" +F 0 "#PWR020" H 2550 5750 50 0001 C CNN +F 1 "GND" H 2555 5827 50 0000 C CNN +F 2 "" H 2550 6000 50 0001 C CNN +F 3 "" H 2550 6000 50 0001 C CNN + 1 2550 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2850 5600 2550 5600 +Wire Wire Line + 2550 5600 2550 6000 +$Comp +L Connector:TestPoint TP1 +U 1 1 617DDB76 +P 5800 2200 +F 0 "TP1" H 5858 2318 50 0000 L CNN +F 1 "TestPoint" H 5858 2227 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 6000 2200 50 0001 C CNN +F 3 "~" H 6000 2200 50 0001 C CNN + 1 5800 2200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5800 2200 5800 2250 +$Comp +L Connector:Conn_01x02_Female J1 +U 1 1 60912280 +P 850 2250 +F 0 "J1" V 1000 2200 50 0000 C CNN +F 1 "power supply" V 900 2200 50 0000 C CNN +F 2 "GammaSpectrometer:DG300-5.0-02P-12-00A(H)" H 850 2250 50 0001 C CNN +F 3 "~" H 850 2250 50 0001 C CNN + 1 850 2250 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FB7AF2A +P 1550 2250 +AR Path="/5EDA53F3/5FB7AF2A" Ref="R?" Part="1" +AR Path="/5EDA5628/5FB7AF2A" Ref="R?" Part="1" +AR Path="/5FB7AF2A" Ref="R2" Part="1" +AR Path="/5FBBA154/5FB7AF2A" Ref="R2" Part="1" +F 0 "R2" V 1665 2250 50 0000 C CNN +F 1 "1R" V 1756 2250 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric" V 1480 2250 50 0001 C CNN +F 3 "~" H 1550 2250 50 0001 C CNN + 1 1550 2250 + 0 -1 1 0 +$EndComp +Wire Wire Line + 1700 2250 1750 2250 +Wire Wire Line + 1350 2250 1350 2550 +Wire Wire Line + 1350 2550 1500 2550 +Connection ~ 1350 2250 +Wire Wire Line + 1350 2250 1400 2250 +Wire Wire Line + 1750 2250 1750 2550 +Connection ~ 1750 2250 +$Comp +L Device:Thermistor_NTC TH1 +U 1 1 60BBC750 +P 2350 5800 +F 0 "TH1" H 2447 5846 50 0000 L CNN +F 1 "NTCS0805E3103FMT" H 2447 5755 50 0000 L CNN +F 2 "Resistor_SMD:R_0805_2012Metric" H 2350 5850 50 0001 C CNN +F 3 "~" H 2350 5850 50 0001 C CNN + 1 2350 5800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2850 5500 2350 5500 +Wire Wire Line + 1950 5500 1950 5650 +$Comp +L power:GND #PWR? +U 1 1 60D353A3 +P 1950 6000 +AR Path="/5EDA53F3/60D353A3" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/60D353A3" Ref="#PWR?" Part="1" +AR Path="/60D353A3" Ref="#PWR019" Part="1" +AR Path="/5FBBA154/60D353A3" Ref="#PWR019" Part="1" +F 0 "#PWR019" H 1950 5750 50 0001 C CNN +F 1 "GND" H 1955 5827 50 0000 C CNN +F 2 "" H 1950 6000 50 0001 C CNN +F 3 "" H 1950 6000 50 0001 C CNN + 1 1950 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1950 5950 1950 6000 +Wire Wire Line + 2850 5200 1850 5200 +Wire Wire Line + 2850 5100 1750 5100 +Connection ~ 1850 5200 +Connection ~ 1950 5300 +Wire Wire Line + 1950 5300 2850 5300 +Wire Wire Line + 2050 5400 2850 5400 +Connection ~ 2200 5500 +Wire Wire Line + 2200 5500 1950 5500 +$Comp +L Device:L_Core_Ferrite L1 +U 1 1 60101C1A +P 2950 2250 +F 0 "L1" V 3175 2250 50 0000 C CNN +F 1 "560n" V 3084 2250 50 0000 C CNN +F 2 "Inductor_SMD:L_10.4x10.4_H4.8" H 2950 2250 50 0001 C CNN +F 3 "https://www.tme.eu/Document/e39540ac51bab732bf0cd6d66b280881/DJNR3015-series.pdf" H 2950 2250 50 0001 C CNN + 1 2950 2250 + 0 -1 -1 0 +$EndComp +$Comp +L Mechanical:MountingHole_Pad H1 +U 1 1 5FF355F1 +P 3750 7400 +F 0 "H1" H 3500 7700 50 0000 L CNN +F 1 "MountingHole_Pad" H 3500 7600 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.5mm_Pad" H 3750 7400 50 0001 C CNN +F 3 "~" H 3750 7400 50 0001 C CNN + 1 3750 7400 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FF355F7 +P 3750 7550 +AR Path="/5EDA53F3/5FF355F7" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FF355F7" Ref="#PWR?" Part="1" +AR Path="/5FF355F7" Ref="#PWR05" Part="1" +AR Path="/5FBBA154/5FF355F7" Ref="#PWR05" Part="1" +F 0 "#PWR05" H 3750 7300 50 0001 C CNN +F 1 "GND" H 3755 7377 50 0000 C CNN +F 2 "" H 3750 7550 50 0001 C CNN +F 3 "" H 3750 7550 50 0001 C CNN + 1 3750 7550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 7500 3750 7550 +$Comp +L Mechanical:MountingHole_Pad H2 +U 1 1 6001BF81 +P 4500 7400 +F 0 "H2" H 4250 7700 50 0000 L CNN +F 1 "MountingHole_Pad" H 4250 7600 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.5mm_Pad" H 4500 7400 50 0001 C CNN +F 3 "~" H 4500 7400 50 0001 C CNN + 1 4500 7400 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 6001BF87 +P 4500 7550 +AR Path="/5EDA53F3/6001BF87" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/6001BF87" Ref="#PWR?" Part="1" +AR Path="/6001BF87" Ref="#PWR09" Part="1" +AR Path="/5FBBA154/6001BF87" Ref="#PWR09" Part="1" +F 0 "#PWR09" H 4500 7300 50 0001 C CNN +F 1 "GND" H 4505 7377 50 0000 C CNN +F 2 "" H 4500 7550 50 0001 C CNN +F 3 "" H 4500 7550 50 0001 C CNN + 1 4500 7550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4500 7500 4500 7550 +$Comp +L Mechanical:MountingHole_Pad H3 +U 1 1 6004886A +P 5250 7400 +F 0 "H3" H 5000 7700 50 0000 L CNN +F 1 "MountingHole_Pad" H 5000 7600 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.5mm_Pad" H 5250 7400 50 0001 C CNN +F 3 "~" H 5250 7400 50 0001 C CNN + 1 5250 7400 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 60048870 +P 5250 7550 +AR Path="/5EDA53F3/60048870" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/60048870" Ref="#PWR?" Part="1" +AR Path="/60048870" Ref="#PWR013" Part="1" +AR Path="/5FBBA154/60048870" Ref="#PWR013" Part="1" +F 0 "#PWR013" H 5250 7300 50 0001 C CNN +F 1 "GND" H 5255 7377 50 0000 C CNN +F 2 "" H 5250 7550 50 0001 C CNN +F 3 "" H 5250 7550 50 0001 C CNN + 1 5250 7550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5250 7500 5250 7550 +$Comp +L Mechanical:MountingHole_Pad H4 +U 1 1 600757CC +P 6000 7400 +F 0 "H4" H 5750 7700 50 0000 L CNN +F 1 "MountingHole_Pad" H 5750 7600 50 0000 L CNN +F 2 "MountingHole:MountingHole_3.5mm_Pad" H 6000 7400 50 0001 C CNN +F 3 "~" H 6000 7400 50 0001 C CNN + 1 6000 7400 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 600757D2 +P 6000 7550 +AR Path="/5EDA53F3/600757D2" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/600757D2" Ref="#PWR?" Part="1" +AR Path="/600757D2" Ref="#PWR015" Part="1" +AR Path="/5FBBA154/600757D2" Ref="#PWR015" Part="1" +F 0 "#PWR015" H 6000 7300 50 0001 C CNN +F 1 "GND" H 6005 7377 50 0000 C CNN +F 2 "" H 6000 7550 50 0001 C CNN +F 3 "" H 6000 7550 50 0001 C CNN + 1 6000 7550 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6000 7500 6000 7550 +$Comp +L Device:R R? +U 1 1 5FB06249 +P 1550 2150 +AR Path="/5EDA53F3/5FB06249" Ref="R?" Part="1" +AR Path="/5EDA5628/5FB06249" Ref="R?" Part="1" +AR Path="/5FB06249" Ref="R1" Part="1" +AR Path="/5FBBA154/5FB06249" Ref="R1" Part="1" +F 0 "R1" V 1343 2150 50 0000 C CNN +F 1 "1R" V 1434 2150 50 0000 C CNN +F 2 "Resistor_SMD:R_1206_3216Metric" V 1480 2150 50 0001 C CNN +F 3 "~" H 1550 2150 50 0001 C CNN + 1 1550 2150 + 0 -1 1 0 +$EndComp +Wire Wire Line + 1700 2150 1750 2150 +Wire Wire Line + 1750 2150 1750 2250 +Wire Wire Line + 1400 2150 1350 2150 +Wire Wire Line + 1350 2150 1350 2250 +Wire Wire Line + 1750 2250 1850 2250 +Wire Wire Line + 1150 2600 1150 2650 +Connection ~ 1150 2600 +Connection ~ 2050 5400 +Wire Wire Line + 1150 2250 1350 2250 +$Comp +L Transistor_FET:IRF740 Q1 +U 1 1 5FBF1637 +P 6000 3450 +F 0 "Q1" H 5700 3350 50 0000 L CNN +F 1 "AOD2810" H 5650 3250 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:TO-252-2" H 6250 3375 50 0001 L CIN +F 3 "https://www.tme.eu/Document/6cd4058447a6a96c863854b96e39222b/AOD2810.pdf" H 6000 3450 50 0001 L CNN + 1 6000 3450 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FC490E7 +P 8500 3650 +AR Path="/5EDA53F3/5FC490E7" Ref="C?" Part="1" +AR Path="/5EDA5628/5FC490E7" Ref="C?" Part="1" +AR Path="/5FC490E7" Ref="C12" Part="1" +AR Path="/5FBBA154/5FC490E7" Ref="C12" Part="1" +F 0 "C12" H 8615 3604 50 0000 L CNN +F 1 "10n/2kV" H 8615 3695 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8538 3500 50 0001 C CNN +F 3 "~" H 8500 3650 50 0001 C CNN + 1 8500 3650 + -1 0 0 1 +$EndComp +Wire Wire Line + 8500 3500 8500 3450 +Connection ~ 8500 3450 +Wire Wire Line + 8500 3450 8800 3450 +Wire Wire Line + 8500 3800 8500 3850 +Connection ~ 8500 3850 +Wire Wire Line + 8150 3450 8400 3450 +$Comp +L power:GND #PWR? +U 1 1 5FDC80C3 +P 6100 3800 +AR Path="/5EDA53F3/5FDC80C3" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FDC80C3" Ref="#PWR?" Part="1" +AR Path="/5FDC80C3" Ref="#PWR016" Part="1" +AR Path="/5FBBA154/5FDC80C3" Ref="#PWR016" Part="1" +F 0 "#PWR016" H 6100 3550 50 0001 C CNN +F 1 "GND" H 6105 3627 50 0000 C CNN +F 2 "" H 6100 3800 50 0001 C CNN +F 3 "" H 6100 3800 50 0001 C CNN + 1 6100 3800 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6100 3800 6100 3750 +$Comp +L Device:D_Schottky D1 +U 1 1 5FB2C944 +P 5800 2900 +F 0 "D1" V 5754 2821 50 0000 R CNN +F 1 "TBD" V 5845 2821 50 0000 R CNN +F 2 "Diode_SMD:D_SMB" H 5800 2900 50 0001 C CNN +F 3 "~" H 5800 2900 50 0001 C CNN + 1 5800 2900 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB367F0 +P 5800 2500 +AR Path="/5EDA53F3/5FB367F0" Ref="C?" Part="1" +AR Path="/5EDA5628/5FB367F0" Ref="C?" Part="1" +AR Path="/5FB367F0" Ref="C10" Part="1" +AR Path="/5FBBA154/5FB367F0" Ref="C10" Part="1" +F 0 "C10" H 5685 2454 50 0000 R CNN +F 1 "TBD" H 5685 2545 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 5838 2350 50 0001 C CNN +F 3 "~" H 5800 2500 50 0001 C CNN + 1 5800 2500 + -1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FB36EF5 +P 5450 2500 +AR Path="/5EDA53F3/5FB36EF5" Ref="R?" Part="1" +AR Path="/5EDA5628/5FB36EF5" Ref="R?" Part="1" +AR Path="/5FB36EF5" Ref="R3" Part="1" +AR Path="/5FBBA154/5FB36EF5" Ref="R3" Part="1" +F 0 "R3" H 5520 2546 50 0000 L CNN +F 1 "TBD" H 5520 2455 50 0000 L CNN +F 2 "Resistor_SMD:R_MELF_MMB-0207" V 5380 2500 50 0001 C CNN +F 3 "~" H 5450 2500 50 0001 C CNN + 1 5450 2500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6100 3100 5800 3100 +Wire Wire Line + 5800 3100 5800 3050 +Connection ~ 6100 3100 +Wire Wire Line + 6100 3100 6100 3250 +Wire Wire Line + 5800 2750 5800 2700 +Wire Wire Line + 5800 2700 5450 2700 +Wire Wire Line + 5450 2700 5450 2650 +Connection ~ 5800 2700 +Wire Wire Line + 5800 2700 5800 2650 +Wire Wire Line + 5800 2350 5800 2250 +Connection ~ 5800 2250 +Wire Wire Line + 5800 2250 6100 2250 +Wire Wire Line + 5450 2350 5450 2250 +Connection ~ 5450 2250 +Wire Wire Line + 5450 2250 5800 2250 +$Comp +L Device:R R? +U 1 1 5FB858F8 +P 8200 3150 +AR Path="/5EDA53F3/5FB858F8" Ref="R?" Part="1" +AR Path="/5EDA5628/5FB858F8" Ref="R?" Part="1" +AR Path="/5FB858F8" Ref="R4" Part="1" +AR Path="/5FBBA154/5FB858F8" Ref="R4" Part="1" +F 0 "R4" V 7993 3150 50 0000 C CNN +F 1 "TBD" V 8084 3150 50 0000 C CNN +F 2 "Resistor_SMD:R_MELF_MMB-0207" V 8130 3150 50 0001 C CNN +F 3 "~" H 8200 3150 50 0001 C CNN + 1 8200 3150 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5FB85DD3 +P 7850 3150 +AR Path="/5EDA53F3/5FB85DD3" Ref="C?" Part="1" +AR Path="/5EDA5628/5FB85DD3" Ref="C?" Part="1" +AR Path="/5FB85DD3" Ref="C11" Part="1" +AR Path="/5FBBA154/5FB85DD3" Ref="C11" Part="1" +F 0 "C11" V 8102 3150 50 0000 C CNN +F 1 "TBD" V 8011 3150 50 0000 C CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 7888 3000 50 0001 C CNN +F 3 "~" H 7850 3150 50 0001 C CNN + 1 7850 3150 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7700 3150 7650 3150 +Wire Wire Line + 7650 3150 7650 3450 +Connection ~ 7650 3450 +Wire Wire Line + 7650 3450 7850 3450 +Wire Wire Line + 8000 3150 8050 3150 +Wire Wire Line + 8350 3150 8400 3150 +Wire Wire Line + 8400 3150 8400 3450 +Connection ~ 8400 3450 +Wire Wire Line + 8400 3450 8500 3450 +$Comp +L Device:CP C? +U 1 1 5FC8063E +P 3250 2450 +AR Path="/5EF1F288/5FC8063E" Ref="C?" Part="1" +AR Path="/5EDA5628/5FC8063E" Ref="C?" Part="1" +AR Path="/5FC8063E" Ref="C3" Part="1" +AR Path="/5FBBA154/5FC8063E" Ref="C3" Part="1" +F 0 "C3" V 3400 2400 50 0000 L CNN +F 1 "470u/25V" V 3500 2250 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_10x10" H 3288 2300 50 0001 C CNN +F 3 "~" H 3250 2450 50 0001 C CNN + 1 3250 2450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3250 2300 3250 2250 +Wire Wire Line + 3250 2600 3250 2650 +$Comp +L power:GND #PWR? +U 1 1 5FC80646 +P 3250 2650 +AR Path="/5EDA53F3/5FC80646" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FC80646" Ref="#PWR?" Part="1" +AR Path="/5FC80646" Ref="#PWR04" Part="1" +AR Path="/5FBBA154/5FC80646" Ref="#PWR04" Part="1" +F 0 "#PWR04" H 3250 2400 50 0001 C CNN +F 1 "GND" H 3255 2477 50 0000 C CNN +F 2 "" H 3250 2650 50 0001 C CNN +F 3 "" H 3250 2650 50 0001 C CNN + 1 3250 2650 + 1 0 0 -1 +$EndComp +Connection ~ 3250 2250 +$Comp +L Driver_FET:MCP1416 U1 +U 1 1 5FCD6773 +P 5000 3850 +F 0 "U1" H 5050 4200 50 0000 L CNN +F 1 "MCP1416" H 5050 4100 50 0000 L CNN +F 2 "Package_TO_SOT_SMD:SOT-23-5" H 5000 3450 50 0001 C CIN +F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/20002092F.pdf" H 4800 4100 50 0001 C CNN + 1 5000 3850 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FCDD767 +P 5000 4200 +AR Path="/5EDA53F3/5FCDD767" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FCDD767" Ref="#PWR?" Part="1" +AR Path="/5FCDD767" Ref="#PWR014" Part="1" +AR Path="/5FBBA154/5FCDD767" Ref="#PWR014" Part="1" +F 0 "#PWR014" H 5000 3950 50 0001 C CNN +F 1 "GND" H 5005 4027 50 0000 C CNN +F 2 "" H 5000 4200 50 0001 C CNN +F 3 "" H 5000 4200 50 0001 C CNN + 1 5000 4200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 5000 4150 5000 4200 +Wire Wire Line + 5000 3550 5000 3350 +$Comp +L Device:C C? +U 1 1 5FCFF67B +P 4450 3550 +AR Path="/5EDA53F3/5FCFF67B" Ref="C?" Part="1" +AR Path="/5EDA5628/5FCFF67B" Ref="C?" Part="1" +AR Path="/5FCFF67B" Ref="C8" Part="1" +AR Path="/5FBBA154/5FCFF67B" Ref="C8" Part="1" +F 0 "C8" H 4335 3504 50 0000 R CNN +F 1 "100n" H 4335 3595 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 4488 3400 50 0001 C CNN +F 3 "~" H 4450 3550 50 0001 C CNN + 1 4450 3550 + -1 0 0 1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FCFFC2C +P 3800 3550 +AR Path="/5EDA53F3/5FCFFC2C" Ref="C?" Part="1" +AR Path="/5EDA5628/5FCFFC2C" Ref="C?" Part="1" +AR Path="/5FCFFC2C" Ref="C6" Part="1" +AR Path="/5FBBA154/5FCFFC2C" Ref="C6" Part="1" +F 0 "C6" H 3685 3504 50 0000 R CNN +F 1 "1u" H 3685 3595 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 3838 3400 50 0001 C CNN +F 3 "~" H 3800 3550 50 0001 C CNN + 1 3800 3550 + -1 0 0 1 +$EndComp +Wire Wire Line + 1850 2250 1850 3350 +Wire Wire Line + 1850 3350 3800 3350 +Connection ~ 1850 2250 +Wire Wire Line + 4450 3400 4450 3350 +Wire Wire Line + 4450 3350 5000 3350 +Wire Wire Line + 3800 3400 3800 3350 +$Comp +L power:GND #PWR? +U 1 1 5FD13F63 +P 3800 3750 +AR Path="/5EDA53F3/5FD13F63" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FD13F63" Ref="#PWR?" Part="1" +AR Path="/5FD13F63" Ref="#PWR08" Part="1" +AR Path="/5FBBA154/5FD13F63" Ref="#PWR08" Part="1" +F 0 "#PWR08" H 3800 3500 50 0001 C CNN +F 1 "GND" H 3805 3577 50 0000 C CNN +F 2 "" H 3800 3750 50 0001 C CNN +F 3 "" H 3800 3750 50 0001 C CNN + 1 3800 3750 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FD1436F +P 4450 3750 +AR Path="/5EDA53F3/5FD1436F" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FD1436F" Ref="#PWR?" Part="1" +AR Path="/5FD1436F" Ref="#PWR011" Part="1" +AR Path="/5FBBA154/5FD1436F" Ref="#PWR011" Part="1" +F 0 "#PWR011" H 4450 3500 50 0001 C CNN +F 1 "GND" H 4455 3577 50 0000 C CNN +F 2 "" H 4450 3750 50 0001 C CNN +F 3 "" H 4450 3750 50 0001 C CNN + 1 4450 3750 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4450 3750 4450 3700 +Wire Wire Line + 3800 3750 3800 3700 +Wire Wire Line + 4600 2250 5000 2250 +Wire Wire Line + 8500 3850 8800 3850 +Connection ~ 6100 3750 +Wire Wire Line + 6100 3750 6100 3650 +Wire Wire Line + 3250 2250 3750 2250 +$Comp +L Device:CP C? +U 1 1 5FE76E2E +P 3750 2450 +AR Path="/5EF1F288/5FE76E2E" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE76E2E" Ref="C?" Part="1" +AR Path="/5FE76E2E" Ref="C4" Part="1" +AR Path="/5FBBA154/5FE76E2E" Ref="C4" Part="1" +F 0 "C4" V 3900 2400 50 0000 L CNN +F 1 "470u/25V" V 4000 2250 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_10x10" H 3788 2300 50 0001 C CNN +F 3 "~" H 3750 2450 50 0001 C CNN + 1 3750 2450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 3750 2300 3750 2250 +Wire Wire Line + 3750 2600 3750 2650 +$Comp +L power:GND #PWR? +U 1 1 5FE76E36 +P 3750 2650 +AR Path="/5EDA53F3/5FE76E36" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FE76E36" Ref="#PWR?" Part="1" +AR Path="/5FE76E36" Ref="#PWR06" Part="1" +AR Path="/5FBBA154/5FE76E36" Ref="#PWR06" Part="1" +F 0 "#PWR06" H 3750 2400 50 0001 C CNN +F 1 "GND" H 3755 2477 50 0000 C CNN +F 2 "" H 3750 2650 50 0001 C CNN +F 3 "" H 3750 2650 50 0001 C CNN + 1 3750 2650 + 1 0 0 -1 +$EndComp +$Comp +L Device:CP C? +U 1 1 5FE7E3FD +P 2050 2450 +AR Path="/5EF1F288/5FE7E3FD" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE7E3FD" Ref="C?" Part="1" +AR Path="/5FE7E3FD" Ref="C1" Part="1" +AR Path="/5FBBA154/5FE7E3FD" Ref="C1" Part="1" +F 0 "C1" V 2200 2400 50 0000 L CNN +F 1 "470u/25V" V 2300 2250 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_10x10" H 2088 2300 50 0001 C CNN +F 3 "~" H 2050 2450 50 0001 C CNN + 1 2050 2450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2050 2300 2050 2250 +Wire Wire Line + 2050 2600 2050 2650 +$Comp +L power:GND #PWR? +U 1 1 5FE7E405 +P 2050 2650 +AR Path="/5EDA53F3/5FE7E405" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FE7E405" Ref="#PWR?" Part="1" +AR Path="/5FE7E405" Ref="#PWR02" Part="1" +AR Path="/5FBBA154/5FE7E405" Ref="#PWR02" Part="1" +F 0 "#PWR02" H 2050 2400 50 0001 C CNN +F 1 "GND" H 2055 2477 50 0000 C CNN +F 2 "" H 2050 2650 50 0001 C CNN +F 3 "" H 2050 2650 50 0001 C CNN + 1 2050 2650 + 1 0 0 -1 +$EndComp +Connection ~ 3750 2250 +Wire Wire Line + 3750 2250 4200 2250 +Wire Wire Line + 1850 2250 2050 2250 +Connection ~ 2050 2250 +Wire Wire Line + 2050 2250 2500 2250 +$Comp +L Device:CP C? +U 1 1 5FEABFF8 +P 2500 2450 +AR Path="/5EF1F288/5FEABFF8" Ref="C?" Part="1" +AR Path="/5EDA5628/5FEABFF8" Ref="C?" Part="1" +AR Path="/5FEABFF8" Ref="C2" Part="1" +AR Path="/5FBBA154/5FEABFF8" Ref="C2" Part="1" +F 0 "C2" V 2650 2400 50 0000 L CNN +F 1 "470u/25V" V 2750 2250 50 0000 L CNN +F 2 "Capacitor_SMD:CP_Elec_10x10" H 2538 2300 50 0001 C CNN +F 3 "~" H 2500 2450 50 0001 C CNN + 1 2500 2450 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2500 2300 2500 2250 +Wire Wire Line + 2500 2600 2500 2650 +$Comp +L power:GND #PWR? +U 1 1 5FEAC000 +P 2500 2650 +AR Path="/5EDA53F3/5FEAC000" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FEAC000" Ref="#PWR?" Part="1" +AR Path="/5FEAC000" Ref="#PWR03" Part="1" +AR Path="/5FBBA154/5FEAC000" Ref="#PWR03" Part="1" +F 0 "#PWR03" H 2500 2400 50 0001 C CNN +F 1 "GND" H 2505 2477 50 0000 C CNN +F 2 "" H 2500 2650 50 0001 C CNN +F 3 "" H 2500 2650 50 0001 C CNN + 1 2500 2650 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FEBE216 +P 5000 2450 +AR Path="/5EDA53F3/5FEBE216" Ref="C?" Part="1" +AR Path="/5EDA5628/5FEBE216" Ref="C?" Part="1" +AR Path="/5FEBE216" Ref="C9" Part="1" +AR Path="/5FBBA154/5FEBE216" Ref="C9" Part="1" +F 0 "C9" H 4885 2404 50 0000 R CNN +F 1 "10u" H 4885 2495 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 5038 2300 50 0001 C CNN +F 3 "~" H 5000 2450 50 0001 C CNN + 1 5000 2450 + -1 0 0 1 +$EndComp +Wire Wire Line + 5000 2300 5000 2250 +Wire Wire Line + 5000 2600 5000 2650 +$Comp +L power:GND #PWR? +U 1 1 5FEBE21E +P 5000 2650 +AR Path="/5EDA53F3/5FEBE21E" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FEBE21E" Ref="#PWR?" Part="1" +AR Path="/5FEBE21E" Ref="#PWR012" Part="1" +AR Path="/5FBBA154/5FEBE21E" Ref="#PWR012" Part="1" +F 0 "#PWR012" H 5000 2400 50 0001 C CNN +F 1 "GND" H 5005 2477 50 0000 C CNN +F 2 "" H 5000 2650 50 0001 C CNN +F 3 "" H 5000 2650 50 0001 C CNN + 1 5000 2650 + 1 0 0 -1 +$EndComp +Connection ~ 2500 2250 +Wire Wire Line + 2500 2250 2800 2250 +Connection ~ 5000 2250 +Wire Wire Line + 5000 2250 5450 2250 +Wire Wire Line + 8800 3500 8800 3450 +Wire Wire Line + 8800 3800 8800 3850 +$Comp +L Device:C C? +U 1 1 5FF64597 +P 8800 3650 +AR Path="/5EDA53F3/5FF64597" Ref="C?" Part="1" +AR Path="/5EDA5628/5FF64597" Ref="C?" Part="1" +AR Path="/5FF64597" Ref="C13" Part="1" +AR Path="/5FBBA154/5FF64597" Ref="C13" Part="1" +F 0 "C13" H 8685 3604 50 0000 R CNN +F 1 "10n/2kV" H 8685 3695 50 0000 R CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8838 3500 50 0001 C CNN +F 3 "~" H 8800 3650 50 0001 C CNN + 1 8800 3650 + -1 0 0 1 +$EndComp +$Comp +L GammaSpectrometer:RM8 TR1 +U 1 1 5FBACAD4 +P 6350 2000 +F 0 "TR1" H 6350 2150 50 0000 C CNN +F 1 "RM8" H 6350 2050 50 0000 C CNN +F 2 "GammaSpectrometer:RM8" H 6350 2000 50 0001 C CNN +F 3 "https://www.tdk-electronics.tdk.com/inf/80/db/fer/rm_8.pdf" H 6350 2000 50 0001 C CNN + 1 6350 2000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6150 2600 6100 2600 +Wire Wire Line + 6100 2250 6100 2600 +Wire Wire Line + 6100 2750 6100 3100 +Wire Wire Line + 6100 2750 6150 2750 +$Comp +L power:PWR_FLAG #FLG03 +U 1 1 5FBF31EA +P 1850 2100 +F 0 "#FLG03" H 1850 2175 50 0001 C CNN +F 1 "PWR_FLAG" H 1850 2273 50 0000 C CNN +F 2 "" H 1850 2100 50 0001 C CNN +F 3 "~" H 1850 2100 50 0001 C CNN + 1 1850 2100 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1850 2100 1850 2250 +$Comp +L Connector:Conn_01x07_Female J4 +U 1 1 5FC5A9D2 +P 3050 5300 +F 0 "J4" V 3150 5300 50 0000 L CNN +F 1 "Conn_01x07_Female" V 3250 5000 50 0000 L CNN +F 2 "Connector_PinSocket_2.54mm:PinSocket_1x07_P2.54mm_Vertical" H 3050 5300 50 0001 C CNN +F 3 "~" H 3050 5300 50 0001 C CNN + 1 3050 5300 + 1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FCA6A7F +P 1950 5800 +AR Path="/5EDA53F3/5FCA6A7F" Ref="C?" Part="1" +AR Path="/5EDA5628/5FCA6A7F" Ref="C?" Part="1" +AR Path="/5FCA6A7F" Ref="C16" Part="1" +AR Path="/5FBBA154/5FCA6A7F" Ref="C16" Part="1" +F 0 "C16" H 1835 5754 50 0000 R CNN +F 1 "1n" H 1835 5845 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 1988 5650 50 0001 C CNN +F 3 "~" H 1950 5800 50 0001 C CNN + 1 1950 5800 + -1 0 0 1 +$EndComp +Wire Wire Line + 2350 5650 2350 5500 +Connection ~ 2350 5500 +Wire Wire Line + 2350 5500 2200 5500 +$Comp +L power:GND #PWR? +U 1 1 5FCB1188 +P 2350 6000 +AR Path="/5EDA53F3/5FCB1188" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FCB1188" Ref="#PWR?" Part="1" +AR Path="/5FCB1188" Ref="#PWR0101" Part="1" +AR Path="/5FBBA154/5FCB1188" Ref="#PWR0101" Part="1" +F 0 "#PWR0101" H 2350 5750 50 0001 C CNN +F 1 "GND" H 2355 5827 50 0000 C CNN +F 2 "" H 2350 6000 50 0001 C CNN +F 3 "" H 2350 6000 50 0001 C CNN + 1 2350 6000 + 1 0 0 -1 +$EndComp +Wire Wire Line + 2350 6000 2350 5950 +$Comp +L Device:RF_Shield_Two_Pieces J5 +U 1 1 5FBAEC54 +P 1750 7050 +F 0 "J5" H 2480 7114 50 0000 L CNN +F 1 "RF_Shield_Two_Pieces" H 2480 7023 50 0000 L CNN +F 2 "GammaSpectrometer:3710.16" H 1750 6950 50 0001 C CNN +F 3 "https://www.tme.eu/Document/8721c1e12f28e68114c83752997c605d/3710.pdf" H 1750 6950 50 0001 C CNN + 1 1750 7050 + 1 0 0 -1 +$EndComp +$Comp +L power:GND #PWR? +U 1 1 5FBAFB71 +P 1750 7500 +AR Path="/5EDA53F3/5FBAFB71" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FBAFB71" Ref="#PWR?" Part="1" +AR Path="/5FBAFB71" Ref="#PWR022" Part="1" +AR Path="/5FBBA154/5FBAFB71" Ref="#PWR022" Part="1" +F 0 "#PWR022" H 1750 7250 50 0001 C CNN +F 1 "GND" H 1755 7327 50 0000 C CNN +F 2 "" H 1750 7500 50 0001 C CNN +F 3 "" H 1750 7500 50 0001 C CNN + 1 1750 7500 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1750 7500 1750 7450 +$Comp +L Device:D D3 +U 1 1 5FBF2049 +P 7000 5300 +F 0 "D3" H 7000 5083 50 0000 C CNN +F 1 "D" H 7000 5174 50 0000 C CNN +F 2 "" H 7000 5300 50 0001 C CNN +F 3 "~" H 7000 5300 50 0001 C CNN + 1 7000 5300 + -1 0 0 1 +$EndComp +$Comp +L Device:CP C? +U 1 1 5FBF2906 +P 7250 5700 +AR Path="/5EF1F288/5FBF2906" Ref="C?" Part="1" +AR Path="/5EDA5628/5FBF2906" Ref="C?" Part="1" +AR Path="/5FBF2906" Ref="C?" Part="1" +AR Path="/5FBBA154/5FBF2906" Ref="C15" Part="1" +F 0 "C15" H 7133 5746 50 0000 R CNN +F 1 "10u/12V" H 7133 5655 50 0000 R CNN +F 2 "Capacitor_SMD:CP_Elec_10x10" H 7288 5550 50 0001 C CNN +F 3 "~" H 7250 5700 50 0001 C CNN + 1 7250 5700 + 1 0 0 -1 +$EndComp +Wire Wire Line + 6650 6100 7250 6100 +Wire Wire Line + 6800 5300 6850 5300 +Wire Wire Line + 7150 5300 7250 5300 +Wire Wire Line + 7250 5550 7250 5300 +Connection ~ 7250 5300 +Wire Wire Line + 7250 5850 7250 6100 +$Comp +L power:GND #PWR? +U 1 1 5FC59252 +P 7250 6200 +AR Path="/5EDA53F3/5FC59252" Ref="#PWR?" Part="1" +AR Path="/5EDA5628/5FC59252" Ref="#PWR?" Part="1" +AR Path="/5FC59252" Ref="#PWR?" Part="1" +AR Path="/5FBBA154/5FC59252" Ref="#PWR017" Part="1" +F 0 "#PWR017" H 7250 5950 50 0001 C CNN +F 1 "GND" H 7255 6027 50 0000 C CNN +F 2 "" H 7250 6200 50 0001 C CNN +F 3 "" H 7250 6200 50 0001 C CNN + 1 7250 6200 + 1 0 0 -1 +$EndComp +Wire Wire Line + 7250 6100 7250 6200 +Connection ~ 7250 6100 +$Comp +L Device:R R? +U 1 1 5FC60CCE +P 7850 5500 +AR Path="/5EDA53F3/5FC60CCE" Ref="R?" Part="1" +AR Path="/5EDA5628/5FC60CCE" Ref="R?" Part="1" +AR Path="/5FC60CCE" Ref="R?" Part="1" +AR Path="/5FBBA154/5FC60CCE" Ref="R5" Part="1" +F 0 "R5" H 7780 5546 50 0000 R CNN +F 1 "6k8" H 7780 5455 50 0000 R CNN +F 2 "Resistor_SMD:R_1206_3216Metric" V 7780 5500 50 0001 C CNN +F 3 "~" H 7850 5500 50 0001 C CNN + 1 7850 5500 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FC62257 +P 7850 5900 +AR Path="/5EDA53F3/5FC62257" Ref="R?" Part="1" +AR Path="/5EDA5628/5FC62257" Ref="R?" Part="1" +AR Path="/5FC62257" Ref="R?" Part="1" +AR Path="/5FBBA154/5FC62257" Ref="R6" Part="1" +F 0 "R6" H 7780 5946 50 0000 R CNN +F 1 "6k8" H 7780 5855 50 0000 R CNN +F 2 "Resistor_SMD:R_1206_3216Metric" V 7780 5900 50 0001 C CNN +F 3 "~" H 7850 5900 50 0001 C CNN + 1 7850 5900 + -1 0 0 -1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FC6E8E9 +P 7500 5700 +AR Path="/5EDA53F3/5FC6E8E9" Ref="C?" Part="1" +AR Path="/5EDA5628/5FC6E8E9" Ref="C?" Part="1" +AR Path="/5FC6E8E9" Ref="C?" Part="1" +AR Path="/5FBBA154/5FC6E8E9" Ref="C17" Part="1" +F 0 "C17" H 7385 5654 50 0000 R CNN +F 1 "100n" H 7385 5745 50 0000 R CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 7538 5550 50 0001 C CNN +F 3 "~" H 7500 5700 50 0001 C CNN + 1 7500 5700 + -1 0 0 1 +$EndComp +Wire Wire Line + 7850 5300 7850 5350 +Wire Wire Line + 7500 5550 7500 5300 +Wire Wire Line + 7250 5300 7500 5300 +Connection ~ 7500 5300 +Wire Wire Line + 7500 5300 7850 5300 +Wire Wire Line + 7850 6100 7850 6050 +Wire Wire Line + 7850 5750 7850 5700 +Wire Wire Line + 7500 5850 7500 6100 +Connection ~ 7500 6100 +Wire Wire Line + 7500 6100 7850 6100 +Wire Wire Line + 7250 6100 7500 6100 +Wire Wire Line + 7850 5700 8100 5700 +Connection ~ 7850 5700 +Wire Wire Line + 7850 5700 7850 5650 +$Comp +L Device:L_Core_Ferrite L3 +U 1 1 5FCD98DD +P 4150 3350 +F 0 "L3" V 4375 3350 50 0000 C CNN +F 1 "TBD" V 4284 3350 50 0000 C CNN +F 2 "" H 4150 3350 50 0001 C CNN +F 3 "https://www.tme.eu/Document/e39540ac51bab732bf0cd6d66b280881/DJNR3015-series.pdf" H 4150 3350 50 0001 C CNN + 1 4150 3350 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 5400 3850 5500 3850 +Wire Wire Line + 5500 3850 5500 3450 +Wire Wire Line + 5500 3450 5800 3450 +Wire Wire Line + 3800 3350 4000 3350 +Connection ~ 3800 3350 +Wire Wire Line + 4300 3350 4450 3350 +Connection ~ 4450 3350 +Wire Wire Line + 4700 3850 4600 3850 +Wire Wire Line + 4600 3850 4600 4200 +Wire Wire Line + 6100 3750 6300 3750 +Wire Wire Line + 6300 3450 6300 3750 +Connection ~ 6300 3750 +Wire Wire Line + 6300 3750 6400 3750 +Wire Wire Line + 6400 3450 6400 3750 +Wire Wire Line + 6550 3300 6650 3300 +Wire Wire Line + 6650 3300 6650 6100 +Wire Wire Line + 6550 3150 6800 3150 +Wire Wire Line + 6800 3150 6800 5300 +$Comp +L Device:C C? +U 1 1 5FDB7746 +P 8500 4700 +AR Path="/5EDA53F3/5FDB7746" Ref="C?" Part="1" +AR Path="/5EDA5628/5FDB7746" Ref="C?" Part="1" +AR Path="/5FDB7746" Ref="C?" Part="1" +AR Path="/5FBBA154/5FDB7746" Ref="C25" Part="1" +F 0 "C25" H 8615 4654 50 0000 L CNN +F 1 "10n/2kV" H 8615 4745 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8538 4550 50 0001 C CNN +F 3 "~" H 8500 4700 50 0001 C CNN + 1 8500 4700 + -1 0 0 1 +$EndComp +Wire Wire Line + 8500 4550 8500 4500 +Connection ~ 8500 4500 +Wire Wire Line + 8500 4500 8800 4500 +Wire Wire Line + 8500 4850 8500 4900 +Connection ~ 8500 4900 +Wire Wire Line + 8150 4500 8400 4500 +$Comp +L Device:R R? +U 1 1 5FDB7753 +P 8200 4200 +AR Path="/5EDA53F3/5FDB7753" Ref="R?" Part="1" +AR Path="/5EDA5628/5FDB7753" Ref="R?" Part="1" +AR Path="/5FDB7753" Ref="R?" Part="1" +AR Path="/5FBBA154/5FDB7753" Ref="R10" Part="1" +F 0 "R10" V 7993 4200 50 0000 C CNN +F 1 "TBD" V 8084 4200 50 0000 C CNN +F 2 "Resistor_SMD:R_MELF_MMB-0207" V 8130 4200 50 0001 C CNN +F 3 "~" H 8200 4200 50 0001 C CNN + 1 8200 4200 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5FDB7759 +P 7850 4200 +AR Path="/5EDA53F3/5FDB7759" Ref="C?" Part="1" +AR Path="/5EDA5628/5FDB7759" Ref="C?" Part="1" +AR Path="/5FDB7759" Ref="C?" Part="1" +AR Path="/5FBBA154/5FDB7759" Ref="C24" Part="1" +F 0 "C24" V 8102 4200 50 0000 C CNN +F 1 "TBD" V 8011 4200 50 0000 C CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 7888 4050 50 0001 C CNN +F 3 "~" H 7850 4200 50 0001 C CNN + 1 7850 4200 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7700 4200 7650 4200 +Wire Wire Line + 7650 4200 7650 4500 +Connection ~ 7650 4500 +Wire Wire Line + 7650 4500 7850 4500 +Wire Wire Line + 8000 4200 8050 4200 +Wire Wire Line + 8350 4200 8400 4200 +Wire Wire Line + 8400 4200 8400 4500 +Connection ~ 8400 4500 +Wire Wire Line + 8400 4500 8500 4500 +Wire Wire Line + 8500 4900 8800 4900 +Wire Wire Line + 8800 4550 8800 4500 +Wire Wire Line + 8800 4850 8800 4900 +$Comp +L Device:C C? +U 1 1 5FDB7775 +P 8800 4700 +AR Path="/5EDA53F3/5FDB7775" Ref="C?" Part="1" +AR Path="/5EDA5628/5FDB7775" Ref="C?" Part="1" +AR Path="/5FDB7775" Ref="C?" Part="1" +AR Path="/5FBBA154/5FDB7775" Ref="C26" Part="1" +F 0 "C26" H 8685 4654 50 0000 R CNN +F 1 "10n/2kV" H 8685 4745 50 0000 R CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8838 4550 50 0001 C CNN +F 3 "~" H 8800 4700 50 0001 C CNN + 1 8800 4700 + -1 0 0 1 +$EndComp +$Comp +L Device:C C? +U 1 1 5FE34806 +P 8500 1500 +AR Path="/5EDA53F3/5FE34806" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34806" Ref="C?" Part="1" +AR Path="/5FE34806" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34806" Ref="C18" Part="1" +F 0 "C18" H 8615 1454 50 0000 L CNN +F 1 "10n/2kV" H 8615 1545 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8538 1350 50 0001 C CNN +F 3 "~" H 8500 1500 50 0001 C CNN + 1 8500 1500 + -1 0 0 1 +$EndComp +Wire Wire Line + 8500 1350 8500 1300 +Connection ~ 8500 1300 +Wire Wire Line + 8500 1300 8800 1300 +Wire Wire Line + 8500 1650 8500 1700 +Connection ~ 8500 1700 +Wire Wire Line + 8150 1300 8400 1300 +$Comp +L Device:R R? +U 1 1 5FE34813 +P 8200 1000 +AR Path="/5EDA53F3/5FE34813" Ref="R?" Part="1" +AR Path="/5EDA5628/5FE34813" Ref="R?" Part="1" +AR Path="/5FE34813" Ref="R?" Part="1" +AR Path="/5FBBA154/5FE34813" Ref="R7" Part="1" +F 0 "R7" V 7993 1000 50 0000 C CNN +F 1 "TBD" V 8084 1000 50 0000 C CNN +F 2 "Resistor_SMD:R_MELF_MMB-0207" V 8130 1000 50 0001 C CNN +F 3 "~" H 8200 1000 50 0001 C CNN + 1 8200 1000 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5FE34819 +P 7850 1000 +AR Path="/5EDA53F3/5FE34819" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34819" Ref="C?" Part="1" +AR Path="/5FE34819" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34819" Ref="C14" Part="1" +F 0 "C14" V 8102 1000 50 0000 C CNN +F 1 "TBD" V 8011 1000 50 0000 C CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 7888 850 50 0001 C CNN +F 3 "~" H 7850 1000 50 0001 C CNN + 1 7850 1000 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7700 1000 7650 1000 +Wire Wire Line + 7650 1000 7650 1300 +Connection ~ 7650 1300 +Wire Wire Line + 7650 1300 7850 1300 +Wire Wire Line + 8000 1000 8050 1000 +Wire Wire Line + 8350 1000 8400 1000 +Wire Wire Line + 8400 1000 8400 1300 +Connection ~ 8400 1300 +Wire Wire Line + 8400 1300 8500 1300 +Wire Wire Line + 8500 1700 8800 1700 +Wire Wire Line + 8800 1350 8800 1300 +Wire Wire Line + 8800 1650 8800 1700 +Connection ~ 8800 1300 +$Comp +L Device:C C? +U 1 1 5FE34842 +P 8800 1500 +AR Path="/5EDA53F3/5FE34842" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34842" Ref="C?" Part="1" +AR Path="/5FE34842" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34842" Ref="C19" Part="1" +F 0 "C19" H 8685 1454 50 0000 R CNN +F 1 "10n/2kV" H 8685 1545 50 0000 R CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8838 1350 50 0001 C CNN +F 3 "~" H 8800 1500 50 0001 C CNN + 1 8800 1500 + -1 0 0 1 +$EndComp +Wire Wire Line + 8800 1300 10050 1300 +$Comp +L Device:C C? +U 1 1 5FE34861 +P 8500 2550 +AR Path="/5EDA53F3/5FE34861" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34861" Ref="C?" Part="1" +AR Path="/5FE34861" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34861" Ref="C21" Part="1" +F 0 "C21" H 8615 2504 50 0000 L CNN +F 1 "10n/2kV" H 8615 2595 50 0000 L CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8538 2400 50 0001 C CNN +F 3 "~" H 8500 2550 50 0001 C CNN + 1 8500 2550 + -1 0 0 1 +$EndComp +Wire Wire Line + 7550 2750 8500 2750 +Wire Wire Line + 8500 2400 8500 2350 +Connection ~ 8500 2350 +Wire Wire Line + 8500 2350 8800 2350 +Wire Wire Line + 8500 2700 8500 2750 +Connection ~ 8500 2750 +$Comp +L Device:R R? +U 1 1 5FE3486E +P 8200 2050 +AR Path="/5EDA53F3/5FE3486E" Ref="R?" Part="1" +AR Path="/5EDA5628/5FE3486E" Ref="R?" Part="1" +AR Path="/5FE3486E" Ref="R?" Part="1" +AR Path="/5FBBA154/5FE3486E" Ref="R8" Part="1" +F 0 "R8" V 7993 2050 50 0000 C CNN +F 1 "TBD" V 8084 2050 50 0000 C CNN +F 2 "Resistor_SMD:R_MELF_MMB-0207" V 8130 2050 50 0001 C CNN +F 3 "~" H 8200 2050 50 0001 C CNN + 1 8200 2050 + 0 1 1 0 +$EndComp +$Comp +L Device:C C? +U 1 1 5FE34874 +P 7850 2050 +AR Path="/5EDA53F3/5FE34874" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34874" Ref="C?" Part="1" +AR Path="/5FE34874" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34874" Ref="C20" Part="1" +F 0 "C20" V 8102 2050 50 0000 C CNN +F 1 "TBD" V 8011 2050 50 0000 C CNN +F 2 "Capacitor_SMD:C_1206_3216Metric" H 7888 1900 50 0001 C CNN +F 3 "~" H 7850 2050 50 0001 C CNN + 1 7850 2050 + 0 -1 -1 0 +$EndComp +Wire Wire Line + 7700 2050 7650 2050 +Wire Wire Line + 7650 2050 7650 2350 +Wire Wire Line + 7550 2350 7650 2350 +Connection ~ 7650 2350 +Wire Wire Line + 7650 2350 7850 2350 +Wire Wire Line + 8000 2050 8050 2050 +Wire Wire Line + 8350 2050 8400 2050 +Wire Wire Line + 8400 2050 8400 2350 +Connection ~ 8400 2350 +Wire Wire Line + 8400 2350 8500 2350 +Wire Wire Line + 8500 2750 8800 2750 +Wire Wire Line + 8800 2400 8800 2350 +Wire Wire Line + 8800 2700 8800 2750 +$Comp +L Device:C C? +U 1 1 5FE34890 +P 8800 2550 +AR Path="/5EDA53F3/5FE34890" Ref="C?" Part="1" +AR Path="/5EDA5628/5FE34890" Ref="C?" Part="1" +AR Path="/5FE34890" Ref="C?" Part="1" +AR Path="/5FBBA154/5FE34890" Ref="C22" Part="1" +F 0 "C22" H 8685 2504 50 0000 R CNN +F 1 "10n/2kV" H 8685 2595 50 0000 R CNN +F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8838 2400 50 0001 C CNN +F 3 "~" H 8800 2550 50 0001 C CNN + 1 8800 2550 + -1 0 0 1 +$EndComp +Wire Wire Line + 7550 2400 7550 2350 +Wire Wire Line + 7550 2550 7550 2750 +Wire Wire Line + 2200 5500 2200 5050 +Wire Wire Line + 2050 5400 2050 5050 +Wire Wire Line + 1950 5300 1950 5050 +Wire Wire Line + 1850 5050 1850 5200 +Wire Wire Line + 1750 5050 1750 5100 +$Comp +L Connector:TestPoint TP7 +U 1 1 5FCCCB38 +P 2200 5050 +F 0 "TP7" V 2200 5250 50 0000 L CNN +F 1 "TEMP_MONITOR" V 2200 5450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 2400 5050 50 0001 C CNN +F 3 "~" H 2400 5050 50 0001 C CNN + 1 2200 5050 + 1 0 0 -1 +$EndComp +$Comp +L Connector:TestPoint TP6 +U 1 1 5FCA0ECA +P 2050 5050 +F 0 "TP6" V 2050 5250 50 0000 L CNN +F 1 "IN_CURRENT_MONITOR_2" V 2050 5450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 2250 5050 50 0001 C CNN +F 3 "~" H 2250 5050 50 0001 C CNN + 1 2050 5050 + 1 0 0 -1 +$EndComp +$Comp +L Connector:TestPoint TP5 +U 1 1 5FC752FD +P 1950 5050 +F 0 "TP5" V 1950 5250 50 0000 L CNN +F 1 "IN_CURRENT_MONITOR_1" V 1950 5450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 2150 5050 50 0001 C CNN +F 3 "~" H 2150 5050 50 0001 C CNN + 1 1950 5050 + 1 0 0 -1 +$EndComp +$Comp +L Connector:TestPoint TP4 +U 1 1 5FC496F7 +P 1850 5050 +F 0 "TP4" V 1850 5250 50 0000 L CNN +F 1 "ENABLE" V 1850 5450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 2050 5050 50 0001 C CNN +F 3 "~" H 2050 5050 50 0001 C CNN + 1 1850 5050 + 1 0 0 -1 +$EndComp +$Comp +L Connector:TestPoint TP3 +U 1 1 5FC47E3B +P 1750 5050 +F 0 "TP3" V 1750 5250 50 0000 L CNN +F 1 "HV_MONITOR" V 1750 5450 50 0000 L CNN +F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 1950 5050 50 0001 C CNN +F 3 "~" H 1950 5050 50 0001 C CNN + 1 1750 5050 + 1 0 0 -1 +$EndComp +Wire Wire Line + 1750 5100 1600 5100 +Connection ~ 1750 5100 +Wire Wire Line + 1600 5200 1850 5200 +Wire Wire Line + 1600 5300 1950 5300 +Wire Wire Line + 1600 5400 2050 5400 +Text Label 1600 5100 2 50 ~ 0 +HV_MONITOR +Text Label 1600 5200 2 50 ~ 0 +ENABLE +Text Label 1600 5300 2 50 ~ 0 +IN_CURRENT_MONITOR_1 +Text Label 1600 5400 2 50 ~ 0 +IN_CURRENT_MONITOR_2 +Text Label 1500 2700 3 50 ~ 0 +IN_CURRENT_MONITOR_1 +Text Label 1600 2700 3 50 ~ 0 +IN_CURRENT_MONITOR_2 +Wire Wire Line + 1500 2550 1500 2700 +Wire Wire Line + 1750 2550 1600 2550 +Wire Wire Line + 1600 2550 1600 2700 +Wire Wire Line + 4600 4200 4200 4200 +Text Label 4200 4200 2 50 ~ 0 +ENABLE +Text Label 8100 5700 0 50 ~ 0 +HV_MONITOR +Wire Wire Line + 6900 4900 6900 3050 +Wire Wire Line + 6900 3050 6550 3050 +Wire Wire Line + 6950 4500 6950 2900 +Wire Wire Line + 6950 2900 6550 2900 +Wire Wire Line + 7000 3850 7000 2800 +Wire Wire Line + 7000 2800 6550 2800 +Wire Wire Line + 7050 3450 7050 2650 +Wire Wire Line + 7050 2650 6550 2650 +Wire Wire Line + 7200 1700 7200 2300 +Wire Wire Line + 7200 2300 6550 2300 +Wire Wire Line + 7100 1300 7100 2150 +Wire Wire Line + 7100 2150 6550 2150 +Wire Wire Line + 6550 2400 7550 2400 +Wire Wire Line + 6550 2550 7550 2550 +Wire Wire Line + 8800 1700 8800 2350 +Connection ~ 8800 1700 +Connection ~ 8800 2350 +Wire Wire Line + 8800 2750 8800 3450 +Connection ~ 8800 2750 +Connection ~ 8800 3450 +Wire Wire Line + 10050 1300 10050 2550 +Wire Wire Line + 8800 4900 10050 4900 +Connection ~ 8800 4900 +$Comp +L power:PWR_FLAG #FLG05 +U 1 1 601F2683 +P 4450 3300 +F 0 "#FLG05" H 4450 3375 50 0001 C CNN +F 1 "PWR_FLAG" H 4450 3473 50 0000 C CNN +F 2 "" H 4450 3300 50 0001 C CNN +F 3 "~" H 4450 3300 50 0001 C CNN + 1 4450 3300 + 1 0 0 -1 +$EndComp +Wire Wire Line + 4450 3300 4450 3350 +$Comp +L Device:D D2 +U 1 1 602578D6 +P 8000 1300 +F 0 "D2" H 8000 1083 50 0000 C CNN +F 1 "HER208" H 8000 1174 50 0000 C CNN +F 2 "" H 8000 1300 50 0001 C CNN +F 3 "~" H 8000 1300 50 0001 C CNN + 1 8000 1300 + -1 0 0 1 +$EndComp +$Comp +L Device:D D4 +U 1 1 6025F78F +P 8000 2350 +F 0 "D4" H 8000 2133 50 0000 C CNN +F 1 "HER208" H 8000 2224 50 0000 C CNN +F 2 "" H 8000 2350 50 0001 C CNN +F 3 "~" H 8000 2350 50 0001 C CNN + 1 8000 2350 + -1 0 0 1 +$EndComp +Wire Wire Line + 8150 2350 8400 2350 +$Comp +L Device:D D5 +U 1 1 60262B29 +P 8000 3450 +F 0 "D5" H 8000 3233 50 0000 C CNN +F 1 "HER208" H 8000 3324 50 0000 C CNN +F 2 "" H 8000 3450 50 0001 C CNN +F 3 "~" H 8000 3450 50 0001 C CNN + 1 8000 3450 + -1 0 0 1 +$EndComp +$Comp +L Device:D D6 +U 1 1 60263D38 +P 8000 4500 +F 0 "D6" H 8000 4283 50 0000 C CNN +F 1 "HER208" H 8000 4374 50 0000 C CNN +F 2 "" H 8000 4500 50 0001 C CNN +F 3 "~" H 8000 4500 50 0001 C CNN + 1 8000 4500 + -1 0 0 1 +$EndComp +Wire Wire Line + 7200 1700 8500 1700 +Wire Wire Line + 7100 1300 7650 1300 +Wire Wire Line + 6950 4500 7650 4500 +Wire Wire Line + 6900 4900 8500 4900 +Wire Wire Line + 7000 3850 8500 3850 +Wire Wire Line + 7050 3450 7650 3450 +Wire Wire Line + 10050 4900 10050 3150 +Wire Wire Line + 8800 4500 9750 4500 +Wire Wire Line + 9750 4500 9750 2950 +Wire Wire Line + 9750 2950 10350 2950 +Connection ~ 8800 4500 +Wire Wire Line + 10050 2550 10350 2550 +Wire Wire Line + 10050 3150 10350 3150 +Text GLabel 10350 2550 2 50 Input ~ 0 +HV+ +Text GLabel 10350 3150 2 50 Input ~ 0 +HV_REG- +Text GLabel 10350 2950 2 50 Input ~ 0 +HV_REG+ +Wire Wire Line + 8800 3850 9550 3850 +Wire Wire Line + 9550 3850 9550 2750 +Wire Wire Line + 9550 2750 10350 2750 +Connection ~ 8800 3850 +Text GLabel 10350 2750 2 50 Input ~ 0 +HV- +$EndSCHEMATC diff --git a/Hardware/GammaSpectrometer/HighVoltageStabilizer.sch b/Hardware/GammaSpectrometer/HighVoltageStabilizer.sch new file mode 100644 index 0000000..fc491f0 --- /dev/null +++ b/Hardware/GammaSpectrometer/HighVoltageStabilizer.sch @@ -0,0 +1,136 @@ +EESchema Schematic File Version 4 +EELAYER 30 0 +EELAYER END +$Descr A4 11693 8268 +encoding utf-8 +Sheet 4 4 +Title "" +Date "" +Rev "" +Comp "" +Comment1 "" +Comment2 "" +Comment3 "" +Comment4 "" +$EndDescr +Wire Wire Line + 2450 2700 2200 2700 +Wire Wire Line + 2350 2900 2200 2900 +$Comp +L Device:R R? +U 1 1 5FDE17D5 +P 2600 2700 +F 0 "R?" V 2715 2700 50 0000 C CNN +F 1 "R" V 2806 2700 50 0000 C CNN +F 2 "" V 2530 2700 50 0001 C CNN +F 3 "~" H 2600 2700 50 0001 C CNN + 1 2600 2700 + 0 1 1 0 +$EndComp +$Comp +L Transistor_BJT:BC550 Q? +U 1 1 5FDE1DF6 +P 3100 3100 +F 0 "Q?" H 3291 3146 50 0000 L CNN +F 1 "BC550" H 3291 3055 50 0000 L CNN +F 2 "Package_TO_SOT_THT:TO-92_Inline" H 3300 3025 50 0001 L CIN +F 3 "http://www.fairchildsemi.com/ds/BC/BC547.pdf" H 3100 3100 50 0001 L CNN + 1 3100 3100 + -1 0 0 -1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FDE5047 +P 3600 3100 +F 0 "R?" V 3393 3100 50 0000 C CNN +F 1 "R" V 3484 3100 50 0000 C CNN +F 2 "" V 3530 3100 50 0001 C CNN +F 3 "~" H 3600 3100 50 0001 C CNN + 1 3600 3100 + 0 1 1 0 +$EndComp +$Comp +L Device:R R? +U 1 1 5FDE52F8 +P 3400 3400 +F 0 "R?" H 3330 3354 50 0000 R CNN +F 1 "R" H 3330 3445 50 0000 R CNN +F 2 "" V 3330 3400 50 0001 C CNN +F 3 "~" H 3400 3400 50 0001 C CNN + 1 3400 3400 + -1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FDE6533 +P 5550 3150 +F 0 "R?" H 5480 3104 50 0000 R CNN +F 1 "R" H 5480 3195 50 0000 R CNN +F 2 "" V 5480 3150 50 0001 C CNN +F 3 "~" H 5550 3150 50 0001 C CNN + 1 5550 3150 + -1 0 0 1 +$EndComp +$Comp +L Device:R R? +U 1 1 5FDE6724 +P 5550 2550 +F 0 "R?" H 5480 2504 50 0000 R CNN +F 1 "R" H 5480 2595 50 0000 R CNN +F 2 "" V 5480 2550 50 0001 C CNN +F 3 "~" H 5550 2550 50 0001 C CNN + 1 5550 2550 + -1 0 0 1 +$EndComp +Wire Wire Line + 2350 2900 2350 3750 +Wire Wire Line + 2350 3750 3000 3750 +Wire Wire Line + 5550 3750 5550 3300 +Wire Wire Line + 3000 3300 3000 3750 +Connection ~ 3000 3750 +Wire Wire Line + 3000 3750 3400 3750 +Wire Wire Line + 2750 2700 3000 2700 +Wire Wire Line + 3000 2700 3000 2900 +Wire Wire Line + 2350 1700 5550 1700 +Wire Wire Line + 5550 1700 5550 2400 +Wire Wire Line + 5550 2700 5550 3000 +Text GLabel 2200 2300 0 50 Input ~ 0 +HV+ +Text GLabel 2200 2900 0 50 Input ~ 0 +HV_REG- +Text GLabel 2200 2700 0 50 Input ~ 0 +HV_REG+ +Text GLabel 2200 2500 0 50 Input ~ 0 +HV- +Wire Wire Line + 2200 2300 2350 2300 +Wire Wire Line + 2350 2300 2350 1700 +Wire Wire Line + 3000 2500 3000 2700 +Connection ~ 3000 2700 +Wire Wire Line + 2200 2500 3000 2500 +Wire Wire Line + 3300 3100 3400 3100 +Wire Wire Line + 3400 3250 3400 3100 +Connection ~ 3400 3100 +Wire Wire Line + 3400 3100 3450 3100 +Wire Wire Line + 3400 3550 3400 3750 +Connection ~ 3400 3750 +Wire Wire Line + 3400 3750 5550 3750 +$EndSCHEMATC diff --git a/Hardware/GammaSpectrometer/README.md b/Hardware/GammaSpectrometer/README.md new file mode 100644 index 0000000..b5e5b3a --- /dev/null +++ b/Hardware/GammaSpectrometer/README.md @@ -0,0 +1,46 @@ +# GammaSpectrometer Main Board (Data Acquisition + High Voltage Power Supply) + +## Data Acquisition + +### Architecture + + + +### Assumptions + +1 Msps, 16bit ADC will be used [MCP33131-10](https://www.tme.eu/Document/a5a4283a1bfa7721eddf2e7bc5de5352/MCP33131-MCP33121-MCP33111.pdf) + +Least significant bit (LSB) voltage: + +```Q = 2.5V / (2^16) = 35uV``` + +MFB Filter should use unity-gain stable, VFB op amp. + +## High Voltage Power Supply + +## Architecture + + + + + +### Assumptions + +Topology: Flyback +Mode: Discontinuous Conduction Mode + +All resistors in voltage divider should be rated 150V or more and have the same temperature coefficient. + + +### PCB clearance for High Voltage tracks + +Calculations based on [IPC-2221A](http://www-eng.lbl.gov/~shuman/NEXT/CURRENT_DESIGN/TP/MATERIALS/IPC-2221A(L).pdf#page=52&zoom=100,0,0), Table 1-6. + + +1100V - 500V = 600V +0.25 mm + (600V * 0.0025 mm) = +0.25 + (600 * 0.0025) = 1.75mm diff --git a/Hardware/GammaSpectrometer/fp-lib-table b/Hardware/GammaSpectrometer/fp-lib-table new file mode 100644 index 0000000..f52a496 --- /dev/null +++ b/Hardware/GammaSpectrometer/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name GammaSpectrometer)(type KiCad)(uri ${KIPRJMOD}/GammaSpectrometer.pretty)(options "")(descr "")) +) diff --git a/Hardware/GammaSpectrometer/sym-lib-table b/Hardware/GammaSpectrometer/sym-lib-table new file mode 100644 index 0000000..a714ff2 --- /dev/null +++ b/Hardware/GammaSpectrometer/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name GammaSpectrometer)(type Legacy)(uri ${KIPRJMOD}/GammaSpectrometer.lib)(options "")(descr "")) +) diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply-cache.lib b/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply-cache.lib deleted file mode 100644 index 9786c5e..0000000 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply-cache.lib +++ /dev/null @@ -1,407 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# Connector_Conn_01x01_Male -# -DEF Connector_Conn_01x01_Male J 0 40 Y N 1 F N -F0 "J" 0 100 50 H V C CNN -F1 "Connector_Conn_01x01_Male" 0 -100 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Connector*:* -$ENDFPLIST -DRAW -S 34 5 0 -5 1 1 6 F -P 2 1 1 6 50 0 34 0 N -X Pin_1 1 200 0 150 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_Conn_01x02_Female -# -DEF Connector_Conn_01x02_Female J 0 40 Y N 1 F N -F0 "J" 0 100 50 H V C CNN -F1 "Connector_Conn_01x02_Female" 0 -200 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Connector*:*_1x??_* -$ENDFPLIST -DRAW -A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 -A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 -P 2 1 1 6 -50 -100 -20 -100 N -P 2 1 1 6 -50 0 -20 0 N -X Pin_1 1 -200 0 150 R 50 50 1 1 P -X Pin_2 2 -200 -100 150 R 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_Conn_01x06_Female -# -DEF Connector_Conn_01x06_Female J 0 40 Y N 1 F N -F0 "J" 0 300 50 H V C CNN -F1 "Connector_Conn_01x06_Female" 0 -400 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Connector*:*_1x??_* -$ENDFPLIST -DRAW -A 0 -300 20 901 -901 1 1 6 N 0 -280 0 -320 -A 0 -200 20 901 -901 1 1 6 N 0 -180 0 -220 -A 0 -100 20 901 -901 1 1 6 N 0 -80 0 -120 -A 0 0 20 901 -901 1 1 6 N 0 20 0 -20 -A 0 100 20 901 -901 1 1 6 N 0 120 0 80 -A 0 200 20 901 -901 1 1 6 N 0 220 0 180 -P 2 1 1 6 -50 -300 -20 -300 N -P 2 1 1 6 -50 -200 -20 -200 N -P 2 1 1 6 -50 -100 -20 -100 N -P 2 1 1 6 -50 0 -20 0 N -P 2 1 1 6 -50 100 -20 100 N -P 2 1 1 6 -50 200 -20 200 N -X Pin_1 1 -200 200 150 R 50 50 1 1 P -X Pin_2 2 -200 100 150 R 50 50 1 1 P -X Pin_3 3 -200 0 150 R 50 50 1 1 P -X Pin_4 4 -200 -100 150 R 50 50 1 1 P -X Pin_5 5 -200 -200 150 R 50 50 1 1 P -X Pin_6 6 -200 -300 150 R 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Connector_TestPoint -# -DEF Connector_TestPoint TP 0 30 N N 1 F N -F0 "TP" 0 270 50 H V C CNN -F1 "Connector_TestPoint" 0 200 50 H V C CNN -F2 "" 200 0 50 H I C CNN -F3 "" 200 0 50 H I C CNN -$FPLIST - Pin* - Test* -$ENDFPLIST -DRAW -C 0 130 30 0 1 0 N -X 1 1 0 0 100 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_C -# -DEF Device_C C 0 10 N Y 1 F N -F0 "C" 25 100 50 H V L CNN -F1 "Device_C" 25 -100 50 H V L CNN -F2 "" 38 -150 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - C_* -$ENDFPLIST -DRAW -P 2 0 1 20 -80 -30 80 -30 N -P 2 0 1 20 -80 30 80 30 N -X ~ 1 0 150 110 D 50 50 1 1 P -X ~ 2 0 -150 110 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_CP -# -DEF Device_CP C 0 10 N Y 1 F N -F0 "C" 25 100 50 H V L CNN -F1 "Device_CP" 25 -100 50 H V L CNN -F2 "" 38 -150 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - CP_* -$ENDFPLIST -DRAW -S -90 20 90 40 0 1 0 N -S 90 -20 -90 -40 0 1 0 F -P 2 0 1 0 -70 90 -30 90 N -P 2 0 1 0 -50 110 -50 70 N -X ~ 1 0 150 110 D 50 50 1 1 P -X ~ 2 0 -150 110 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_D_Schottky -# -DEF Device_D_Schottky D 0 40 N N 1 F N -F0 "D" 0 100 50 H V C CNN -F1 "Device_D_Schottky" 0 -100 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - TO-???* - *_Diode_* - *SingleDiode* - D_* -$ENDFPLIST -DRAW -P 2 0 1 0 50 0 -50 0 N -P 4 0 1 10 50 50 50 -50 -50 0 50 50 N -P 6 0 1 10 -75 25 -75 50 -50 50 -50 -50 -25 -50 -25 -25 N -X K 1 -150 0 100 R 50 50 1 1 P -X A 2 150 0 100 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_D_Zener -# -DEF Device_D_Zener D 0 40 N N 1 F N -F0 "D" 0 100 50 H V C CNN -F1 "Device_D_Zener" 0 -100 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - TO-???* - *_Diode_* - *SingleDiode* - D_* -$ENDFPLIST -DRAW -P 2 0 1 0 50 0 -50 0 N -P 3 0 1 10 -50 -50 -50 50 -30 50 N -P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N -X K 1 -150 0 100 R 50 50 1 1 P -X A 2 150 0 100 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_L -# -DEF Device_L L 0 40 N N 1 F N -F0 "L" -50 0 50 V V C CNN -F1 "Device_L" 75 0 50 V V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Choke_* - *Coil* - Inductor_* - L_* -$ENDFPLIST -DRAW -A 0 -75 25 -899 899 0 1 0 N 0 -100 0 -50 -A 0 -25 25 -899 899 0 1 0 N 0 -50 0 0 -A 0 25 25 -899 899 0 1 0 N 0 0 0 50 -A 0 75 25 -899 899 0 1 0 N 0 50 0 100 -X 1 1 0 150 50 D 50 50 1 1 P -X 2 2 0 -150 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_L_Core_Ferrite -# -DEF Device_L_Core_Ferrite L 0 40 N N 1 F N -F0 "L" -50 0 50 V V C CNN -F1 "Device_L_Core_Ferrite" 110 0 50 V V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - Choke_* - *Coil* - Inductor_* - L_* -$ENDFPLIST -DRAW -A 0 -75 25 -899 899 0 1 0 N 0 -100 0 -50 -A 0 -25 25 -899 899 0 1 0 N 0 -50 0 0 -A 0 25 25 -899 899 0 1 0 N 0 0 0 50 -A 0 75 25 -899 899 0 1 0 N 0 50 0 100 -P 2 0 1 0 40 -110 40 -90 N -P 2 0 1 0 40 -70 40 -50 N -P 2 0 1 0 40 -30 40 -10 N -P 2 0 1 0 40 10 40 30 N -P 2 0 1 0 40 50 40 70 N -P 2 0 1 0 40 90 40 110 N -P 2 0 1 0 60 -90 60 -110 N -P 2 0 1 0 60 -50 60 -70 N -P 2 0 1 0 60 -10 60 -30 N -P 2 0 1 0 60 30 60 10 N -P 2 0 1 0 60 70 60 50 N -P 2 0 1 0 60 110 60 90 N -X 1 1 0 150 50 D 50 50 1 1 P -X 2 2 0 -150 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_R -# -DEF Device_R R 0 0 N Y 1 F N -F0 "R" 80 0 50 V V C CNN -F1 "Device_R" 0 0 50 V V C CNN -F2 "" -70 0 50 V I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - R_* -$ENDFPLIST -DRAW -S -40 -100 40 100 0 1 10 N -X ~ 1 0 150 50 D 50 50 1 1 P -X ~ 2 0 -150 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_Thermistor_NTC -# -DEF Device_Thermistor_NTC TH 0 0 N Y 1 F N -F0 "TH" -175 0 50 V V C CNN -F1 "Device_Thermistor_NTC" 125 0 50 V V C CNN -F2 "" 0 50 50 H I C CNN -F3 "" 0 50 50 H I C CNN -$FPLIST - *NTC* - *Thermistor* - PIN?ARRAY* - bornier* - *Terminal?Block* - R_* -$ENDFPLIST -DRAW -A -126 88 7 -265 818 0 1 0 N -120 85 -125 95 -A -110 85 10 1800 -900 0 1 0 N -120 85 -110 75 -A -110 85 10 -900 0 0 1 0 N -110 75 -100 85 -A -110 110 10 0 900 0 1 0 N -100 110 -110 120 -A -110 110 10 900 1800 0 1 0 N -110 120 -120 110 -A -110 110 10 1800 -900 0 1 0 N -120 110 -110 100 -A -104 119 20 -1075 -253 0 1 0 N -110 100 -85 110 -S -40 100 40 -100 0 1 10 N -P 2 0 1 0 -100 85 -100 110 N -P 4 0 1 0 -70 100 -70 60 70 -60 70 -100 N -P 6 0 1 0 -100 -145 -100 -55 -110 -85 -90 -85 -100 -55 -100 -65 F -P 6 0 1 0 -70 -55 -70 -145 -80 -115 -60 -115 -70 -145 -70 -135 F -X ~ 1 0 150 50 D 50 50 1 1 P -X ~ 2 0 -150 50 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Device_Transformer_1P_1S -# -DEF Device_Transformer_1P_1S T 0 40 Y N 1 F N -F0 "T" 0 250 50 H V C CNN -F1 "Device_Transformer_1P_1S" 0 -300 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -A -100 -150 50 899 1 0 1 0 N -100 -100 -50 -150 -A -100 -150 50 -1 -899 0 1 0 N -50 -150 -100 -199 -A -100 -50 50 899 1 0 1 0 N -100 0 -50 -50 -A -100 -50 50 -1 -899 0 1 0 N -50 -50 -100 -99 -A -100 50 50 899 1 0 1 0 N -100 100 -50 50 -A -100 50 50 -1 -899 0 1 0 N -50 50 -100 1 -A -100 150 50 899 1 0 1 0 N -100 200 -50 150 -A -100 150 50 -1 -899 0 1 0 N -50 150 -100 101 -A 100 -50 50 899 -1799 0 1 0 N 100 0 51 -50 -A 100 -50 50 1799 -899 0 1 0 N 51 -50 100 -99 -A 100 50 50 899 -1799 0 1 0 N 100 100 51 50 -A 100 50 50 1799 -899 0 1 0 N 51 50 100 1 -A 100 150 50 899 -1799 0 1 0 N 100 200 51 150 -A 100 150 50 1799 -899 0 1 0 N 51 150 100 101 -A 101 -150 50 910 -1799 0 1 0 N 101 -100 52 -150 -A 101 -150 50 -912 -1799 0 1 0 N 101 -199 52 -150 -P 2 0 1 0 -25 200 -25 -200 N -P 2 0 1 0 25 -200 25 200 N -X AA 1 -400 200 300 R 50 50 1 1 P -X AB 2 -400 -200 300 R 50 50 1 1 P -X SA 3 400 -200 300 L 50 50 1 1 P -X SB 4 400 200 300 L 50 50 1 1 P -ENDDRAW -ENDDEF -# -# Driver_FET_MCP1416 -# -DEF Driver_FET_MCP1416 U 0 20 Y Y 1 F N -F0 "U" -200 250 50 H V L CNN -F1 "Driver_FET_MCP1416" 50 250 50 H V L CNN -F2 "Package_TO_SOT_SMD:SOT-23-5" 0 -400 50 H I C CIN -F3 "" -200 250 50 H I C CNN -$FPLIST - SOT?23* -$ENDFPLIST -DRAW -S -200 200 300 -200 0 1 10 f -X NC 1 300 -100 100 L 50 50 1 1 N N -X Vdd 2 0 300 100 D 50 50 1 1 W -X IN 3 -300 0 100 R 50 50 1 1 I -X GND 4 0 -300 100 U 50 50 1 1 W -X OUT 5 400 0 100 L 50 50 1 1 O -ENDDRAW -ENDDEF -# -# Mechanical_MountingHole_Pad -# -DEF Mechanical_MountingHole_Pad H 0 40 N N 1 F N -F0 "H" 0 250 50 H V C CNN -F1 "Mechanical_MountingHole_Pad" 0 175 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -$FPLIST - MountingHole*Pad* -$ENDFPLIST -DRAW -C 0 50 50 0 1 50 N -X 1 1 0 -100 100 U 50 50 1 1 I -ENDDRAW -ENDDEF -# -# Transistor_FET_IRF740 -# -DEF Transistor_FET_IRF740 Q 0 20 Y N 1 F N -F0 "Q" 250 75 50 H V L CNN -F1 "Transistor_FET_IRF740" 250 0 50 H V L CNN -F2 "Package_TO_SOT_THT:TO-220-3_Vertical" 250 -75 50 H I L CIN -F3 "" 0 0 50 H I L CNN -ALIAS IRF3205 IRF540N IRF740 IRLB8721PBF IRLZ34N IRLZ44N VNP10N07 IPP060N06N -$FPLIST - TO?220* -$ENDFPLIST -DRAW -C 65 0 110 0 1 10 N -C 100 -70 10 0 1 0 F -C 100 70 10 0 1 0 F -P 2 0 1 0 10 0 -100 0 N -P 2 0 1 10 10 75 10 -75 N -P 2 0 1 10 30 -50 30 -90 N -P 2 0 1 10 30 20 30 -20 N -P 2 0 1 10 30 90 30 50 N -P 2 0 1 0 100 100 100 70 N -P 3 0 1 0 100 -100 100 0 30 0 N -P 4 0 1 0 30 -70 130 -70 130 70 30 70 N -P 4 0 1 0 40 0 80 15 80 -15 40 0 F -P 4 0 1 0 110 20 115 15 145 15 150 10 N -P 4 0 1 0 130 15 115 -10 145 -10 130 15 N -X G 1 -200 0 100 R 50 50 1 1 I -X D 2 100 200 100 D 50 50 1 1 P -X S 3 100 -200 100 U 50 50 1 1 P -ENDDRAW -ENDDEF -# -# power_GND -# -DEF power_GND #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 -250 50 H I C CNN -F1 "power_GND" 0 -150 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N -X GND 1 0 0 0 D 50 50 1 1 W N -ENDDRAW -ENDDEF -# -# power_PWR_FLAG -# -DEF power_PWR_FLAG #FLG 0 0 N N 1 F P -F0 "#FLG" 0 75 50 H I C CNN -F1 "power_PWR_FLAG" 0 150 50 H V C CNN -F2 "" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 6 0 1 0 0 0 0 50 -40 75 0 100 40 75 0 50 N -X pwr 1 0 0 0 U 50 50 0 0 w -ENDDRAW -ENDDEF -# -#End Library diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.kicad_pcb b/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.kicad_pcb deleted file mode 100644 index 30e9bca..0000000 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.kicad_pcb +++ /dev/null @@ -1,3569 +0,0 @@ -(kicad_pcb (version 20171130) (host pcbnew "(5.1.6)-1") - - (general - (thickness 1.6) - (drawings 124) - (tracks 25) - (zones 0) - (modules 52) - (nets 27) - ) - - (page A4) - (layers - (0 F.Cu signal) - (31 B.Cu signal hide) - (32 B.Adhes user hide) - (33 F.Adhes user hide) - (34 B.Paste user) - (35 F.Paste user) - (36 B.SilkS user hide) - (37 F.SilkS user) - (38 B.Mask user hide) - (39 F.Mask user hide) - (40 Dwgs.User user hide) - (41 Cmts.User user hide) - (42 Eco1.User user hide) - (43 Eco2.User user hide) - (44 Edge.Cuts user) - (45 Margin user hide) - (46 B.CrtYd user hide) - (47 F.CrtYd user hide) - (48 B.Fab user hide) - (49 F.Fab user hide) - ) - - (setup - (last_trace_width 0.25) - (user_trace_width 0.4064) - (user_trace_width 1) - (user_trace_width 1.5) - (trace_clearance 0.2) - (zone_clearance 0.508) - (zone_45_only no) - (trace_min 0.2) - (via_size 0.8) - (via_drill 0.4) - (via_min_size 0.4) - (via_min_drill 0.3) - (user_via 1.3 0.6) - (uvia_size 0.3) - (uvia_drill 0.1) - (uvias_allowed no) - (uvia_min_size 0.2) - (uvia_min_drill 0.1) - (edge_width 0.05) - (segment_width 0.2) - (pcb_text_width 0.3) - (pcb_text_size 1.5 1.5) - (mod_edge_width 0.12) - (mod_text_size 1 1) - (mod_text_width 0.15) - (pad_size 1.524 1.524) - (pad_drill 0.762) - (pad_to_mask_clearance 0.05) - (aux_axis_origin 0 0) - (visible_elements 7FFFFFFF) - (pcbplotparams - (layerselection 0x010fc_ffffffff) - (usegerberextensions false) - (usegerberattributes true) - (usegerberadvancedattributes true) - (creategerberjobfile true) - (excludeedgelayer true) - (linewidth 0.100000) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 15.000000) - (psnegative false) - (psa4output false) - (plotreference true) - (plotvalue true) - (plotinvisibletext false) - (padsonsilk false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 1) - (scaleselection 1) - (outputdirectory "")) - ) - - (net 0 "") - (net 1 "Net-(C1-Pad1)") - (net 2 "Net-(C13-Pad2)") - (net 3 GND) - (net 4 "Net-(C10-Pad2)") - (net 5 "Net-(R16-Pad2)") - (net 6 /VCC_OPAMP) - (net 7 "Net-(C10-Pad1)") - (net 8 "Net-(C11-Pad1)") - (net 9 "Net-(R14-Pad2)") - (net 10 "Net-(R13-Pad2)") - (net 11 /V_DIVIDER) - (net 12 "Net-(J1-Pad1)") - (net 13 "Net-(J2-Pad1)") - (net 14 "Net-(J4-Pad6)") - (net 15 "Net-(J4-Pad5)") - (net 16 "Net-(J4-Pad2)") - (net 17 "Net-(Q1-Pad1)") - (net 18 "Net-(R7-Pad2)") - (net 19 "Net-(R11-Pad1)") - (net 20 "Net-(R11-Pad2)") - (net 21 "Net-(R12-Pad2)") - (net 22 "Net-(C11-Pad2)") - (net 23 "Net-(R6-Pad2)") - (net 24 "Net-(C12-Pad2)") - (net 25 "Net-(R4-Pad2)") - (net 26 "Net-(R5-Pad2)") - - (net_class Default "This is the default net class." - (clearance 0.2) - (trace_width 0.25) - (via_dia 0.8) - (via_drill 0.4) - (uvia_dia 0.3) - (uvia_drill 0.1) - (add_net /VCC_OPAMP) - (add_net /V_DIVIDER) - (add_net GND) - (add_net "Net-(C11-Pad2)") - (add_net "Net-(C12-Pad2)") - (add_net "Net-(C9-Pad2)") - (add_net "Net-(D1-Pad2)") - (add_net "Net-(J1-Pad1)") - (add_net "Net-(J2-Pad1)") - (add_net "Net-(J4-Pad2)") - (add_net "Net-(J4-Pad5)") - (add_net "Net-(J4-Pad6)") - (add_net "Net-(Q1-Pad1)") - (add_net "Net-(R11-Pad1)") - (add_net "Net-(R11-Pad2)") - (add_net "Net-(R12-Pad2)") - (add_net "Net-(R4-Pad2)") - (add_net "Net-(R5-Pad2)") - (add_net "Net-(R6-Pad2)") - (add_net "Net-(R7-Pad2)") - (add_net "Net-(U1-Pad1)") - ) - - (net_class "high voltage" "" - (clearance 0.6) - (trace_width 1) - (via_dia 0.8) - (via_drill 0.4) - (uvia_dia 0.3) - (uvia_drill 0.1) - (add_net "Net-(C1-Pad1)") - (add_net "Net-(C10-Pad1)") - (add_net "Net-(C10-Pad2)") - (add_net "Net-(C11-Pad1)") - (add_net "Net-(C13-Pad2)") - (add_net "Net-(C2-Pad1)") - (add_net "Net-(R13-Pad2)") - (add_net "Net-(R14-Pad2)") - (add_net "Net-(R16-Pad2)") - ) - - (module Package_TO_SOT_SMD:TO-252-2 (layer F.Cu) (tedit 5A70A390) (tstamp 5FB3C077) - (at 116.332 88.138) - (descr "TO-252 / DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/") - (tags "DPAK TO-252 DPAK-3 TO-252-3 SOT-428") - (path /5FBF1637) - (attr smd) - (fp_text reference Q1 (at 0 -4.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value IRF740 (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 3.95 -2.7) (end 4.95 -2.7) (layer F.Fab) (width 0.1)) - (fp_line (start 4.95 -2.7) (end 4.95 2.7) (layer F.Fab) (width 0.1)) - (fp_line (start 4.95 2.7) (end 3.95 2.7) (layer F.Fab) (width 0.1)) - (fp_line (start 3.95 -3.25) (end 3.95 3.25) (layer F.Fab) (width 0.1)) - (fp_line (start 3.95 3.25) (end -2.27 3.25) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 3.25) (end -2.27 -2.25) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 -2.25) (end -1.27 -3.25) (layer F.Fab) (width 0.1)) - (fp_line (start -1.27 -3.25) (end 3.95 -3.25) (layer F.Fab) (width 0.1)) - (fp_line (start -1.865 -2.655) (end -4.97 -2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 -2.655) (end -4.97 -1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 -1.905) (end -2.27 -1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -2.27 1.905) (end -4.97 1.905) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 1.905) (end -4.97 2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -4.97 2.655) (end -2.27 2.655) (layer F.Fab) (width 0.1)) - (fp_line (start -0.97 -3.45) (end -2.47 -3.45) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 -3.45) (end -2.47 -3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 -3.18) (end -5.3 -3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.97 3.45) (end -2.47 3.45) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 3.45) (end -2.47 3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.47 3.18) (end -3.57 3.18) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.55 -3.5) (end -5.55 3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.55 3.5) (end 5.55 3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.55 3.5) (end 5.55 -3.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.55 -3.5) (end -5.55 -3.5) (layer F.CrtYd) (width 0.05)) - (pad "" smd rect (at 0.425 1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 3.775 -1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 0.425 -1.525) (size 3.05 2.75) (layers F.Paste)) - (pad "" smd rect (at 3.775 1.525) (size 3.05 2.75) (layers F.Paste)) - (pad 2 smd rect (at 2.1 0) (size 6.4 5.8) (layers F.Cu F.Mask)) - (pad 3 smd rect (at -4.2 2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) - (net 3 GND)) - (pad 1 smd rect (at -4.2 -2.28) (size 2.2 1.2) (layers F.Cu F.Paste F.Mask) - (net 17 "Net-(Q1-Pad1)")) - (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/TO-252-2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB40D5A) - (at 128.778 129.286) - (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags capacitor) - (path /5FEBE216) - (attr smd) - (fp_text reference C9 (at 0 -1.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10u (at 0 1.82) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2)) - (pad 1 smd roundrect (at -1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB3BFB3) - (at 104.75 106.728) - (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags capacitor) - (path /5FCFF67B) - (attr smd) - (fp_text reference C8 (at 0 -1.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 100n (at 0 1.82) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 1 "Net-(C1-Pad1)")) - (pad 1 smd roundrect (at -1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FA57B34) - (at 126.492 138.755 270) - (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags capacitor) - (path /60DF8587) - (attr smd) - (fp_text reference C7 (at 0 -1.82 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10u (at 0 1.82 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0 90) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 4 "Net-(C10-Pad2)")) - (pad 1 smd roundrect (at -1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FB3BFA2) - (at 100 106.728) - (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags capacitor) - (path /5FCFFC2C) - (attr smd) - (fp_text reference C6 (at 0 -1.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 1u (at 0 1.82) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 1 "Net-(C1-Pad1)")) - (pad 1 smd roundrect (at -1.4 0) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_1206_3216Metric (layer F.Cu) (tedit 5B301BBE) (tstamp 5FA578C4) - (at 124.46 138.755 270) - (descr "Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags capacitor) - (path /5FFC76E0) - (attr smd) - (fp_text reference C5 (at 0 -1.82 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10u (at 0 1.82 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0 90) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 4 "Net-(C10-Pad2)")) - (pad 1 smd roundrect (at -1.4 0 270) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Diode_SMD:D_SMB (layer F.Cu) (tedit 58645DF3) (tstamp 5FB3FF0D) - (at 121.92 104.648) - (descr "Diode SMB (DO-214AA)") - (tags "Diode SMB (DO-214AA)") - (path /5FC45ED9) - (attr smd) - (fp_text reference D3 (at 0 -3) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value SM518 (at 0 3.1) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 -3) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -3.55 -2.15) (end -3.55 2.15) (layer F.SilkS) (width 0.12)) - (fp_line (start 2.3 2) (end -2.3 2) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 2) (end -2.3 -2) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 -2) (end 2.3 2) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 -2) (end -2.3 -2) (layer F.Fab) (width 0.1)) - (fp_line (start -3.65 -2.25) (end 3.65 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.65 -2.25) (end 3.65 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.65 2.25) (end -3.65 2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.65 2.25) (end -3.65 -2.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) - (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) - (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) - (fp_line (start -3.55 2.15) (end 2.15 2.15) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.55 -2.15) (end 2.15 -2.15) (layer F.SilkS) (width 0.12)) - (pad 2 smd rect (at 2.15 0) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask) - (net 8 "Net-(C11-Pad1)")) - (pad 1 smd rect (at -2.15 0) (size 2.5 2.3) (layers F.Cu F.Paste F.Mask) - (net 24 "Net-(C12-Pad2)")) - (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMB.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FB3F1EF) - (at 109.129 131.906) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FE20CFD) - (attr virtual) - (fp_text reference TP2 (at 0 -1.648) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 24 "Net-(C12-Pad2)")) - ) - - (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE85) - (at 114.664 124.206) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") - (tags "capacitor electrolytic") - (path /5FE76E2E) - (attr smd) - (fp_text reference C4 (at 0 -6.2) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 470u/25V (at 0 6.2) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) - (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) - (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) - (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 3 GND)) - (pad 1 smd roundrect (at -4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 4 "Net-(C10-Pad2)")) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3BF2D) - (at 80.264 115.57) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") - (tags "capacitor electrolytic") - (path /5FC8063E) - (attr smd) - (fp_text reference C3 (at 0 -6.2) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 470u/25V (at 0 6.2) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) - (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) - (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) - (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 3 GND)) - (pad 1 smd roundrect (at -4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 4 "Net-(C10-Pad2)")) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE36) - (at 100.584 136.056) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") - (tags "capacitor electrolytic") - (path /5FEABFF8) - (attr smd) - (fp_text reference C2 (at 0 -6.2) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 470u/25V (at 0 6.2) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) - (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) - (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) - (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 3 GND)) - (pad 1 smd roundrect (at -4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:CP_Elec_10x10 (layer F.Cu) (tedit 5BCA39D1) (tstamp 5FB3EE0E) - (at 100.584 124.206) - (descr "SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm") - (tags "capacitor electrolytic") - (path /5FE7E3FD) - (attr smd) - (fp_text reference C1 (at 0 -6.2) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 470u/25V (at 0 6.2) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 5 0) (layer F.Fab) (width 0.1)) - (fp_line (start 5.15 -5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 -5.15) (end 5.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.15 5.15) (end 5.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -5.15 4.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 -4.15) (end -4.15 -5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -5.15 4.15) (end -4.15 5.15) (layer F.Fab) (width 0.1)) - (fp_line (start -4.558325 -1.7) (end -3.558325 -1.7) (layer F.Fab) (width 0.1)) - (fp_line (start -4.058325 -2.2) (end -4.058325 -1.2) (layer F.Fab) (width 0.1)) - (fp_line (start 5.26 5.26) (end 5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.26 -5.26) (end 5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 -5.26) (end 5.26 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.195563 5.26) (end 5.26 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -5.26 1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -5.26 -1.51) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 -4.195563) (end -4.195563 -5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -5.26 4.195563) (end -4.195563 5.26) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.75 -2.76) (end -5.5 -2.76) (layer F.SilkS) (width 0.12)) - (fp_line (start -6.125 -3.385) (end -6.125 -2.135) (layer F.SilkS) (width 0.12)) - (fp_line (start 5.4 -5.4) (end 5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 -1.5) (end 6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 -1.5) (end 6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 6.25 1.5) (end 5.4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 5.4 1.5) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 5.4) (end 5.4 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4.25 -5.4) (end 5.4 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 4.25) (end -4.25 5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -4.25 -5.4) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -4.25) (end -5.4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 1.5) (end -5.4 4.25) (layer F.CrtYd) (width 0.05)) - (fp_line (start -5.4 -1.5) (end -6.25 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 -1.5) (end -6.25 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -6.25 1.5) (end -5.4 1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 3 GND)) - (pad 1 smd roundrect (at -4 0) (size 4 2.5) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.1) - (net 1 "Net-(C1-Pad1)")) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_10x10.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Package_TO_SOT_SMD:SOT-23-5 (layer F.Cu) (tedit 5A02FF57) (tstamp 5FB3C277) - (at 90.45 106.768) - (descr "5-pin SOT23 package") - (tags SOT-23-5) - (path /5FCD6773) - (attr smd) - (fp_text reference U1 (at 0 -2.9) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MCP1416 (at 0 2.9) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0 90) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.075))) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer F.SilkS) (width 0.12)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.9 -1.8) (end 1.9 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.9 -1.8) (end 1.9 1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.9 1.8) (end -1.9 1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.9 1.8) (end -1.9 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer F.Fab) (width 0.1)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer F.Fab) (width 0.1)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer F.Fab) (width 0.1)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer F.Fab) (width 0.1)) - (pad 5 smd rect (at 1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) - (net 17 "Net-(Q1-Pad1)")) - (pad 4 smd rect (at 1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) - (net 3 GND)) - (pad 3 smd rect (at -1.1 0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) - (net 15 "Net-(J4-Pad5)")) - (pad 2 smd rect (at -1.1 0) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask) - (net 1 "Net-(C1-Pad1)")) - (pad 1 smd rect (at -1.1 -0.95) (size 1.06 0.65) (layers F.Cu F.Paste F.Mask)) - (model ${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FB3C0F3) - (at 83.61 102.418) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /5FB36EF5) - (fp_text reference R3 (at 5.08 -2.37) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 7 "Net-(C10-Pad1)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 4 "Net-(C10-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FB3C0DC) - (at 96.92 94.318) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /5FCB3AC1) - (fp_text reference R18 (at 5.08 -2.37) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 2 "Net-(C13-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 13 "Net-(J2-Pad1)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FB3C08E) - (at 83.61 94.318) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /5FB858F8) - (fp_text reference R10 (at 5.08 -2.37) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 22 "Net-(C11-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 24 "Net-(C12-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FB3BF91) - (at 104.75 103.778) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path /5FBA00F1) - (attr smd) - (fp_text reference C13 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 2 "Net-(C13-Pad2)")) - (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FB3BF6F) - (at 100 103.778) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path /5FC490E7) - (attr smd) - (fp_text reference C12 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 24 "Net-(C12-Pad2)")) - (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 3 GND)) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FB3BF5E) - (at 109.27 97.818) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path /5FB367F0) - (attr smd) - (fp_text reference C10 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 4 "Net-(C10-Pad2)")) - (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 7 "Net-(C10-Pad1)")) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder (layer F.Cu) (tedit 5B36C52B) (tstamp 5FB3BF08) - (at 95.25 105.918) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path /5FB85DD3) - (attr smd) - (fp_text reference C11 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TBD (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) (layer F.CrtYd) (width 0.05)) - (pad 2 smd roundrect (at 1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 22 "Net-(C11-Pad2)")) - (pad 1 smd roundrect (at -1.025 0) (size 1.15 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.217391) - (net 8 "Net-(C11-Pad1)")) - (model ${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Diode_SMD:D_SMA (layer F.Cu) (tedit 586432E5) (tstamp 5FAD52F7) - (at 134.62 112.776 180) - (descr "Diode SMA (DO-214AC)") - (tags "Diode SMA (DO-214AC)") - (path /60140EC5) - (attr smd) - (fp_text reference D2 (at -4.9845 0 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 5V (at 0 2.6) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -3.4 -1.65) (end 2 -1.65) (layer F.SilkS) (width 0.12)) - (fp_line (start -3.4 1.65) (end 2 1.65) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.64944 0.00102) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 0.00102) (end 0.50118 0.75032) (layer F.Fab) (width 0.1)) - (fp_line (start 0.50118 0.75032) (end 0.50118 -0.79908) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 -0.79908) (end -0.64944 0.80112) (layer F.Fab) (width 0.1)) - (fp_line (start 0.50118 0.00102) (end 1.4994 0.00102) (layer F.Fab) (width 0.1)) - (fp_line (start -0.64944 0.00102) (end -1.55114 0.00102) (layer F.Fab) (width 0.1)) - (fp_line (start -3.5 1.75) (end -3.5 -1.75) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.5 1.75) (end -3.5 1.75) (layer F.CrtYd) (width 0.05)) - (fp_line (start 3.5 -1.75) (end 3.5 1.75) (layer F.CrtYd) (width 0.05)) - (fp_line (start -3.5 -1.75) (end 3.5 -1.75) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.3 -1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 -1.5) (end 2.3 1.5) (layer F.Fab) (width 0.1)) - (fp_line (start -2.3 1.5) (end -2.3 -1.5) (layer F.Fab) (width 0.1)) - (fp_line (start 2.3 1.5) (end -2.3 1.5) (layer F.Fab) (width 0.1)) - (fp_line (start -3.4 -1.65) (end -3.4 1.65) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -2.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 smd rect (at 2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) - (net 3 GND)) - (pad 1 smd rect (at -2 0 180) (size 2.5 1.8) (layers F.Cu F.Paste F.Mask) - (net 11 /V_DIVIDER)) - (model ${KISYS3DMOD}/Diode_SMD.3dshapes/D_SMA.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FABDEDD) - (at 142.875 124.714) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /600DEE82) - (fp_text reference R17 (at 13.081 0) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 47k (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 3 GND)) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 14 "Net-(J4-Pad6)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_SMD:R_1206_3216Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5FAB5989) - (at 142.748 139.78 180) - (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags resistor) - (path /5FB06249) - (attr smd) - (fp_text reference R1 (at -3.81 0.08) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 1R (at 0 1.82) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 1 "Net-(C1-Pad1)")) - (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 12 "Net-(J1-Pad1)")) - (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module "HighVoltagePowerSupply:DG300-5.0-02P-12-00A(H)" (layer F.Cu) (tedit 5FA97D8C) (tstamp 5FAC784A) - (at 152.654 137.668 90) - (descr "power supply") - (path /60912280) - (fp_text reference J1 (at 6.35 0 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "power supply" (at 0 -2.75 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -4 1.5) (end -4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 4 1.5) (end -4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 4 -1.5) (end 4 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -4 -1.5) (end 4 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 0 -1.75) (end 0 1.75) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.25 1.75) (end -4.25 -1.75) (layer F.SilkS) (width 0.12)) - (fp_line (start 4.25 1.75) (end -4.25 1.75) (layer F.SilkS) (width 0.12)) - (fp_line (start 4.25 -1.75) (end 4.25 1.75) (layer F.SilkS) (width 0.12)) - (fp_line (start -4.25 -1.75) (end 4.25 -1.75) (layer F.SilkS) (width 0.12)) - (pad 2 thru_hole circle (at 2.5 0 90) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask) - (net 3 GND)) - (pad 1 thru_hole circle (at -2.5 0 90) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask) - (net 12 "Net-(J1-Pad1)")) - (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/DG300-5.0-02P-12-00A.step - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module HighVoltagePowerSupply:DJNR3015-150 (layer F.Cu) (tedit 5FA97A7B) (tstamp 5FAC028B) - (at 134.112 140 90) - (descr choke) - (path /60101C1A) - (attr smd) - (fp_text reference L1 (at 3.094 0) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 560n (at 0 0 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1.05 2.1) (end -1.85 1.3) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 1.3) (end -1.85 -2.1) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.85 -2.1) (end 1.85 -2.1) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.85 -2.1) (end 1.85 2.1) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.85 2.1) (end -1.05 2.1) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.6 -1.85) (end 1.6 -1.85) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.6 -1.85) (end 1.6 1.85) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.6 1.85) (end -1.6 1.85) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.6 1.85) (end -1.6 -1.85) (layer F.CrtYd) (width 0.05)) - (pad 1 smd rect (at 0 1.1 90) (size 2.7 1) (layers F.Cu F.Paste F.Mask) - (net 1 "Net-(C1-Pad1)")) - (pad 2 smd rect (at 0 -1.1 90) (size 2.7 1) (layers F.Cu F.Paste F.Mask) - (net 4 "Net-(C10-Pad2)")) - (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/DJNR3015-150.step - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_SMD:R_1206_3216Metric (layer F.Cu) (tedit 5B301BBD) (tstamp 5FA57FF9) - (at 142.748 137.24 180) - (descr "Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags resistor) - (path /5FB7AF2A) - (attr smd) - (fp_text reference R2 (at -3.81 0.08) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 1R (at 0 1.82) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1.6 0.8) (end -1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -1.6 -0.8) (end 1.6 -0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 -0.8) (end 1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start 1.6 0.8) (end -1.6 0.8) (layer F.Fab) (width 0.1)) - (fp_line (start -0.602064 -0.91) (end 0.602064 -0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.602064 0.91) (end 0.602064 0.91) (layer F.SilkS) (width 0.12)) - (fp_line (start -2.28 1.12) (end -2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start -2.28 -1.12) (end 2.28 -1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 -1.12) (end 2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_line (start 2.28 1.12) (end -2.28 1.12) (layer F.CrtYd) (width 0.05)) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.8 0.8) (thickness 0.12))) - ) - (pad 2 smd roundrect (at 1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 1 "Net-(C1-Pad1)")) - (pad 1 smd roundrect (at -1.4 0 180) (size 1.25 1.75) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.2) - (net 12 "Net-(J1-Pad1)")) - (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_1206_3216Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85462) - (at 108.204 154.432) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FCCCB38) - (attr virtual) - (fp_text reference TP7 (at 0 -2.286 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TEMP_MONITOR (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 16 "Net-(J4-Pad2)")) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8545A) - (at 110.744 154.432) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FCA0ECA) - (attr virtual) - (fp_text reference TP6 (at 0 -2.286 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value IN_CURRENT_MONITOR_2 (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 1 "Net-(C1-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85452) - (at 113.284 154.432) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FC752FD) - (attr virtual) - (fp_text reference TP5 (at 0 -2.286 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value IN_CURRENT_MONITOR_1 (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 12 "Net-(J1-Pad1)")) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8544A) - (at 115.824 154.432) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FC496F7) - (attr virtual) - (fp_text reference TP4 (at 0 -2.286 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value ENABLE (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 15 "Net-(J4-Pad5)")) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA5E768) - (at 122.174 139.954 90) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /617DDB76) - (attr virtual) - (fp_text reference TP1 (at 2.032 0 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value TestPoint (at 0 1.75 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0 90) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 4 "Net-(C10-Pad2)")) - ) - - (module TestPoint:TestPoint_Pad_D1.5mm (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA85442) - (at 118.364 154.432) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path /5FC47E3B) - (attr virtual) - (fp_text reference TP3 (at 0 -2.286 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value HV_MONITOR (at 0 1.75) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.25 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 0 0.95) (layer F.SilkS) (width 0.12)) - (fp_text user %R (at 0 -1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask) - (net 14 "Net-(J4-Pad6)")) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D42) - (at 144 155) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /600757CC) - (attr virtual) - (fp_text reference H4 (at 5.098 -0.06) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 3 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D3A) - (at 76 155) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /6004886A) - (attr virtual) - (fp_text reference H3 (at 0 -4.5) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 3 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D32) - (at 144 79) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /6001BF81) - (attr virtual) - (fp_text reference H2 (at 0.018 4.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 3 GND)) - ) - - (module MountingHole:MountingHole_3.5mm_Pad (layer F.Cu) (tedit 56D1B4CB) (tstamp 5FA96D2A) - (at 76 79) - (descr "Mounting Hole 3.5mm") - (tags "mounting hole 3.5mm") - (path /5FF355F1) - (attr virtual) - (fp_text reference H1 (at 0 4.82) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value MountingHole_Pad (at 0 4.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 3.75 0) (layer F.CrtYd) (width 0.05)) - (fp_circle (center 0 0) (end 3.5 0) (layer Cmts.User) (width 0.15)) - (fp_text user %R (at 0.3 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) - (net 3 GND)) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57FC6) - (at 153.051 88.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062F445) - (fp_text reference R15 (at -2.905 -0.044) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 24 "Net-(C12-Pad2)")) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 9 "Net-(R14-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8D2E1) - (at 88.3 144.2 90) - (descr "wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm") - (tags "test point wire loop bead") - (path /5FB39F6E) - (fp_text reference J2 (at -2.612 0.108 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value anode (at 0 -2.8 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.12)) - (fp_circle (center 0 0) (end 1.7 0) (layer F.SilkS) (width 0.12)) - (fp_circle (center 0 0) (end 2 0) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.3 -0.3) (end -1.3 -0.3) (layer F.Fab) (width 0.12)) - (fp_line (start 1.3 0.3) (end 1.3 -0.3) (layer F.Fab) (width 0.12)) - (fp_line (start -1.3 0.3) (end 1.3 0.3) (layer F.Fab) (width 0.12)) - (fp_line (start -1.3 -0.3) (end -1.3 0.3) (layer F.Fab) (width 0.12)) - (fp_text user %R (at 0.7 2.5 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0 90) (size 3 3) (drill 1.5) (layers *.Cu *.Mask) - (net 13 "Net-(J2-Pad1)")) - (model ${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded (layer F.Cu) (tedit 5A0F774F) (tstamp 5FA8D2BD) - (at 134.2 105.4) - (descr "wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm") - (tags "test point wire loop bead") - (path /605B79F5) - (fp_text reference J3 (at -0.088 2.804) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value cathode (at 0 -2.8) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_circle (center 0 0) (end 1.5 0) (layer F.Fab) (width 0.12)) - (fp_circle (center 0 0) (end 1.7 0) (layer F.SilkS) (width 0.12)) - (fp_circle (center 0 0) (end 2 0) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.3 -0.3) (end -1.3 -0.3) (layer F.Fab) (width 0.12)) - (fp_line (start 1.3 0.3) (end 1.3 -0.3) (layer F.Fab) (width 0.12)) - (fp_line (start -1.3 0.3) (end 1.3 0.3) (layer F.Fab) (width 0.12)) - (fp_line (start -1.3 -0.3) (end -1.3 0.3) (layer F.Fab) (width 0.12)) - (fp_text user %R (at 0.7 2.5) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 1 thru_hole circle (at 0 0) (size 3 3) (drill 1.5) (layers *.Cu *.Mask) - (net 3 GND)) - (model ${KISYS3DMOD}/TestPoint.3dshapes/TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57FB5) - (at 142.891 91.602) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062F44B) - (fp_text reference R14 (at 13.065 0.092) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 9 "Net-(R14-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 10 "Net-(R13-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57F60) - (at 142.891 112.602) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062798A) - (fp_text reference R7 (at 13.065 -0.08) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 18 "Net-(R7-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 23 "Net-(R6-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57F4F) - (at 153.051 109.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /60627F97) - (fp_text reference R6 (at -2.905 0.128) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 23 "Net-(R6-Pad2)")) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 26 "Net-(R5-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA65F5F) - (at 142.891 106.602) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062845C) - (fp_text reference R5 (at 13.065 0.078) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 26 "Net-(R5-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 25 "Net-(R4-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FACEF2F) - (at 142.875 118.618) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /602D6BA8) - (fp_text reference R9 (at 13.081 0) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 5k6 (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 5 "Net-(R16-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 11 /V_DIVIDER)) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57EFA) - (at 142.875 121.666) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /602F1036) - (fp_text reference R16 (at 13.081 0) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 47k (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 5 "Net-(R16-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 14 "Net-(J4-Pad6)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57F93) - (at 142.891 97.602) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062F457) - (fp_text reference R12 (at 13.065 -0.066) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 21 "Net-(R12-Pad2)")) - (pad 1 thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 20 "Net-(R11-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57F82) - (at 153.051 100.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062F45D) - (fp_text reference R11 (at -2.905 0.018) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 20 "Net-(R11-Pad2)")) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 19 "Net-(R11-Pad1)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA65EB2) - (at 153.051 115.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /60626F50) - (fp_text reference R8 (at -2.905 0.032) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 11 /V_DIVIDER)) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 18 "Net-(R7-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57F2D) - (at 153.051 103.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /60628A4F) - (fp_text reference R4 (at -2.905 -0.03) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 25 "Net-(R4-Pad2)")) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 19 "Net-(R11-Pad1)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal (layer F.Cu) (tedit 5AE5139B) (tstamp 5FA57FA4) - (at 153.051 94.602 180) - (descr "Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (path /6062F451) - (fp_text reference R13 (at -2.905 0.114) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value 10M (at 5.08 2.37) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) (layer F.CrtYd) (width 0.05)) - (fp_line (start 9.12 0) (end 8.35 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.04 0) (end 1.81 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) (layer F.SilkS) (width 0.12)) - (fp_line (start 10.16 0) (end 8.23 0) (layer F.Fab) (width 0.1)) - (fp_line (start 0 0) (end 1.93 0) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) (layer F.Fab) (width 0.1)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 5.08 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 2 thru_hole oval (at 10.16 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 10 "Net-(R13-Pad2)")) - (pad 1 thru_hole circle (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) - (net 21 "Net-(R12-Pad2)")) - (model ${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical (layer F.Cu) (tedit 5A19A430) (tstamp 5FA84ECE) - (at 105.664 157.48 90) - (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x06 2.54mm single row") - (path /60C1F767) - (fp_text reference J4 (at 2.54 -0.508 180) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value monitoring (at 0 15.47 90) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -1.8 14.45) (end -1.8 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.75 14.45) (end -1.8 14.45) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.75 -1.8) (end 1.75 14.45) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.8 -1.8) (end 1.75 -1.8) (layer F.CrtYd) (width 0.05)) - (fp_line (start 0 -1.33) (end 1.33 -1.33) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.33 -1.33) (end 1.33 0) (layer F.SilkS) (width 0.12)) - (fp_line (start 1.33 1.27) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.33 14.03) (end 1.33 14.03) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.33 1.27) (end -1.33 14.03) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) (layer F.SilkS) (width 0.12)) - (fp_line (start -1.27 13.97) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) - (fp_line (start 1.27 13.97) (end -1.27 13.97) (layer F.Fab) (width 0.1)) - (fp_line (start 1.27 -0.635) (end 1.27 13.97) (layer F.Fab) (width 0.1)) - (fp_line (start 0.635 -1.27) (end 1.27 -0.635) (layer F.Fab) (width 0.1)) - (fp_line (start -1.27 -1.27) (end 0.635 -1.27) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 0 6.35) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad 6 thru_hole oval (at 0 12.7 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 14 "Net-(J4-Pad6)")) - (pad 5 thru_hole oval (at 0 10.16 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 15 "Net-(J4-Pad5)")) - (pad 4 thru_hole oval (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 12 "Net-(J1-Pad1)")) - (pad 3 thru_hole oval (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 1 "Net-(C1-Pad1)")) - (pad 2 thru_hole oval (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 16 "Net-(J4-Pad2)")) - (pad 1 thru_hole rect (at 0 0 90) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) - (net 3 GND)) - (model ${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module Resistor_SMD:R_0805_2012Metric (layer F.Cu) (tedit 5B36C52B) (tstamp 5FA85409) - (at 107.7745 148.336 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags resistor) - (path /60BBC750) - (attr smd) - (fp_text reference TH1 (at 0 -1.65) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value NTCS0805E3103FMT (at 0 1.65) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.68 0.95) (end -1.68 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) (layer F.CrtYd) (width 0.05)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) (layer F.SilkS) (width 0.12)) - (fp_line (start 1 0.6) (end -1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start 1 -0.6) (end 1 0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 -0.6) (end 1 -0.6) (layer F.Fab) (width 0.1)) - (fp_line (start -1 0.6) (end -1 -0.6) (layer F.Fab) (width 0.1)) - (fp_text user %R (at 0 0) (layer F.Fab) - (effects (font (size 0.5 0.5) (thickness 0.08))) - ) - (pad 2 smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 3 GND)) - (pad 1 smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers F.Cu F.Paste F.Mask) (roundrect_rratio 0.25) - (net 16 "Net-(J4-Pad2)")) - (model ${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 80.772 136.525) (end 80.772 90.805) (layer Dwgs.User) (width 0.12)) - (gr_line (start 66.167 154.686) (end 66.167 82.296) (layer Dwgs.User) (width 0.12)) - (gr_line (start 66.146 120.112064) (end 66.167 154.686) (layer Dwgs.User) (width 0.12)) - (gr_line (start 69.342 141.732) (end 69.342 83.82) (layer Dwgs.User) (width 0.12)) - (gr_line (start 76.454 146.304) (end 76.454 85.598) (layer Dwgs.User) (width 0.12)) - (gr_line (start 140.716 92.964) (end 93.726 92.71) (layer Dwgs.User) (width 0.12)) - (gr_poly (pts (xy 121.92 117.094) (xy 120.904 117.094) (xy 120.904 115.57) (xy 121.92 115.57)) (layer Dwgs.User) (width 0.1)) - (gr_line (start 62.484 89.662) (end 62.738 90.17) (layer Dwgs.User) (width 0.15)) - (gr_line (start 95 103) (end 135.5 103) (layer Dwgs.User) (width 0.15)) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B7) - (gr_text "7.600 mm" (at 115.2 108.7) (layer Dwgs.User) (tstamp 5FAC42B7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 111.4 106.2) (xy 111.4 107.986421))) - (feature2 (pts (xy 119 106.2) (xy 119 107.986421))) - (crossbar (pts (xy 119 107.4) (xy 111.4 107.4))) - (arrow1a (pts (xy 111.4 107.4) (xy 112.526504 106.813579))) - (arrow1b (pts (xy 111.4 107.4) (xy 112.526504 107.986421))) - (arrow2a (pts (xy 119 107.4) (xy 117.873496 106.813579))) - (arrow2b (pts (xy 119 107.4) (xy 117.873496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B3) - (gr_text "7.600 mm" (at 100 108.6) (layer Dwgs.User) (tstamp 5FAC42B3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 96.2 106.1) (xy 96.2 107.886421))) - (feature2 (pts (xy 103.8 106.1) (xy 103.8 107.886421))) - (crossbar (pts (xy 103.8 107.3) (xy 96.2 107.3))) - (arrow1a (pts (xy 96.2 107.3) (xy 97.326504 106.713579))) - (arrow1b (pts (xy 96.2 107.3) (xy 97.326504 107.886421))) - (arrow2a (pts (xy 103.8 107.3) (xy 102.673496 106.713579))) - (arrow2b (pts (xy 103.8 107.3) (xy 102.673496 107.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42B1) - (gr_text "7.600 mm" (at 122.8 108.7) (layer Dwgs.User) (tstamp 5FAC42B1) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 119 106.2) (xy 119 107.986421))) - (feature2 (pts (xy 126.6 106.2) (xy 126.6 107.986421))) - (crossbar (pts (xy 126.6 107.4) (xy 119 107.4))) - (arrow1a (pts (xy 119 107.4) (xy 120.126504 106.813579))) - (arrow1b (pts (xy 119 107.4) (xy 120.126504 107.986421))) - (arrow2a (pts (xy 126.6 107.4) (xy 125.473496 106.813579))) - (arrow2b (pts (xy 126.6 107.4) (xy 125.473496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42AF) - (gr_text "7.600 mm" (at 130.4 108.7) (layer Dwgs.User) (tstamp 5FAC42AF) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 126.6 106.2) (xy 126.6 107.986421))) - (feature2 (pts (xy 134.2 106.2) (xy 134.2 107.986421))) - (crossbar (pts (xy 134.2 107.4) (xy 126.6 107.4))) - (arrow1a (pts (xy 126.6 107.4) (xy 127.726504 106.813579))) - (arrow1b (pts (xy 126.6 107.4) (xy 127.726504 107.986421))) - (arrow2a (pts (xy 134.2 107.4) (xy 133.073496 106.813579))) - (arrow2b (pts (xy 134.2 107.4) (xy 133.073496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC42AD) - (gr_text "7.600 mm" (at 107.6 108.7) (layer Dwgs.User) (tstamp 5FAC42AD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 103.8 106.2) (xy 103.8 107.986421))) - (feature2 (pts (xy 111.4 106.2) (xy 111.4 107.986421))) - (crossbar (pts (xy 111.4 107.4) (xy 103.8 107.4))) - (arrow1a (pts (xy 103.8 107.4) (xy 104.926504 106.813579))) - (arrow1b (pts (xy 103.8 107.4) (xy 104.926504 107.986421))) - (arrow2a (pts (xy 111.4 107.4) (xy 110.273496 106.813579))) - (arrow2b (pts (xy 111.4 107.4) (xy 110.273496 107.986421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB4) - (gr_text "7.600 mm" (at 85.8 110 90) (layer Dwgs.User) (tstamp 5FAC3CB4) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 106.2) (xy 86.513579 106.2))) - (feature2 (pts (xy 88.3 113.8) (xy 86.513579 113.8))) - (crossbar (pts (xy 87.1 113.8) (xy 87.1 106.2))) - (arrow1a (pts (xy 87.1 106.2) (xy 87.686421 107.326504))) - (arrow1b (pts (xy 87.1 106.2) (xy 86.513579 107.326504))) - (arrow2a (pts (xy 87.1 113.8) (xy 87.686421 112.673496))) - (arrow2b (pts (xy 87.1 113.8) (xy 86.513579 112.673496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB2) - (gr_text "7.600 mm" (at 85.8 132.8 90) (layer Dwgs.User) (tstamp 5FAC3CB2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 129) (xy 86.513579 129))) - (feature2 (pts (xy 88.3 136.6) (xy 86.513579 136.6))) - (crossbar (pts (xy 87.1 136.6) (xy 87.1 129))) - (arrow1a (pts (xy 87.1 129) (xy 87.686421 130.126504))) - (arrow1b (pts (xy 87.1 129) (xy 86.513579 130.126504))) - (arrow2a (pts (xy 87.1 136.6) (xy 87.686421 135.473496))) - (arrow2b (pts (xy 87.1 136.6) (xy 86.513579 135.473496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CB0) - (gr_text "7.600 mm" (at 85.9 94.8 90) (layer Dwgs.User) (tstamp 5FAC3CB0) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.4 91) (xy 86.613579 91))) - (feature2 (pts (xy 88.4 98.6) (xy 86.613579 98.6))) - (crossbar (pts (xy 87.2 98.6) (xy 87.2 91))) - (arrow1a (pts (xy 87.2 91) (xy 87.786421 92.126504))) - (arrow1b (pts (xy 87.2 91) (xy 86.613579 92.126504))) - (arrow2a (pts (xy 87.2 98.6) (xy 87.786421 97.473496))) - (arrow2b (pts (xy 87.2 98.6) (xy 86.613579 97.473496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAE) - (gr_text "7.600 mm" (at 85.8 117.6 90) (layer Dwgs.User) (tstamp 5FAC3CAE) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 113.8) (xy 86.513579 113.8))) - (feature2 (pts (xy 88.3 121.4) (xy 86.513579 121.4))) - (crossbar (pts (xy 87.1 121.4) (xy 87.1 113.8))) - (arrow1a (pts (xy 87.1 113.8) (xy 87.686421 114.926504))) - (arrow1b (pts (xy 87.1 113.8) (xy 86.513579 114.926504))) - (arrow2a (pts (xy 87.1 121.4) (xy 87.686421 120.273496))) - (arrow2b (pts (xy 87.1 121.4) (xy 86.513579 120.273496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAC) - (gr_text "7.600 mm" (at 85.8 125.2 90) (layer Dwgs.User) (tstamp 5FAC3CAC) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 121.4) (xy 86.513579 121.4))) - (feature2 (pts (xy 88.3 129) (xy 86.513579 129))) - (crossbar (pts (xy 87.1 129) (xy 87.1 121.4))) - (arrow1a (pts (xy 87.1 121.4) (xy 87.686421 122.526504))) - (arrow1b (pts (xy 87.1 121.4) (xy 86.513579 122.526504))) - (arrow2a (pts (xy 87.1 129) (xy 87.686421 127.873496))) - (arrow2b (pts (xy 87.1 129) (xy 86.513579 127.873496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CAA) - (gr_text "7.600 mm" (at 85.8 102.4 90) (layer Dwgs.User) (tstamp 5FAC3CAA) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.3 98.6) (xy 86.513579 98.6))) - (feature2 (pts (xy 88.3 106.2) (xy 86.513579 106.2))) - (crossbar (pts (xy 87.1 106.2) (xy 87.1 98.6))) - (arrow1a (pts (xy 87.1 98.6) (xy 87.686421 99.726504))) - (arrow1b (pts (xy 87.1 98.6) (xy 86.513579 99.726504))) - (arrow2a (pts (xy 87.1 106.2) (xy 87.686421 105.073496))) - (arrow2b (pts (xy 87.1 106.2) (xy 86.513579 105.073496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3CA8) - (gr_text "7.600 mm" (at 85.9 140.4 90) (layer Dwgs.User) (tstamp 5FAC3CA8) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 88.4 136.6) (xy 86.613579 136.6))) - (feature2 (pts (xy 88.4 144.2) (xy 86.613579 144.2))) - (crossbar (pts (xy 87.2 144.2) (xy 87.2 136.6))) - (arrow1a (pts (xy 87.2 136.6) (xy 87.786421 137.726504))) - (arrow1b (pts (xy 87.2 136.6) (xy 86.613579 137.726504))) - (arrow2a (pts (xy 87.2 144.2) (xy 87.786421 143.073496))) - (arrow2b (pts (xy 87.2 144.2) (xy 86.613579 143.073496))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BCD) - (gr_text "7.600 mm" (at -10.3 97.5) (layer Dwgs.User) (tstamp 5FAC3BCD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy -14.1 95) (xy -14.1 96.786421))) - (feature2 (pts (xy -6.5 95) (xy -6.5 96.786421))) - (crossbar (pts (xy -6.5 96.2) (xy -14.1 96.2))) - (arrow1a (pts (xy -14.1 96.2) (xy -12.973496 95.613579))) - (arrow1b (pts (xy -14.1 96.2) (xy -12.973496 96.786421))) - (arrow2a (pts (xy -6.5 96.2) (xy -7.626504 95.613579))) - (arrow2b (pts (xy -6.5 96.2) (xy -7.626504 96.786421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC9) - (gr_text "7.600 mm" (at -2.7 97.6) (layer Dwgs.User) (tstamp 5FAC3BC9) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy -6.5 95.1) (xy -6.5 96.886421))) - (feature2 (pts (xy 1.1 95.1) (xy 1.1 96.886421))) - (crossbar (pts (xy 1.1 96.3) (xy -6.5 96.3))) - (arrow1a (pts (xy -6.5 96.3) (xy -5.373496 95.713579))) - (arrow1b (pts (xy -6.5 96.3) (xy -5.373496 96.886421))) - (arrow2a (pts (xy 1.1 96.3) (xy -0.026504 95.713579))) - (arrow2b (pts (xy 1.1 96.3) (xy -0.026504 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC5) - (gr_text "7.600 mm" (at 4.9 97.6) (layer Dwgs.User) (tstamp 5FAC3BC5) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 1.1 95.1) (xy 1.1 96.886421))) - (feature2 (pts (xy 8.7 95.1) (xy 8.7 96.886421))) - (crossbar (pts (xy 8.7 96.3) (xy 1.1 96.3))) - (arrow1a (pts (xy 1.1 96.3) (xy 2.226504 95.713579))) - (arrow1b (pts (xy 1.1 96.3) (xy 2.226504 96.886421))) - (arrow2a (pts (xy 8.7 96.3) (xy 7.573496 95.713579))) - (arrow2b (pts (xy 8.7 96.3) (xy 7.573496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BC1) - (gr_text "7.600 mm" (at 12.5 97.6) (layer Dwgs.User) (tstamp 5FAC3BC1) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 8.7 95.1) (xy 8.7 96.886421))) - (feature2 (pts (xy 16.3 95.1) (xy 16.3 96.886421))) - (crossbar (pts (xy 16.3 96.3) (xy 8.7 96.3))) - (arrow1a (pts (xy 8.7 96.3) (xy 9.826504 95.713579))) - (arrow1b (pts (xy 8.7 96.3) (xy 9.826504 96.886421))) - (arrow2a (pts (xy 16.3 96.3) (xy 15.173496 95.713579))) - (arrow2b (pts (xy 16.3 96.3) (xy 15.173496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BBD) - (gr_text "7.600 mm" (at 20.1 97.6) (layer Dwgs.User) (tstamp 5FAC3BBD) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 16.3 95.1) (xy 16.3 96.886421))) - (feature2 (pts (xy 23.9 95.1) (xy 23.9 96.886421))) - (crossbar (pts (xy 23.9 96.3) (xy 16.3 96.3))) - (arrow1a (pts (xy 16.3 96.3) (xy 17.426504 95.713579))) - (arrow1b (pts (xy 16.3 96.3) (xy 17.426504 96.886421))) - (arrow2a (pts (xy 23.9 96.3) (xy 22.773496 95.713579))) - (arrow2b (pts (xy 23.9 96.3) (xy 22.773496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) (tstamp 5FAC3BB7) - (gr_text "7.600 mm" (at 27.7 97.6) (layer Dwgs.User) (tstamp 5FAC3BB7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 23.9 95.1) (xy 23.9 96.886421))) - (feature2 (pts (xy 31.5 95.1) (xy 31.5 96.886421))) - (crossbar (pts (xy 31.5 96.3) (xy 23.9 96.3))) - (arrow1a (pts (xy 23.9 96.3) (xy 25.026504 95.713579))) - (arrow1b (pts (xy 23.9 96.3) (xy 25.026504 96.886421))) - (arrow2a (pts (xy 31.5 96.3) (xy 30.373496 95.713579))) - (arrow2b (pts (xy 31.5 96.3) (xy 30.373496 96.886421))) - ) - (dimension 7.6 (width 0.15) (layer Dwgs.User) - (gr_text "7.600 mm" (at 35.3 97.5) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 31.5 95) (xy 31.5 96.786421))) - (feature2 (pts (xy 39.1 95) (xy 39.1 96.786421))) - (crossbar (pts (xy 39.1 96.2) (xy 31.5 96.2))) - (arrow1a (pts (xy 31.5 96.2) (xy 32.626504 95.613579))) - (arrow1b (pts (xy 31.5 96.2) (xy 32.626504 96.786421))) - (arrow2a (pts (xy 39.1 96.2) (xy 37.973496 95.613579))) - (arrow2b (pts (xy 39.1 96.2) (xy 37.973496 96.786421))) - ) - (gr_line (start 83.312 100.584) (end 83.312 92.456) (layer Dwgs.User) (width 0.15)) - (gr_text "PMT Power Supply\nrev 1.0\nWARNING: HIGH VOLTAGE!!!" (at 135.382 147.066) (layer F.SilkS) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (dimension 3.81 (width 0.15) (layer Dwgs.User) - (gr_text "3.810 mm" (at 62.865 39.975) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 60.96 121.285) (xy 60.96 40.688579))) - (feature2 (pts (xy 64.77 121.285) (xy 64.77 40.688579))) - (crossbar (pts (xy 64.77 41.275) (xy 60.96 41.275))) - (arrow1a (pts (xy 60.96 41.275) (xy 62.086504 40.688579))) - (arrow1b (pts (xy 60.96 41.275) (xy 62.086504 41.861421))) - (arrow2a (pts (xy 64.77 41.275) (xy 63.643496 40.688579))) - (arrow2b (pts (xy 64.77 41.275) (xy 63.643496 41.861421))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975E3) - (gr_text "5.000 mm" (at 87.3 157.5 90) (layer Dwgs.User) (tstamp 5FA975E3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 76 155) (xy 86.586421 155))) - (feature2 (pts (xy 76 160) (xy 86.586421 160))) - (crossbar (pts (xy 86 160) (xy 86 155))) - (arrow1a (pts (xy 86 155) (xy 86.586421 156.126504))) - (arrow1b (pts (xy 86 155) (xy 85.413579 156.126504))) - (arrow2a (pts (xy 86 160) (xy 86.586421 158.873496))) - (arrow2b (pts (xy 86 160) (xy 85.413579 158.873496))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975DB) - (gr_text "5.000 mm" (at 132.7 157.5 90) (layer Dwgs.User) (tstamp 5FA975DB) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 160) (xy 133.413579 160))) - (feature2 (pts (xy 144 155) (xy 133.413579 155))) - (crossbar (pts (xy 134 155) (xy 134 160))) - (arrow1a (pts (xy 134 160) (xy 133.413579 158.873496))) - (arrow1b (pts (xy 134 160) (xy 134.586421 158.873496))) - (arrow2a (pts (xy 134 155) (xy 133.413579 156.126504))) - (arrow2b (pts (xy 134 155) (xy 134.586421 156.126504))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FACC5B2) - (gr_text "7.000 mm" (at 72.5 145.7) (layer Dwgs.User) (tstamp 5FACC5B2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 160) (xy 69 146.413579))) - (feature2 (pts (xy 76 160) (xy 76 146.413579))) - (crossbar (pts (xy 76 147) (xy 69 147))) - (arrow1a (pts (xy 69 147) (xy 70.126504 146.413579))) - (arrow1b (pts (xy 69 147) (xy 70.126504 147.586421))) - (arrow2a (pts (xy 76 147) (xy 74.873496 146.413579))) - (arrow2b (pts (xy 76 147) (xy 74.873496 147.586421))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) - (gr_text "7.000 mm" (at 147.5 145.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 160) (xy 144 146.413579))) - (feature2 (pts (xy 151 160) (xy 151 146.413579))) - (crossbar (pts (xy 151 147) (xy 144 147))) - (arrow1a (pts (xy 144 147) (xy 145.126504 146.413579))) - (arrow1b (pts (xy 144 147) (xy 145.126504 147.586421))) - (arrow2a (pts (xy 151 147) (xy 149.873496 146.413579))) - (arrow2b (pts (xy 151 147) (xy 149.873496 147.586421))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) (tstamp 5FA975CB) - (gr_text "5.000 mm" (at 155.3 76.5 90) (layer Dwgs.User) (tstamp 5FA975CB) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 74) (xy 154.586421 74))) - (feature2 (pts (xy 144 79) (xy 154.586421 79))) - (crossbar (pts (xy 154 79) (xy 154 74))) - (arrow1a (pts (xy 154 74) (xy 154.586421 75.126504))) - (arrow1b (pts (xy 154 74) (xy 153.413579 75.126504))) - (arrow2a (pts (xy 154 79) (xy 154.586421 77.873496))) - (arrow2b (pts (xy 154 79) (xy 153.413579 77.873496))) - ) - (dimension 5 (width 0.15) (layer Dwgs.User) - (gr_text "5.000 mm" (at 87.3 76.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 76 74) (xy 86.586421 74))) - (feature2 (pts (xy 76 79) (xy 86.586421 79))) - (crossbar (pts (xy 86 79) (xy 86 74))) - (arrow1a (pts (xy 86 74) (xy 86.586421 75.126504))) - (arrow1b (pts (xy 86 74) (xy 85.413579 75.126504))) - (arrow2a (pts (xy 86 79) (xy 86.586421 77.873496))) - (arrow2b (pts (xy 86 79) (xy 85.413579 77.873496))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) (tstamp 5FA975C7) - (gr_text "7.000 mm" (at 147.5 60.7) (layer Dwgs.User) (tstamp 5FA975C7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 144 79) (xy 144 61.413579))) - (feature2 (pts (xy 151 79) (xy 151 61.413579))) - (crossbar (pts (xy 151 62) (xy 144 62))) - (arrow1a (pts (xy 144 62) (xy 145.126504 61.413579))) - (arrow1b (pts (xy 144 62) (xy 145.126504 62.586421))) - (arrow2a (pts (xy 151 62) (xy 149.873496 61.413579))) - (arrow2b (pts (xy 151 62) (xy 149.873496 62.586421))) - ) - (dimension 7 (width 0.15) (layer Dwgs.User) - (gr_text "7.000 mm" (at 72.5 60.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 79) (xy 69 61.413579))) - (feature2 (pts (xy 76 79) (xy 76 61.413579))) - (crossbar (pts (xy 76 62) (xy 69 62))) - (arrow1a (pts (xy 69 62) (xy 70.126504 61.413579))) - (arrow1b (pts (xy 69 62) (xy 70.126504 62.586421))) - (arrow2a (pts (xy 76 62) (xy 74.873496 61.413579))) - (arrow2b (pts (xy 76 62) (xy 74.873496 62.586421))) - ) - (gr_line (start 139 160) (end 150 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C29)) - (gr_line (start 91 160) (end 129 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C28)) - (gr_line (start 70 160) (end 81 160) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C27)) - (gr_line (start 81 74) (end 70 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C26)) - (gr_line (start 129 74) (end 91 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C25)) - (gr_line (start 150 74) (end 139 74) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90C24)) - (gr_line (start 90 78) (end 90 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8D)) - (gr_arc (start 91 75) (end 91 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8C)) - (gr_line (start 82 78) (end 82 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8B)) - (gr_line (start 89 79) (end 83 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B8A)) - (gr_arc (start 83 78) (end 82 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B89)) - (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B87) - (gr_text "11.000 mm" (at 75.5 65.7) (layer Dwgs.User) (tstamp 5FA90B87) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 70 74) (xy 70 66.413579))) - (feature2 (pts (xy 81 74) (xy 81 66.413579))) - (crossbar (pts (xy 81 67) (xy 70 67))) - (arrow1a (pts (xy 70 67) (xy 71.126504 66.413579))) - (arrow1b (pts (xy 70 67) (xy 71.126504 67.586421))) - (arrow2a (pts (xy 81 67) (xy 79.873496 66.413579))) - (arrow2b (pts (xy 81 67) (xy 79.873496 67.586421))) - ) - (gr_arc (start 81 75) (end 82 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B86)) - (gr_arc (start 89 78) (end 89 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B85)) - (dimension 11 (width 0.15) (layer Dwgs.User) (tstamp 5FA90B6F) - (gr_text "11.000 mm" (at 144.5 65.7) (layer Dwgs.User) (tstamp 5FA90B6F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 139 74) (xy 139 66.413579))) - (feature2 (pts (xy 150 74) (xy 150 66.413579))) - (crossbar (pts (xy 150 67) (xy 139 67))) - (arrow1a (pts (xy 139 67) (xy 140.126504 66.413579))) - (arrow1b (pts (xy 139 67) (xy 140.126504 67.586421))) - (arrow2a (pts (xy 150 67) (xy 148.873496 66.413579))) - (arrow2b (pts (xy 150 67) (xy 148.873496 67.586421))) - ) - (gr_line (start 130 156) (end 130 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B67)) - (gr_arc (start 129 159) (end 129 160) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B66)) - (gr_line (start 138 156) (end 138 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B65)) - (gr_line (start 131 155) (end 137 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B64)) - (gr_arc (start 137 156) (end 138 156) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B63)) - (gr_arc (start 139 159) (end 138 159) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B62)) - (gr_arc (start 131 156) (end 131 155) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B61)) - (dimension 11 (width 0.15) (layer Dwgs.User) - (gr_text "11.000 mm" (at 144.5 151.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 139 160) (xy 139 152.413579))) - (feature2 (pts (xy 150 160) (xy 150 152.413579))) - (crossbar (pts (xy 150 153) (xy 139 153))) - (arrow1a (pts (xy 139 153) (xy 140.126504 152.413579))) - (arrow1b (pts (xy 139 153) (xy 140.126504 153.586421))) - (arrow2a (pts (xy 150 153) (xy 148.873496 152.413579))) - (arrow2b (pts (xy 150 153) (xy 148.873496 153.586421))) - ) - (gr_arc (start 131 78) (end 130 78) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B57)) - (gr_line (start 138 78) (end 138 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B56)) - (gr_arc (start 137 78) (end 137 79) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B55)) - (gr_line (start 130 78) (end 130 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B54)) - (gr_line (start 137 79) (end 131 79) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B53)) - (gr_arc (start 129 75) (end 130 75) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B50)) - (gr_arc (start 139 75) (end 139 74) (angle -90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4F)) - (gr_line (start 90 156) (end 90 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4C)) - (gr_line (start 83 155) (end 89 155) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4B)) - (gr_line (start 82 156) (end 82 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA90B4A)) - (gr_arc (start 83 156) (end 83 155) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_arc (start 89 156) (end 90 156) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_arc (start 91 159) (end 90 159) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 11 (width 0.15) (layer Dwgs.User) - (gr_text "11.000 mm" (at 75.5 165.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 81 160) (xy 81 164.586421))) - (feature2 (pts (xy 70 160) (xy 70 164.586421))) - (crossbar (pts (xy 70 164) (xy 81 164))) - (arrow1a (pts (xy 81 164) (xy 79.873496 164.586421))) - (arrow1b (pts (xy 81 164) (xy 79.873496 163.413579))) - (arrow2a (pts (xy 70 164) (xy 71.126504 164.586421))) - (arrow2b (pts (xy 70 164) (xy 71.126504 163.413579))) - ) - (gr_arc (start 81 159) (end 81 160) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 73.3 74.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 70 74) (xy 72.586421 74))) - (feature2 (pts (xy 70 75) (xy 72.586421 75))) - (crossbar (pts (xy 72 75) (xy 72 74))) - (arrow1a (pts (xy 72 74) (xy 72.586421 75.126504))) - (arrow1b (pts (xy 72 74) (xy 71.413579 75.126504))) - (arrow2a (pts (xy 72 75) (xy 72.586421 73.873496))) - (arrow2b (pts (xy 72 75) (xy 71.413579 73.873496))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 61.5 86.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 62 83) (xy 62 85.586421))) - (feature2 (pts (xy 61 83) (xy 61 85.586421))) - (crossbar (pts (xy 61 85) (xy 62 85))) - (arrow1a (pts (xy 62 85) (xy 60.873496 85.586421))) - (arrow1b (pts (xy 62 85) (xy 60.873496 84.413579))) - (arrow2a (pts (xy 61 85) (xy 62.126504 85.586421))) - (arrow2b (pts (xy 61 85) (xy 62.126504 84.413579))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 64.3 151.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 152) (xy 63.586421 152))) - (feature2 (pts (xy 61 151) (xy 63.586421 151))) - (crossbar (pts (xy 63 151) (xy 63 152))) - (arrow1a (pts (xy 63 152) (xy 62.413579 150.873496))) - (arrow1b (pts (xy 63 152) (xy 63.586421 150.873496))) - (arrow2a (pts (xy 63 151) (xy 62.413579 152.126504))) - (arrow2b (pts (xy 63 151) (xy 63.586421 152.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 72.3 159.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 160) (xy 71.586421 160))) - (feature2 (pts (xy 69 159) (xy 71.586421 159))) - (crossbar (pts (xy 71 159) (xy 71 160))) - (arrow1a (pts (xy 71 160) (xy 70.413579 158.873496))) - (arrow1b (pts (xy 71 160) (xy 71.586421 158.873496))) - (arrow2a (pts (xy 71 159) (xy 70.413579 160.126504))) - (arrow2b (pts (xy 71 159) (xy 71.586421 160.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 147.7 159.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 151 160) (xy 148.413579 160))) - (feature2 (pts (xy 151 159) (xy 148.413579 159))) - (crossbar (pts (xy 149 159) (xy 149 160))) - (arrow1a (pts (xy 149 160) (xy 148.413579 158.873496))) - (arrow1b (pts (xy 149 160) (xy 149.586421 158.873496))) - (arrow2a (pts (xy 149 159) (xy 148.413579 160.126504))) - (arrow2b (pts (xy 149 159) (xy 149.586421 160.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 158.5 148.7) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 152) (xy 159 149.413579))) - (feature2 (pts (xy 158 152) (xy 158 149.413579))) - (crossbar (pts (xy 158 150) (xy 159 150))) - (arrow1a (pts (xy 159 150) (xy 157.873496 150.586421))) - (arrow1b (pts (xy 159 150) (xy 157.873496 149.413579))) - (arrow2a (pts (xy 158 150) (xy 159.126504 150.586421))) - (arrow2b (pts (xy 158 150) (xy 159.126504 149.413579))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 151.7 82.5 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 158 83) (xy 152.413579 83))) - (feature2 (pts (xy 158 82) (xy 152.413579 82))) - (crossbar (pts (xy 153 82) (xy 153 83))) - (arrow1a (pts (xy 153 83) (xy 152.413579 81.873496))) - (arrow1b (pts (xy 153 83) (xy 153.586421 81.873496))) - (arrow2a (pts (xy 153 82) (xy 152.413579 83.126504))) - (arrow2b (pts (xy 153 82) (xy 153.586421 83.126504))) - ) - (dimension 1 (width 0.15) (layer Dwgs.User) - (gr_text "1.000 mm" (at 147.7 74.5 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 150 74) (xy 148.413579 74))) - (feature2 (pts (xy 150 75) (xy 148.413579 75))) - (crossbar (pts (xy 149 75) (xy 149 74))) - (arrow1a (pts (xy 149 74) (xy 149.586421 75.126504))) - (arrow1b (pts (xy 149 74) (xy 148.413579 75.126504))) - (arrow2a (pts (xy 149 75) (xy 149.586421 73.873496))) - (arrow2b (pts (xy 149 75) (xy 148.413579 73.873496))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 157.7 78 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 82) (xy 158.413579 82))) - (feature2 (pts (xy 159 74) (xy 158.413579 74))) - (crossbar (pts (xy 159 74) (xy 159 82))) - (arrow1a (pts (xy 159 82) (xy 158.413579 80.873496))) - (arrow1b (pts (xy 159 82) (xy 159.586421 80.873496))) - (arrow2a (pts (xy 159 74) (xy 158.413579 75.126504))) - (arrow2b (pts (xy 159 74) (xy 159.586421 75.126504))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 163.3 80 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 155 82) (xy 162.586421 82))) - (feature2 (pts (xy 155 78) (xy 162.586421 78))) - (crossbar (pts (xy 162 78) (xy 162 82))) - (arrow1a (pts (xy 162 82) (xy 161.413579 80.873496))) - (arrow1b (pts (xy 162 82) (xy 162.586421 80.873496))) - (arrow2a (pts (xy 162 78) (xy 161.413579 79.126504))) - (arrow2b (pts (xy 162 78) (xy 162.586421 79.126504))) - ) - (dimension 68 (width 0.15) (layer Dwgs.User) - (gr_text "68.000 mm" (at 55.7 117 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 151) (xy 56.413579 151))) - (feature2 (pts (xy 61 83) (xy 56.413579 83))) - (crossbar (pts (xy 57 83) (xy 57 151))) - (arrow1a (pts (xy 57 151) (xy 56.413579 149.873496))) - (arrow1b (pts (xy 57 151) (xy 57.586421 149.873496))) - (arrow2a (pts (xy 57 83) (xy 56.413579 84.126504))) - (arrow2b (pts (xy 57 83) (xy 57.586421 84.126504))) - ) - (gr_line (start 159 151) (end 159 83) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8EE6F)) - (gr_line (start 61 151) (end 61 83) (layer Edge.Cuts) (width 0.05)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8CED5) - (gr_text "4.000 mm" (at 157 68.7) (layer Dwgs.User) (tstamp 5FA8CED5) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 78) (xy 159 69.413579))) - (feature2 (pts (xy 155 78) (xy 155 69.413579))) - (crossbar (pts (xy 155 70) (xy 159 70))) - (arrow1a (pts (xy 159 70) (xy 157.873496 69.413579))) - (arrow1b (pts (xy 159 70) (xy 157.873496 70.586421))) - (arrow2a (pts (xy 155 70) (xy 156.126504 69.413579))) - (arrow2b (pts (xy 155 70) (xy 156.126504 70.586421))) - ) - (gr_line (start 155 82) (end 158 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25F)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C25D) - (gr_text "8.000 mm" (at 155 72.7) (layer Dwgs.User) (tstamp 5FA8C25D) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 74) (xy 159 73.413579))) - (feature2 (pts (xy 151 74) (xy 151 73.413579))) - (crossbar (pts (xy 151 74) (xy 159 74))) - (arrow1a (pts (xy 159 74) (xy 157.873496 73.413579))) - (arrow1b (pts (xy 159 74) (xy 157.873496 74.586421))) - (arrow2a (pts (xy 151 74) (xy 152.126504 73.413579))) - (arrow2b (pts (xy 151 74) (xy 152.126504 74.586421))) - ) - (gr_arc (start 158 83) (end 158 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25C)) - (gr_line (start 151 78) (end 151 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C25B)) - (gr_arc (start 150 75) (end 150 74) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C258)) - (gr_arc (start 155 78) (end 155 82) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C257)) - (gr_line (start 65 82) (end 62 82) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C249)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C247) - (gr_text "4.000 mm" (at 55.7 76 90) (layer Dwgs.User) (tstamp 5FA8C247) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 65 74) (xy 56.413579 74))) - (feature2 (pts (xy 65 78) (xy 56.413579 78))) - (crossbar (pts (xy 57 78) (xy 57 74))) - (arrow1a (pts (xy 57 74) (xy 56.413579 75.126504))) - (arrow1b (pts (xy 57 74) (xy 57.586421 75.126504))) - (arrow2a (pts (xy 57 78) (xy 56.413579 76.873496))) - (arrow2b (pts (xy 57 78) (xy 57.586421 76.873496))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C245) - (gr_text "4.000 mm" (at 63 67.7) (layer Dwgs.User) (tstamp 5FA8C245) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 78) (xy 61 68.413579))) - (feature2 (pts (xy 65 78) (xy 65 68.413579))) - (crossbar (pts (xy 65 69) (xy 61 69))) - (arrow1a (pts (xy 61 69) (xy 62.126504 69.586421))) - (arrow1b (pts (xy 61 69) (xy 62.126504 68.413579))) - (arrow2a (pts (xy 65 69) (xy 63.873496 69.586421))) - (arrow2b (pts (xy 65 69) (xy 63.873496 68.413579))) - ) - (gr_arc (start 62 83) (end 61 83) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C244)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C242) - (gr_text "8.000 mm" (at 65 72.7) (layer Dwgs.User) (tstamp 5FA8C242) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 69 74) (xy 69 73.413579))) - (feature2 (pts (xy 61 74) (xy 61 73.413579))) - (crossbar (pts (xy 61 74) (xy 69 74))) - (arrow1a (pts (xy 69 74) (xy 67.873496 73.413579))) - (arrow1b (pts (xy 69 74) (xy 67.873496 74.586421))) - (arrow2a (pts (xy 61 74) (xy 62.126504 73.413579))) - (arrow2b (pts (xy 61 74) (xy 62.126504 74.586421))) - ) - (gr_line (start 69 78) (end 69 75) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C241)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C23F) - (gr_text "8.000 mm" (at 59.7 78 90) (layer Dwgs.User) (tstamp 5FA8C23F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 74) (xy 60.413579 74))) - (feature2 (pts (xy 61 82) (xy 60.413579 82))) - (crossbar (pts (xy 61 82) (xy 61 74))) - (arrow1a (pts (xy 61 74) (xy 60.413579 75.126504))) - (arrow1b (pts (xy 61 74) (xy 61.586421 75.126504))) - (arrow2a (pts (xy 61 82) (xy 60.413579 80.873496))) - (arrow2b (pts (xy 61 82) (xy 61.586421 80.873496))) - ) - (gr_arc (start 70 75) (end 69 75) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23E)) - (gr_arc (start 65 78) (end 69 78) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C23D)) - (gr_line (start 65 152) (end 62 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C173)) - (gr_arc (start 62 151) (end 62 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C172)) - (gr_arc (start 65 156) (end 65 152) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C171)) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16F) - (gr_text "8.000 mm" (at 65 161.3) (layer Dwgs.User) (tstamp 5FA8C16F) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 160) (xy 61 160.586421))) - (feature2 (pts (xy 69 160) (xy 69 160.586421))) - (crossbar (pts (xy 69 160) (xy 61 160))) - (arrow1a (pts (xy 61 160) (xy 62.126504 160.586421))) - (arrow1b (pts (xy 61 160) (xy 62.126504 159.413579))) - (arrow2a (pts (xy 69 160) (xy 67.873496 160.586421))) - (arrow2b (pts (xy 69 160) (xy 67.873496 159.413579))) - ) - (gr_arc (start 70 159) (end 70 160) (angle 90) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C16E)) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16C) - (gr_text "4.000 mm" (at 63 165.3) (layer Dwgs.User) (tstamp 5FA8C16C) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 156) (xy 61 164.586421))) - (feature2 (pts (xy 65 156) (xy 65 164.586421))) - (crossbar (pts (xy 65 164) (xy 61 164))) - (arrow1a (pts (xy 61 164) (xy 62.126504 164.586421))) - (arrow1b (pts (xy 61 164) (xy 62.126504 163.413579))) - (arrow2a (pts (xy 65 164) (xy 63.873496 164.586421))) - (arrow2b (pts (xy 65 164) (xy 63.873496 163.413579))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C16A) - (gr_text "4.000 mm" (at 54.7 158 90) (layer Dwgs.User) (tstamp 5FA8C16A) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 65 160) (xy 55.413579 160))) - (feature2 (pts (xy 65 156) (xy 55.413579 156))) - (crossbar (pts (xy 56 156) (xy 56 160))) - (arrow1a (pts (xy 56 160) (xy 56.586421 158.873496))) - (arrow1b (pts (xy 56 160) (xy 55.413579 158.873496))) - (arrow2a (pts (xy 56 156) (xy 56.586421 157.126504))) - (arrow2b (pts (xy 56 156) (xy 55.413579 157.126504))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) (tstamp 5FA8C168) - (gr_text "8.000 mm" (at 59.7 156 90) (layer Dwgs.User) (tstamp 5FA8C168) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 61 152) (xy 60.413579 152))) - (feature2 (pts (xy 61 160) (xy 60.413579 160))) - (crossbar (pts (xy 61 160) (xy 61 152))) - (arrow1a (pts (xy 61 152) (xy 60.413579 153.126504))) - (arrow1b (pts (xy 61 152) (xy 61.586421 153.126504))) - (arrow2a (pts (xy 61 160) (xy 60.413579 158.873496))) - (arrow2b (pts (xy 61 160) (xy 61.586421 158.873496))) - ) - (gr_line (start 69 156) (end 69 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8C167)) - (gr_line (start 155 152) (end 158 152) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC48)) - (gr_arc (start 158 151) (end 158 152) (angle -90) (layer Edge.Cuts) (width 0.05)) - (gr_line (start 151 156) (end 151 159) (layer Edge.Cuts) (width 0.05) (tstamp 5FA8BC47)) - (gr_arc (start 155 156) (end 155 152) (angle -90) (layer Edge.Cuts) (width 0.05)) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 157 165.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 156) (xy 159 164.586421))) - (feature2 (pts (xy 155 156) (xy 155 164.586421))) - (crossbar (pts (xy 155 164) (xy 159 164))) - (arrow1a (pts (xy 159 164) (xy 157.873496 164.586421))) - (arrow1b (pts (xy 159 164) (xy 157.873496 163.413579))) - (arrow2a (pts (xy 155 164) (xy 156.126504 164.586421))) - (arrow2b (pts (xy 155 164) (xy 156.126504 163.413579))) - ) - (dimension 4 (width 0.15) (layer Dwgs.User) - (gr_text "4.000 mm" (at 165.3 158 270) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 155 160) (xy 164.586421 160))) - (feature2 (pts (xy 155 156) (xy 164.586421 156))) - (crossbar (pts (xy 164 156) (xy 164 160))) - (arrow1a (pts (xy 164 160) (xy 163.413579 158.873496))) - (arrow1b (pts (xy 164 160) (xy 164.586421 158.873496))) - (arrow2a (pts (xy 164 156) (xy 163.413579 157.126504))) - (arrow2b (pts (xy 164 156) (xy 164.586421 157.126504))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 160.3 156 90) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 152) (xy 159.586421 152))) - (feature2 (pts (xy 159 160) (xy 159.586421 160))) - (crossbar (pts (xy 159 160) (xy 159 152))) - (arrow1a (pts (xy 159 152) (xy 159.586421 153.126504))) - (arrow1b (pts (xy 159 152) (xy 158.413579 153.126504))) - (arrow2a (pts (xy 159 160) (xy 159.586421 158.873496))) - (arrow2b (pts (xy 159 160) (xy 158.413579 158.873496))) - ) - (dimension 8 (width 0.15) (layer Dwgs.User) - (gr_text "8.000 mm" (at 155 161.3) (layer Dwgs.User) - (effects (font (size 1 1) (thickness 0.15))) - ) - (feature1 (pts (xy 159 160) (xy 159 160.586421))) - (feature2 (pts (xy 151 160) (xy 151 160.586421))) - (crossbar (pts (xy 151 160) (xy 159 160))) - (arrow1a (pts (xy 159 160) (xy 157.873496 160.586421))) - (arrow1b (pts (xy 159 160) (xy 157.873496 159.413579))) - (arrow2a (pts (xy 151 160) (xy 152.126504 160.586421))) - (arrow2b (pts (xy 151 160) (xy 152.126504 159.413579))) - ) - (gr_arc (start 150 159) (end 150 160) (angle -90) (layer Edge.Cuts) (width 0.05)) - - (via (at 92.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 97.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 102.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 107.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 112.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 117.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 123 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 127.5 76) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 63 85) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 82.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 87.5 81) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 92.5 79) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 127.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 122.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 102.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 97.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 92.5 158) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (via (at 63 150) (size 1.3) (drill 0.6) (layers F.Cu B.Cu) (net 3)) - (segment (start 121.793 113.792) (end 121.793 116.3955) (width 0.4064) (layer B.Cu) (net 6)) - (segment (start 121.793 116.3955) (end 130.048 124.6505) (width 0.4064) (layer B.Cu) (net 6)) - (segment (start 155.956 132.937592) (end 155.956 142.24) (width 0.4064) (layer F.Cu) (net 15)) - (segment (start 156.718 132.842) (end 156.718 142.494) (width 0.4064) (layer F.Cu) (net 14)) - (segment (start 148.844 131.826) (end 148.844 140.168) (width 0.4064) (layer B.Cu) (net 12)) - (segment (start 138.43 128.524) (end 145.542 128.524) (width 0.4064) (layer B.Cu) (net 12)) - (segment (start 145.542 128.524) (end 148.844 131.826) (width 0.4064) (layer B.Cu) (net 12)) - - (zone (net 3) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) - ) - ) - (filled_polygon - (pts - (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) - (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) - (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) - (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) - (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) - (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) - (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) - (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) - (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) - (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) - (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) - (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) - (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) - (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) - (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) - (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) - (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) - (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) - (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) - (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) - (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) - (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) - (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) - (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) - (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) - (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) - (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) - (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) - (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) - (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) - (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) - (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) - (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) - (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) - (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) - (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) - (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) - (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) - (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) - (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) - (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) - (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) - (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) - (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) - (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) - (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) - (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) - (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) - (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) - (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) - (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) - (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) - (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) - (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) - (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) - (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) - (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) - (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) - (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) - (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) - (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) - (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) - (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) - (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) - (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) - (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) - (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) - (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) - (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) - (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) - (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) - (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) - (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) - (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) - (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) - (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) - (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) - (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) - (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) - (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) - (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) - (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) - (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) - (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) - (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) - (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) - (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) - (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) - (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) - (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) - (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) - (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) - (xy 90.66 158.972165) (xy 90.66 158.33) (xy 104.175928 158.33) (xy 104.188188 158.454482) (xy 104.224498 158.57418) - (xy 104.283463 158.684494) (xy 104.362815 158.781185) (xy 104.459506 158.860537) (xy 104.56982 158.919502) (xy 104.689518 158.955812) - (xy 104.814 158.968072) (xy 105.37825 158.965) (xy 105.537 158.80625) (xy 105.537 157.607) (xy 104.33775 157.607) - (xy 104.179 157.76575) (xy 104.175928 158.33) (xy 90.66 158.33) (xy 90.66 156.63) (xy 104.175928 156.63) - (xy 104.179 157.19425) (xy 104.33775 157.353) (xy 105.537 157.353) (xy 105.537 156.15375) (xy 105.791 156.15375) - (xy 105.791 157.353) (xy 105.811 157.353) (xy 105.811 157.607) (xy 105.791 157.607) (xy 105.791 158.80625) - (xy 105.94975 158.965) (xy 106.514 158.968072) (xy 106.638482 158.955812) (xy 106.75818 158.919502) (xy 106.868494 158.860537) - (xy 106.965185 158.781185) (xy 107.044537 158.684494) (xy 107.103502 158.57418) (xy 107.125513 158.50162) (xy 107.257368 158.633475) - (xy 107.500589 158.79599) (xy 107.770842 158.907932) (xy 108.05774 158.965) (xy 108.35026 158.965) (xy 108.637158 158.907932) - (xy 108.907411 158.79599) (xy 109.150632 158.633475) (xy 109.357475 158.426632) (xy 109.418676 158.335038) (xy 109.519064 158.485279) - (xy 109.738721 158.704936) (xy 109.997011 158.877519) (xy 110.284006 158.996396) (xy 110.588679 159.057) (xy 110.899321 159.057) - (xy 111.203994 158.996396) (xy 111.490989 158.877519) (xy 111.749279 158.704936) (xy 111.968936 158.485279) (xy 112.069324 158.335038) - (xy 112.130525 158.426632) (xy 112.337368 158.633475) (xy 112.580589 158.79599) (xy 112.850842 158.907932) (xy 113.13774 158.965) - (xy 113.43026 158.965) (xy 113.717158 158.907932) (xy 113.987411 158.79599) (xy 114.230632 158.633475) (xy 114.437475 158.426632) - (xy 114.554 158.25224) (xy 114.670525 158.426632) (xy 114.877368 158.633475) (xy 115.120589 158.79599) (xy 115.390842 158.907932) - (xy 115.67774 158.965) (xy 115.97026 158.965) (xy 116.257158 158.907932) (xy 116.527411 158.79599) (xy 116.770632 158.633475) - (xy 116.977475 158.426632) (xy 117.094 158.25224) (xy 117.210525 158.426632) (xy 117.417368 158.633475) (xy 117.660589 158.79599) - (xy 117.930842 158.907932) (xy 118.21774 158.965) (xy 118.51026 158.965) (xy 118.797158 158.907932) (xy 119.067411 158.79599) - (xy 119.310632 158.633475) (xy 119.517475 158.426632) (xy 119.67999 158.183411) (xy 119.791932 157.913158) (xy 119.849 157.62626) - (xy 119.849 157.33374) (xy 119.791932 157.046842) (xy 119.67999 156.776589) (xy 119.517475 156.533368) (xy 119.310632 156.326525) - (xy 119.067411 156.16401) (xy 118.797158 156.052068) (xy 118.51026 155.995) (xy 118.21774 155.995) (xy 117.930842 156.052068) - (xy 117.660589 156.16401) (xy 117.417368 156.326525) (xy 117.210525 156.533368) (xy 117.094 156.70776) (xy 116.977475 156.533368) - (xy 116.770632 156.326525) (xy 116.527411 156.16401) (xy 116.257158 156.052068) (xy 115.97026 155.995) (xy 115.67774 155.995) - (xy 115.390842 156.052068) (xy 115.120589 156.16401) (xy 114.877368 156.326525) (xy 114.670525 156.533368) (xy 114.554 156.70776) - (xy 114.437475 156.533368) (xy 114.230632 156.326525) (xy 113.987411 156.16401) (xy 113.717158 156.052068) (xy 113.43026 155.995) - (xy 113.13774 155.995) (xy 112.850842 156.052068) (xy 112.580589 156.16401) (xy 112.337368 156.326525) (xy 112.130525 156.533368) - (xy 112.069324 156.624962) (xy 111.968936 156.474721) (xy 111.749279 156.255064) (xy 111.490989 156.082481) (xy 111.203994 155.963604) - (xy 110.909478 155.90502) (xy 111.174825 155.85224) (xy 111.443622 155.740901) (xy 111.685533 155.579261) (xy 111.891261 155.373533) - (xy 112.052901 155.131622) (xy 112.065471 155.101276) (xy 112.208201 155.314886) (xy 112.401114 155.507799) (xy 112.627957 155.659371) - (xy 112.880011 155.763775) (xy 113.147589 155.817) (xy 113.420411 155.817) (xy 113.687989 155.763775) (xy 113.940043 155.659371) - (xy 114.166886 155.507799) (xy 114.359799 155.314886) (xy 114.511371 155.088043) (xy 114.554 154.985127) (xy 114.596629 155.088043) - (xy 114.748201 155.314886) (xy 114.941114 155.507799) (xy 115.167957 155.659371) (xy 115.420011 155.763775) (xy 115.687589 155.817) - (xy 115.960411 155.817) (xy 116.227989 155.763775) (xy 116.480043 155.659371) (xy 116.706886 155.507799) (xy 116.899799 155.314886) - (xy 117.051371 155.088043) (xy 117.094 154.985127) (xy 117.136629 155.088043) (xy 117.288201 155.314886) (xy 117.481114 155.507799) - (xy 117.707957 155.659371) (xy 117.960011 155.763775) (xy 118.227589 155.817) (xy 118.500411 155.817) (xy 118.767989 155.763775) - (xy 119.020043 155.659371) (xy 119.246886 155.507799) (xy 119.439799 155.314886) (xy 119.591371 155.088043) (xy 119.695775 154.835989) - (xy 119.749 154.568411) (xy 119.749 154.295589) (xy 119.695775 154.028011) (xy 119.591371 153.775957) (xy 119.439799 153.549114) - (xy 119.246886 153.356201) (xy 119.020043 153.204629) (xy 118.767989 153.100225) (xy 118.500411 153.047) (xy 118.227589 153.047) - (xy 117.960011 153.100225) (xy 117.707957 153.204629) (xy 117.481114 153.356201) (xy 117.288201 153.549114) (xy 117.136629 153.775957) - (xy 117.094 153.878873) (xy 117.051371 153.775957) (xy 116.899799 153.549114) (xy 116.706886 153.356201) (xy 116.480043 153.204629) - (xy 116.227989 153.100225) (xy 115.960411 153.047) (xy 115.687589 153.047) (xy 115.420011 153.100225) (xy 115.167957 153.204629) - (xy 114.941114 153.356201) (xy 114.748201 153.549114) (xy 114.596629 153.775957) (xy 114.554 153.878873) (xy 114.511371 153.775957) - (xy 114.359799 153.549114) (xy 114.166886 153.356201) (xy 113.940043 153.204629) (xy 113.687989 153.100225) (xy 113.420411 153.047) - (xy 113.147589 153.047) (xy 112.880011 153.100225) (xy 112.627957 153.204629) (xy 112.401114 153.356201) (xy 112.208201 153.549114) - (xy 112.065471 153.762724) (xy 112.052901 153.732378) (xy 111.891261 153.490467) (xy 111.685533 153.284739) (xy 111.443622 153.123099) - (xy 111.174825 153.01176) (xy 110.889472 152.955) (xy 110.598528 152.955) (xy 110.313175 153.01176) (xy 110.044378 153.123099) - (xy 109.802467 153.284739) (xy 109.596739 153.490467) (xy 109.435099 153.732378) (xy 109.422529 153.762724) (xy 109.279799 153.549114) - (xy 109.086886 153.356201) (xy 108.860043 153.204629) (xy 108.607989 153.100225) (xy 108.340411 153.047) (xy 108.067589 153.047) - (xy 107.800011 153.100225) (xy 107.547957 153.204629) (xy 107.321114 153.356201) (xy 107.128201 153.549114) (xy 106.976629 153.775957) - (xy 106.872225 154.028011) (xy 106.819 154.295589) (xy 106.819 154.568411) (xy 106.872225 154.835989) (xy 106.976629 155.088043) - (xy 107.128201 155.314886) (xy 107.321114 155.507799) (xy 107.547957 155.659371) (xy 107.800011 155.763775) (xy 108.067589 155.817) - (xy 108.340411 155.817) (xy 108.607989 155.763775) (xy 108.860043 155.659371) (xy 109.086886 155.507799) (xy 109.279799 155.314886) - (xy 109.422529 155.101276) (xy 109.435099 155.131622) (xy 109.596739 155.373533) (xy 109.802467 155.579261) (xy 110.044378 155.740901) - (xy 110.313175 155.85224) (xy 110.578522 155.90502) (xy 110.284006 155.963604) (xy 109.997011 156.082481) (xy 109.738721 156.255064) - (xy 109.519064 156.474721) (xy 109.418676 156.624962) (xy 109.357475 156.533368) (xy 109.150632 156.326525) (xy 108.907411 156.16401) - (xy 108.637158 156.052068) (xy 108.35026 155.995) (xy 108.05774 155.995) (xy 107.770842 156.052068) (xy 107.500589 156.16401) - (xy 107.257368 156.326525) (xy 107.125513 156.45838) (xy 107.103502 156.38582) (xy 107.044537 156.275506) (xy 106.965185 156.178815) - (xy 106.868494 156.099463) (xy 106.75818 156.040498) (xy 106.638482 156.004188) (xy 106.514 155.991928) (xy 105.94975 155.995) - (xy 105.791 156.15375) (xy 105.537 156.15375) (xy 105.37825 155.995) (xy 104.814 155.991928) (xy 104.689518 156.004188) - (xy 104.56982 156.040498) (xy 104.459506 156.099463) (xy 104.362815 156.178815) (xy 104.283463 156.275506) (xy 104.224498 156.38582) - (xy 104.188188 156.505518) (xy 104.175928 156.63) (xy 90.66 156.63) (xy 90.66 155.967581) (xy 90.657217 155.939326) - (xy 90.65726 155.933199) (xy 90.65636 155.924028) (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) - (xy 90.610059 155.603755) (xy 90.552347 155.417317) (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) - (xy 90.409607 155.126896) (xy 90.376139 155.077278) (xy 90.3434 155.027247) (xy 90.337576 155.020106) (xy 90.213172 154.869728) - (xy 90.170737 154.827589) (xy 90.128874 154.784839) (xy 90.121773 154.778966) (xy 89.970531 154.655616) (xy 89.920738 154.622534) - (xy 89.871349 154.588716) (xy 89.863243 154.584333) (xy 89.690921 154.492708) (xy 89.635606 154.469909) (xy 89.580634 154.446348) - (xy 89.571831 154.443623) (xy 89.384995 154.387214) (xy 89.326307 154.375594) (xy 89.267804 154.363158) (xy 89.258639 154.362195) - (xy 89.064405 154.34315) (xy 89.064402 154.34315) (xy 89.032419 154.34) (xy 82.967581 154.34) (xy 82.939326 154.342783) - (xy 82.933199 154.34274) (xy 82.924028 154.34364) (xy 82.729931 154.364041) (xy 82.671348 154.376066) (xy 82.612577 154.387277) - (xy 82.603755 154.389941) (xy 82.417317 154.447653) (xy 82.362162 154.470838) (xy 82.306709 154.493242) (xy 82.298573 154.497568) - (xy 82.126896 154.590393) (xy 82.077278 154.623861) (xy 82.027247 154.6566) (xy 82.020106 154.662424) (xy 81.869728 154.786828) - (xy 81.827589 154.829263) (xy 81.784839 154.871126) (xy 81.778966 154.878227) (xy 81.655616 155.029469) (xy 81.622534 155.079262) - (xy 81.588716 155.128651) (xy 81.584333 155.136757) (xy 81.492708 155.309079) (xy 81.469909 155.364394) (xy 81.446348 155.419366) - (xy 81.443623 155.428169) (xy 81.387214 155.615005) (xy 81.375594 155.673693) (xy 81.363158 155.732196) (xy 81.362195 155.741361) - (xy 81.34315 155.935595) (xy 81.34 155.967582) (xy 81.340001 158.967711) (xy 81.33042 159.065424) (xy 81.31142 159.128357) - (xy 81.280554 159.186406) (xy 81.239011 159.237343) (xy 81.188356 159.279248) (xy 81.130529 159.310515) (xy 81.067728 159.329956) - (xy 80.972165 159.34) (xy 70.032279 159.34) (xy 69.934576 159.33042) (xy 69.871643 159.31142) (xy 69.813594 159.280554) - (xy 69.762657 159.239011) (xy 69.720752 159.188356) (xy 69.689485 159.130529) (xy 69.670044 159.067728) (xy 69.66 158.972165) - (xy 69.66 157.914155) (xy 73.26545 157.914155) (xy 73.661634 158.43455) (xy 74.376612 158.824748) (xy 75.153976 159.067964) - (xy 75.963853 159.154851) (xy 76.775118 159.082069) (xy 77.556597 158.852415) (xy 78.278256 158.474715) (xy 78.338366 158.43455) - (xy 78.73455 157.914155) (xy 76 155.179605) (xy 73.26545 157.914155) (xy 69.66 157.914155) (xy 69.66 155.967581) - (xy 69.657012 155.937247) (xy 69.657187 155.912257) (xy 69.656287 155.903086) (xy 69.574685 155.126699) (xy 69.562658 155.068106) - (xy 69.551448 155.009342) (xy 69.548785 155.00052) (xy 69.537435 154.963853) (xy 71.845149 154.963853) (xy 71.917931 155.775118) - (xy 72.147585 156.556597) (xy 72.525285 157.278256) (xy 72.56545 157.338366) (xy 73.085845 157.73455) (xy 75.820395 155) - (xy 76.179605 155) (xy 78.914155 157.73455) (xy 79.43455 157.338366) (xy 79.824748 156.623388) (xy 80.067964 155.846024) - (xy 80.154851 155.036147) (xy 80.082069 154.224882) (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) - (xy 78.914155 152.26545) (xy 76.179605 155) (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) - (xy 72.175252 153.376612) (xy 71.932036 154.153976) (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) - (xy 69.294749 154.199608) (xy 69.272347 154.144162) (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) - (xy 68.830514 153.34967) (xy 68.824689 153.342529) (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) - (xy 68.235676 152.650253) (xy 67.630705 152.156852) (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) - (xy 73.26545 152.085845) (xy 76 154.820395) (xy 78.73455 152.085845) (xy 78.338366 151.56545) (xy 77.623388 151.175252) - (xy 76.846024 150.932036) (xy 76.036147 150.845149) (xy 75.224882 150.917931) (xy 74.443403 151.147585) (xy 73.721744 151.525285) - (xy 73.661634 151.56545) (xy 73.26545 152.085845) (xy 67.523927 152.085845) (xy 67.523418 152.08557) (xy 66.834133 151.719071) - (xy 66.778839 151.69628) (xy 66.723846 151.67271) (xy 66.715043 151.669985) (xy 65.967698 151.444348) (xy 65.908995 151.432725) - (xy 65.850506 151.420292) (xy 65.841342 151.419329) (xy 65.064404 151.34315) (xy 65.064402 151.34315) (xy 65.032419 151.34) - (xy 62.032279 151.34) (xy 61.934576 151.33042) (xy 61.871643 151.31142) (xy 61.813594 151.280554) (xy 61.762657 151.239011) - (xy 61.720752 151.188356) (xy 61.689485 151.130529) (xy 61.670044 151.067728) (xy 61.66 150.972165) (xy 61.66 88) - (xy 62.873 88) (xy 62.873 146) (xy 62.87544 146.024776) (xy 62.882667 146.048601) (xy 62.894403 146.070557) - (xy 62.910197 146.089803) (xy 66.910197 150.089803) (xy 66.929443 150.105597) (xy 66.951399 150.117333) (xy 66.975224 150.12456) - (xy 67 150.127) (xy 79.453019 150.127) (xy 82.917349 153.096426) (xy 82.929443 153.105597) (xy 82.951399 153.117333) - (xy 82.975224 153.12456) (xy 83 153.127) (xy 93.5 153.127) (xy 93.524102 153.124692) (xy 93.547965 153.117594) - (xy 93.569985 153.105977) (xy 93.589315 153.090288) (xy 94.604694 152.085845) (xy 141.26545 152.085845) (xy 144 154.820395) - (xy 146.73455 152.085845) (xy 146.338366 151.56545) (xy 145.623388 151.175252) (xy 144.846024 150.932036) (xy 144.036147 150.845149) - (xy 143.224882 150.917931) (xy 142.443403 151.147585) (xy 141.721744 151.525285) (xy 141.661634 151.56545) (xy 141.26545 152.085845) - (xy 94.604694 152.085845) (xy 97.687748 149.036) (xy 105.711428 149.036) (xy 105.723688 149.160482) (xy 105.759998 149.28018) - (xy 105.818963 149.390494) (xy 105.898315 149.487185) (xy 105.995006 149.566537) (xy 106.10532 149.625502) (xy 106.225018 149.661812) - (xy 106.3495 149.674072) (xy 106.55125 149.671) (xy 106.71 149.51225) (xy 106.71 148.463) (xy 105.87325 148.463) - (xy 105.7145 148.62175) (xy 105.711428 149.036) (xy 97.687748 149.036) (xy 99.102992 147.636) (xy 105.711428 147.636) - (xy 105.7145 148.05025) (xy 105.87325 148.209) (xy 106.71 148.209) (xy 106.71 147.15975) (xy 106.964 147.15975) - (xy 106.964 148.209) (xy 106.984 148.209) (xy 106.984 148.463) (xy 106.964 148.463) (xy 106.964 149.51225) - (xy 107.12275 149.671) (xy 107.3245 149.674072) (xy 107.448982 149.661812) (xy 107.56868 149.625502) (xy 107.678994 149.566537) - (xy 107.775685 149.487185) (xy 107.839492 149.409436) (xy 107.844708 149.415792) (xy 107.978336 149.525458) (xy 108.130791 149.606947) - (xy 108.296215 149.657128) (xy 108.46825 149.674072) (xy 108.95575 149.674072) (xy 109.127785 149.657128) (xy 109.293209 149.606947) - (xy 109.445664 149.525458) (xy 109.579292 149.415792) (xy 109.688958 149.282164) (xy 109.770447 149.129709) (xy 109.820628 148.964285) - (xy 109.837572 148.79225) (xy 109.837572 147.87975) (xy 109.820628 147.707715) (xy 109.770447 147.542291) (xy 109.688958 147.389836) - (xy 109.579292 147.256208) (xy 109.445664 147.146542) (xy 109.293209 147.065053) (xy 109.127785 147.014872) (xy 108.95575 146.997928) - (xy 108.46825 146.997928) (xy 108.296215 147.014872) (xy 108.130791 147.065053) (xy 107.978336 147.146542) (xy 107.844708 147.256208) - (xy 107.839492 147.262564) (xy 107.775685 147.184815) (xy 107.678994 147.105463) (xy 107.56868 147.046498) (xy 107.448982 147.010188) - (xy 107.3245 146.997928) (xy 107.12275 147.001) (xy 106.964 147.15975) (xy 106.71 147.15975) (xy 106.55125 147.001) - (xy 106.3495 146.997928) (xy 106.225018 147.010188) (xy 106.10532 147.046498) (xy 105.995006 147.105463) (xy 105.898315 147.184815) - (xy 105.818963 147.281506) (xy 105.759998 147.39182) (xy 105.723688 147.511518) (xy 105.711428 147.636) (xy 99.102992 147.636) - (xy 100.55243 146.202175) (xy 118.000547 146.126999) (xy 118.024776 146.12456) (xy 118.048601 146.117333) (xy 118.070557 146.105597) - (xy 118.089803 146.089803) (xy 122.052606 142.127) (xy 155 142.127) (xy 155.024776 142.12456) (xy 155.048601 142.117333) - (xy 155.070557 142.105597) (xy 155.089803 142.089803) (xy 155.105597 142.070557) (xy 155.117333 142.048601) (xy 155.117801 142.047058) - (xy 155.117801 142.28117) (xy 155.12993 142.404316) (xy 155.177859 142.562317) (xy 155.255692 142.707932) (xy 155.360437 142.835564) - (xy 155.488069 142.940309) (xy 155.633684 143.018142) (xy 155.791685 143.066071) (xy 155.956 143.082255) (xy 156.10444 143.067635) - (xy 156.122437 143.089564) (xy 156.250069 143.194309) (xy 156.395684 143.272142) (xy 156.553685 143.320071) (xy 156.718 143.336255) - (xy 156.882316 143.320071) (xy 157.040317 143.272142) (xy 157.185932 143.194309) (xy 157.313564 143.089564) (xy 157.418309 142.961932) - (xy 157.496142 142.816317) (xy 157.544071 142.658316) (xy 157.5562 142.53517) (xy 157.5562 132.80083) (xy 157.544071 132.677684) - (xy 157.496142 132.519683) (xy 157.418309 132.374068) (xy 157.313564 132.246436) (xy 157.185931 132.141691) (xy 157.040316 132.063858) - (xy 156.882315 132.015929) (xy 156.718 131.999745) (xy 156.553684 132.015929) (xy 156.395683 132.063858) (xy 156.250068 132.141691) - (xy 156.241892 132.148401) (xy 156.120315 132.111521) (xy 155.956 132.095337) (xy 155.791684 132.111521) (xy 155.633683 132.15945) - (xy 155.488068 132.237283) (xy 155.360436 132.342028) (xy 155.255691 132.469661) (xy 155.177858 132.615276) (xy 155.129929 132.773277) - (xy 155.1178 132.896423) (xy 155.1178 132.952939) (xy 155.117333 132.951399) (xy 155.105597 132.929443) (xy 155.089803 132.910197) - (xy 155.070557 132.894403) (xy 155.048601 132.882667) (xy 155.024776 132.87544) (xy 155 132.873) (xy 120.052606 132.873) - (xy 117.340606 130.161) (xy 126.114928 130.161) (xy 126.127188 130.285482) (xy 126.163498 130.40518) (xy 126.222463 130.515494) - (xy 126.301815 130.612185) (xy 126.398506 130.691537) (xy 126.50882 130.750502) (xy 126.628518 130.786812) (xy 126.753 130.799072) - (xy 127.09225 130.796) (xy 127.251 130.63725) (xy 127.251 129.413) (xy 127.505 129.413) (xy 127.505 130.63725) - (xy 127.66375 130.796) (xy 128.003 130.799072) (xy 128.127482 130.786812) (xy 128.24718 130.750502) (xy 128.357494 130.691537) - (xy 128.454185 130.612185) (xy 128.533537 130.515494) (xy 128.592502 130.40518) (xy 128.628812 130.285482) (xy 128.641072 130.161) - (xy 128.638 129.57175) (xy 128.47925 129.413) (xy 127.505 129.413) (xy 127.251 129.413) (xy 126.27675 129.413) - (xy 126.118 129.57175) (xy 126.114928 130.161) (xy 117.340606 130.161) (xy 115.590606 128.411) (xy 126.114928 128.411) - (xy 126.118 129.00025) (xy 126.27675 129.159) (xy 127.251 129.159) (xy 127.251 127.93475) (xy 127.505 127.93475) - (xy 127.505 129.159) (xy 128.47925 129.159) (xy 128.638 129.00025) (xy 128.639768 128.661) (xy 128.914928 128.661) - (xy 128.914928 129.911) (xy 128.931992 130.084254) (xy 128.982528 130.25085) (xy 129.064595 130.404386) (xy 129.175038 130.538962) - (xy 129.309614 130.649405) (xy 129.46315 130.731472) (xy 129.629746 130.782008) (xy 129.803 130.799072) (xy 130.553 130.799072) - (xy 130.726254 130.782008) (xy 130.89285 130.731472) (xy 131.046386 130.649405) (xy 131.180962 130.538962) (xy 131.291405 130.404386) - (xy 131.373472 130.25085) (xy 131.424008 130.084254) (xy 131.441072 129.911) (xy 131.441072 128.661) (xy 131.424008 128.487746) - (xy 131.373472 128.32115) (xy 131.291405 128.167614) (xy 131.180962 128.033038) (xy 131.046386 127.922595) (xy 130.89285 127.840528) - (xy 130.726254 127.789992) (xy 130.553 127.772928) (xy 129.803 127.772928) (xy 129.629746 127.789992) (xy 129.46315 127.840528) - (xy 129.309614 127.922595) (xy 129.175038 128.033038) (xy 129.064595 128.167614) (xy 128.982528 128.32115) (xy 128.931992 128.487746) - (xy 128.914928 128.661) (xy 128.639768 128.661) (xy 128.641072 128.411) (xy 128.628812 128.286518) (xy 128.592502 128.16682) - (xy 128.533537 128.056506) (xy 128.454185 127.959815) (xy 128.357494 127.880463) (xy 128.24718 127.821498) (xy 128.127482 127.785188) - (xy 128.003 127.772928) (xy 127.66375 127.776) (xy 127.505 127.93475) (xy 127.251 127.93475) (xy 127.09225 127.776) - (xy 126.753 127.772928) (xy 126.628518 127.785188) (xy 126.50882 127.821498) (xy 126.398506 127.880463) (xy 126.301815 127.959815) - (xy 126.222463 128.056506) (xy 126.163498 128.16682) (xy 126.127188 128.286518) (xy 126.114928 128.411) (xy 115.590606 128.411) - (xy 113.091735 125.912129) (xy 113.10733 125.89933) (xy 113.22927 125.750746) (xy 113.31988 125.581228) (xy 113.357867 125.456) - (xy 116.025928 125.456) (xy 116.038188 125.580482) (xy 116.074498 125.70018) (xy 116.133463 125.810494) (xy 116.212815 125.907185) - (xy 116.309506 125.986537) (xy 116.41982 126.045502) (xy 116.539518 126.081812) (xy 116.664 126.094072) (xy 118.37825 126.091) - (xy 118.537 125.93225) (xy 118.537 124.333) (xy 118.791 124.333) (xy 118.791 125.93225) (xy 118.94975 126.091) - (xy 120.664 126.094072) (xy 120.788482 126.081812) (xy 120.90818 126.045502) (xy 121.018494 125.986537) (xy 121.115185 125.907185) - (xy 121.194537 125.810494) (xy 121.253502 125.70018) (xy 121.289812 125.580482) (xy 121.302072 125.456) (xy 121.299258 124.572665) - (xy 141.44 124.572665) (xy 141.44 124.855335) (xy 141.495147 125.132574) (xy 141.60332 125.393727) (xy 141.760363 125.628759) - (xy 141.960241 125.828637) (xy 142.195273 125.98568) (xy 142.456426 126.093853) (xy 142.733665 126.149) (xy 143.016335 126.149) - (xy 143.293574 126.093853) (xy 143.554727 125.98568) (xy 143.789759 125.828637) (xy 143.989637 125.628759) (xy 144.14668 125.393727) - (xy 144.254853 125.132574) (xy 144.268684 125.063039) (xy 151.643096 125.063039) (xy 151.683754 125.197087) (xy 151.803963 125.45142) - (xy 151.971481 125.677414) (xy 152.179869 125.866385) (xy 152.421119 126.01107) (xy 152.68596 126.105909) (xy 152.908 125.984624) - (xy 152.908 124.841) (xy 153.162 124.841) (xy 153.162 125.984624) (xy 153.38404 126.105909) (xy 153.648881 126.01107) - (xy 153.890131 125.866385) (xy 154.098519 125.677414) (xy 154.266037 125.45142) (xy 154.386246 125.197087) (xy 154.426904 125.063039) - (xy 154.304915 124.841) (xy 153.162 124.841) (xy 152.908 124.841) (xy 151.765085 124.841) (xy 151.643096 125.063039) - (xy 144.268684 125.063039) (xy 144.31 124.855335) (xy 144.31 124.572665) (xy 144.268685 124.364961) (xy 151.643096 124.364961) - (xy 151.765085 124.587) (xy 152.908 124.587) (xy 152.908 123.443376) (xy 153.162 123.443376) (xy 153.162 124.587) - (xy 154.304915 124.587) (xy 154.426904 124.364961) (xy 154.386246 124.230913) (xy 154.266037 123.97658) (xy 154.098519 123.750586) - (xy 153.890131 123.561615) (xy 153.648881 123.41693) (xy 153.38404 123.322091) (xy 153.162 123.443376) (xy 152.908 123.443376) - (xy 152.68596 123.322091) (xy 152.421119 123.41693) (xy 152.179869 123.561615) (xy 151.971481 123.750586) (xy 151.803963 123.97658) - (xy 151.683754 124.230913) (xy 151.643096 124.364961) (xy 144.268685 124.364961) (xy 144.254853 124.295426) (xy 144.14668 124.034273) - (xy 143.989637 123.799241) (xy 143.789759 123.599363) (xy 143.554727 123.44232) (xy 143.293574 123.334147) (xy 143.016335 123.279) - (xy 142.733665 123.279) (xy 142.456426 123.334147) (xy 142.195273 123.44232) (xy 141.960241 123.599363) (xy 141.760363 123.799241) - (xy 141.60332 124.034273) (xy 141.495147 124.295426) (xy 141.44 124.572665) (xy 121.299258 124.572665) (xy 121.299 124.49175) - (xy 121.14025 124.333) (xy 118.791 124.333) (xy 118.537 124.333) (xy 116.18775 124.333) (xy 116.029 124.49175) - (xy 116.025928 125.456) (xy 113.357867 125.456) (xy 113.375677 125.397289) (xy 113.394517 125.206) (xy 113.394517 123.206) - (xy 113.375677 123.014711) (xy 113.357868 122.956) (xy 116.025928 122.956) (xy 116.029 123.92025) (xy 116.18775 124.079) - (xy 118.537 124.079) (xy 118.537 122.47975) (xy 118.791 122.47975) (xy 118.791 124.079) (xy 121.14025 124.079) - (xy 121.299 123.92025) (xy 121.302072 122.956) (xy 121.289812 122.831518) (xy 121.253502 122.71182) (xy 121.194537 122.601506) - (xy 121.115185 122.504815) (xy 121.018494 122.425463) (xy 120.90818 122.366498) (xy 120.788482 122.330188) (xy 120.664 122.317928) - (xy 118.94975 122.321) (xy 118.791 122.47975) (xy 118.537 122.47975) (xy 118.37825 122.321) (xy 116.664 122.317928) - (xy 116.539518 122.330188) (xy 116.41982 122.366498) (xy 116.309506 122.425463) (xy 116.212815 122.504815) (xy 116.133463 122.601506) - (xy 116.074498 122.71182) (xy 116.038188 122.831518) (xy 116.025928 122.956) (xy 113.357868 122.956) (xy 113.31988 122.830772) - (xy 113.22927 122.661254) (xy 113.10733 122.51267) (xy 112.958746 122.39073) (xy 112.789228 122.30012) (xy 112.605289 122.244323) - (xy 112.414 122.225483) (xy 109.405089 122.225483) (xy 102.127 114.947394) (xy 102.127 113.676) (xy 130.731928 113.676) - (xy 130.744188 113.800482) (xy 130.780498 113.92018) (xy 130.839463 114.030494) (xy 130.918815 114.127185) (xy 131.015506 114.206537) - (xy 131.12582 114.265502) (xy 131.245518 114.301812) (xy 131.37 114.314072) (xy 132.33425 114.311) (xy 132.493 114.15225) - (xy 132.493 112.903) (xy 132.747 112.903) (xy 132.747 114.15225) (xy 132.90575 114.311) (xy 133.87 114.314072) - (xy 133.994482 114.301812) (xy 134.11418 114.265502) (xy 134.224494 114.206537) (xy 134.321185 114.127185) (xy 134.400537 114.030494) - (xy 134.459502 113.92018) (xy 134.495812 113.800482) (xy 134.508072 113.676) (xy 134.505 113.06175) (xy 134.34625 112.903) - (xy 132.747 112.903) (xy 132.493 112.903) (xy 130.89375 112.903) (xy 130.735 113.06175) (xy 130.731928 113.676) - (xy 102.127 113.676) (xy 102.127 111.876) (xy 130.731928 111.876) (xy 130.735 112.49025) (xy 130.89375 112.649) - (xy 132.493 112.649) (xy 132.493 111.39975) (xy 132.747 111.39975) (xy 132.747 112.649) (xy 134.34625 112.649) - (xy 134.505 112.49025) (xy 134.508072 111.876) (xy 134.731928 111.876) (xy 134.731928 113.676) (xy 134.744188 113.800482) - (xy 134.780498 113.92018) (xy 134.839463 114.030494) (xy 134.918815 114.127185) (xy 135.015506 114.206537) (xy 135.12582 114.265502) - (xy 135.245518 114.301812) (xy 135.37 114.314072) (xy 137.87 114.314072) (xy 137.994482 114.301812) (xy 138.11418 114.265502) - (xy 138.224494 114.206537) (xy 138.321185 114.127185) (xy 138.400537 114.030494) (xy 138.459502 113.92018) (xy 138.495812 113.800482) - (xy 138.508072 113.676) (xy 138.508072 111.876) (xy 138.495812 111.751518) (xy 138.459502 111.63182) (xy 138.400537 111.521506) - (xy 138.321185 111.424815) (xy 138.224494 111.345463) (xy 138.11418 111.286498) (xy 137.994482 111.250188) (xy 137.87 111.237928) - (xy 135.37 111.237928) (xy 135.245518 111.250188) (xy 135.12582 111.286498) (xy 135.015506 111.345463) (xy 134.918815 111.424815) - (xy 134.839463 111.521506) (xy 134.780498 111.63182) (xy 134.744188 111.751518) (xy 134.731928 111.876) (xy 134.508072 111.876) - (xy 134.495812 111.751518) (xy 134.459502 111.63182) (xy 134.400537 111.521506) (xy 134.321185 111.424815) (xy 134.224494 111.345463) - (xy 134.11418 111.286498) (xy 133.994482 111.250188) (xy 133.87 111.237928) (xy 132.90575 111.241) (xy 132.747 111.39975) - (xy 132.493 111.39975) (xy 132.33425 111.241) (xy 131.37 111.237928) (xy 131.245518 111.250188) (xy 131.12582 111.286498) - (xy 131.015506 111.345463) (xy 130.918815 111.424815) (xy 130.839463 111.521506) (xy 130.780498 111.63182) (xy 130.744188 111.751518) - (xy 130.731928 111.876) (xy 102.127 111.876) (xy 102.127 111.127) (xy 139.873 111.127) (xy 139.873 121) - (xy 139.87544 121.024776) (xy 139.882667 121.048601) (xy 139.894403 121.070557) (xy 139.910197 121.089803) (xy 140.910197 122.089803) - (xy 140.929443 122.105597) (xy 140.951399 122.117333) (xy 140.975224 122.12456) (xy 141 122.127) (xy 141.51272 122.127) - (xy 141.60332 122.345727) (xy 141.760363 122.580759) (xy 141.960241 122.780637) (xy 142.195273 122.93768) (xy 142.456426 123.045853) - (xy 142.733665 123.101) (xy 143.016335 123.101) (xy 143.293574 123.045853) (xy 143.554727 122.93768) (xy 143.789759 122.780637) - (xy 143.989637 122.580759) (xy 144.14668 122.345727) (xy 144.23728 122.127) (xy 151.573139 122.127) (xy 151.68179 122.389306) - (xy 151.848901 122.639406) (xy 152.061594 122.852099) (xy 152.311694 123.01921) (xy 152.58959 123.134319) (xy 152.884604 123.193) - (xy 153.185396 123.193) (xy 153.48041 123.134319) (xy 153.758306 123.01921) (xy 154.008406 122.852099) (xy 154.221099 122.639406) - (xy 154.38821 122.389306) (xy 154.496861 122.127) (xy 156 122.127) (xy 156.024776 122.12456) (xy 156.048601 122.117333) - (xy 156.070557 122.105597) (xy 156.089803 122.089803) (xy 157.089803 121.089803) (xy 157.105597 121.070557) (xy 157.117333 121.048601) - (xy 157.12456 121.024776) (xy 157.127 121) (xy 157.127 86) (xy 157.12456 85.975224) (xy 157.117333 85.951399) - (xy 157.105597 85.929443) (xy 157.089803 85.910197) (xy 155.089803 83.910197) (xy 155.070557 83.894403) (xy 155.048601 83.882667) - (xy 155.024776 83.87544) (xy 155 83.873) (xy 139.052606 83.873) (xy 137.093761 81.914155) (xy 141.26545 81.914155) - (xy 141.661634 82.43455) (xy 142.376612 82.824748) (xy 143.153976 83.067964) (xy 143.963853 83.154851) (xy 144.775118 83.082069) - (xy 145.556597 82.852415) (xy 146.278256 82.474715) (xy 146.338366 82.43455) (xy 146.73455 81.914155) (xy 144 79.179605) - (xy 141.26545 81.914155) (xy 137.093761 81.914155) (xy 135.089803 79.910197) (xy 135.070557 79.894403) (xy 135.048601 79.882667) - (xy 135.024776 79.87544) (xy 135 79.873) (xy 93 79.873) (xy 92.968481 79.876973) (xy 92.945085 79.885486) - (xy 92.9238 79.8984) (xy 88.957667 82.873) (xy 77.486549 82.873) (xy 77.556597 82.852415) (xy 78.278256 82.474715) - (xy 78.338366 82.43455) (xy 78.73455 81.914155) (xy 76 79.179605) (xy 73.26545 81.914155) (xy 73.661634 82.43455) - (xy 74.376612 82.824748) (xy 74.530834 82.873) (xy 68 82.873) (xy 67.975224 82.87544) (xy 67.951399 82.882667) - (xy 67.929443 82.894403) (xy 67.910197 82.910197) (xy 62.910197 87.910197) (xy 62.894403 87.929443) (xy 62.882667 87.951399) - (xy 62.87544 87.975224) (xy 62.873 88) (xy 61.66 88) (xy 61.66 83.032279) (xy 61.66958 82.934576) - (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) (xy 61.811644 82.720752) (xy 61.869471 82.689485) - (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) (xy 65.062753 82.657012) (xy 65.087743 82.657187) - (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) (xy 65.990657 82.551449) (xy 65.999479 82.548785) - (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) (xy 66.863974 82.268021) (xy 67.550684 81.896718) - (xy 67.600268 81.863273) (xy 67.650331 81.830513) (xy 67.657472 81.824689) (xy 68.258983 81.327076) (xy 68.30114 81.284624) - (xy 68.343873 81.242777) (xy 68.349741 81.235682) (xy 68.349747 81.235676) (xy 68.349751 81.235669) (xy 68.843148 80.630706) - (xy 68.87623 80.580913) (xy 68.910048 80.531524) (xy 68.91443 80.523417) (xy 69.28093 79.834133) (xy 69.303729 79.778818) - (xy 69.32729 79.723846) (xy 69.330015 79.715043) (xy 69.555652 78.967698) (xy 69.556413 78.963853) (xy 71.845149 78.963853) - (xy 71.917931 79.775118) (xy 72.147585 80.556597) (xy 72.525285 81.278256) (xy 72.56545 81.338366) (xy 73.085845 81.73455) - (xy 75.820395 79) (xy 76.179605 79) (xy 78.914155 81.73455) (xy 79.43455 81.338366) (xy 79.824748 80.623388) - (xy 80.067964 79.846024) (xy 80.154851 79.036147) (xy 80.082069 78.224882) (xy 79.852415 77.443403) (xy 79.474715 76.721744) - (xy 79.43455 76.661634) (xy 78.914155 76.26545) (xy 76.179605 79) (xy 75.820395 79) (xy 73.085845 76.26545) - (xy 72.56545 76.661634) (xy 72.175252 77.376612) (xy 71.932036 78.153976) (xy 71.845149 78.963853) (xy 69.556413 78.963853) - (xy 69.567277 78.908989) (xy 69.579708 78.850506) (xy 69.580671 78.841341) (xy 69.65685 78.064404) (xy 69.65685 78.064402) - (xy 69.66 78.032419) (xy 69.66 76.085845) (xy 73.26545 76.085845) (xy 76 78.820395) (xy 78.73455 76.085845) - (xy 78.338366 75.56545) (xy 77.623388 75.175252) (xy 76.846024 74.932036) (xy 76.036147 74.845149) (xy 75.224882 74.917931) - (xy 74.443403 75.147585) (xy 73.721744 75.525285) (xy 73.661634 75.56545) (xy 73.26545 76.085845) (xy 69.66 76.085845) - (xy 69.66 75.032279) (xy 69.66958 74.934576) (xy 69.68858 74.871644) (xy 69.719445 74.813595) (xy 69.760989 74.762657) - (xy 69.811644 74.720752) (xy 69.869471 74.689485) (xy 69.932272 74.670044) (xy 70.027835 74.66) (xy 80.967721 74.66) - ) - ) - ) - (zone (net 0) (net_name "") (layer F.Cu) (tstamp 5FAD5353) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) - (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 135 80) (xy 139 84) (xy 155 84) (xy 157 86) (xy 157 121) - (xy 156 122) (xy 141 122) (xy 140 121) (xy 140 111) (xy 102 111) - (xy 102 115) (xy 120 133) (xy 144 133) (xy 155 133) (xy 155 142) - (xy 122 142) (xy 118 146) (xy 100.5 146.0754) (xy 93.5 153) (xy 83 153) - (xy 79.5 150) (xy 67 150) (xy 63 146) (xy 63 88) (xy 68 83) - (xy 89 83) (xy 93 80) - ) - ) - ) - (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) - (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 155 142) (xy 150 142) (xy 150 133) (xy 155 133) - ) - ) - ) - (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) - (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 157 122) (xy 139 122) (xy 139 85) (xy 157 85) - ) - ) - ) - (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) - (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 139 111) (xy 94 111) (xy 94 100) (xy 139 100) - ) - ) - ) - (zone (net 0) (net_name "") (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (keepout (tracks allowed) (vias allowed) (copperpour not_allowed)) - (fill (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 94 149) (xy 83 149) (xy 83 94) (xy 94 94) - ) - ) - ) - (zone (net 3) (net_name GND) (layer B.Cu) (tstamp 0) (hatch edge 0.508) - (connect_pads (clearance 0.508)) - (min_thickness 0.254) - (fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 159 160) (xy 61 160) (xy 61 74) (xy 159 74) - ) - ) - (filled_polygon - (pts - (xy 81.065424 74.66958) (xy 81.128356 74.68858) (xy 81.186405 74.719445) (xy 81.237343 74.760989) (xy 81.279248 74.811644) - (xy 81.310515 74.869471) (xy 81.329956 74.932272) (xy 81.340001 75.027845) (xy 81.34 78.032418) (xy 81.342783 78.060673) - (xy 81.34274 78.066801) (xy 81.34364 78.075972) (xy 81.364041 78.270069) (xy 81.376068 78.328658) (xy 81.387277 78.387423) - (xy 81.389941 78.396245) (xy 81.447653 78.582683) (xy 81.470838 78.637838) (xy 81.493242 78.693291) (xy 81.497568 78.701427) - (xy 81.590393 78.873104) (xy 81.623846 78.922699) (xy 81.6566 78.972753) (xy 81.662424 78.979894) (xy 81.786828 79.130272) - (xy 81.829263 79.172411) (xy 81.871126 79.215161) (xy 81.878227 79.221034) (xy 82.029469 79.344384) (xy 82.079277 79.377477) - (xy 82.128651 79.411284) (xy 82.136757 79.415667) (xy 82.30908 79.507292) (xy 82.364392 79.53009) (xy 82.419366 79.553652) - (xy 82.428169 79.556377) (xy 82.615006 79.612786) (xy 82.673686 79.624405) (xy 82.732196 79.636842) (xy 82.741361 79.637805) - (xy 82.935594 79.65685) (xy 82.935598 79.65685) (xy 82.967581 79.66) (xy 89.032419 79.66) (xy 89.060674 79.657217) - (xy 89.066801 79.65726) (xy 89.075972 79.65636) (xy 89.270069 79.635959) (xy 89.328658 79.623932) (xy 89.387423 79.612723) - (xy 89.396245 79.610059) (xy 89.582683 79.552347) (xy 89.637838 79.529162) (xy 89.693291 79.506758) (xy 89.701427 79.502432) - (xy 89.873104 79.409607) (xy 89.922699 79.376154) (xy 89.972753 79.3434) (xy 89.979894 79.337576) (xy 90.130272 79.213172) - (xy 90.172411 79.170737) (xy 90.215161 79.128874) (xy 90.221034 79.121773) (xy 90.344384 78.970531) (xy 90.377477 78.920723) - (xy 90.411284 78.871349) (xy 90.415667 78.863243) (xy 90.507292 78.69092) (xy 90.53009 78.635608) (xy 90.553652 78.580634) - (xy 90.556377 78.571831) (xy 90.612786 78.384994) (xy 90.624405 78.326314) (xy 90.636842 78.267804) (xy 90.637805 78.258639) - (xy 90.65685 78.064406) (xy 90.65685 78.064402) (xy 90.66 78.032419) (xy 90.66 75.032279) (xy 90.66958 74.934576) - (xy 90.68858 74.871644) (xy 90.719445 74.813595) (xy 90.760989 74.762657) (xy 90.811644 74.720752) (xy 90.869471 74.689485) - (xy 90.932272 74.670044) (xy 91.027835 74.66) (xy 128.967721 74.66) (xy 129.065424 74.66958) (xy 129.128356 74.68858) - (xy 129.186405 74.719445) (xy 129.237343 74.760989) (xy 129.279248 74.811644) (xy 129.310515 74.869471) (xy 129.329956 74.932272) - (xy 129.340001 75.027845) (xy 129.34 78.032418) (xy 129.342783 78.060673) (xy 129.34274 78.066801) (xy 129.34364 78.075972) - (xy 129.364041 78.270069) (xy 129.376068 78.328658) (xy 129.387277 78.387423) (xy 129.389941 78.396245) (xy 129.447653 78.582683) - (xy 129.470838 78.637838) (xy 129.493242 78.693291) (xy 129.497568 78.701427) (xy 129.590393 78.873104) (xy 129.623846 78.922699) - (xy 129.6566 78.972753) (xy 129.662424 78.979894) (xy 129.786828 79.130272) (xy 129.829263 79.172411) (xy 129.871126 79.215161) - (xy 129.878227 79.221034) (xy 130.029469 79.344384) (xy 130.079277 79.377477) (xy 130.128651 79.411284) (xy 130.136757 79.415667) - (xy 130.30908 79.507292) (xy 130.364392 79.53009) (xy 130.419366 79.553652) (xy 130.428169 79.556377) (xy 130.615006 79.612786) - (xy 130.673686 79.624405) (xy 130.732196 79.636842) (xy 130.741361 79.637805) (xy 130.935594 79.65685) (xy 130.935598 79.65685) - (xy 130.967581 79.66) (xy 137.032419 79.66) (xy 137.060674 79.657217) (xy 137.066801 79.65726) (xy 137.075972 79.65636) - (xy 137.270069 79.635959) (xy 137.328658 79.623932) (xy 137.387423 79.612723) (xy 137.396245 79.610059) (xy 137.582683 79.552347) - (xy 137.637838 79.529162) (xy 137.693291 79.506758) (xy 137.701427 79.502432) (xy 137.873104 79.409607) (xy 137.922699 79.376154) - (xy 137.972753 79.3434) (xy 137.979894 79.337576) (xy 138.130272 79.213172) (xy 138.172411 79.170737) (xy 138.215161 79.128874) - (xy 138.221034 79.121773) (xy 138.344384 78.970531) (xy 138.34882 78.963853) (xy 139.845149 78.963853) (xy 139.917931 79.775118) - (xy 140.147585 80.556597) (xy 140.525285 81.278256) (xy 140.56545 81.338366) (xy 141.085845 81.73455) (xy 143.820395 79) - (xy 144.179605 79) (xy 146.914155 81.73455) (xy 147.43455 81.338366) (xy 147.824748 80.623388) (xy 148.067964 79.846024) - (xy 148.154851 79.036147) (xy 148.082069 78.224882) (xy 147.852415 77.443403) (xy 147.474715 76.721744) (xy 147.43455 76.661634) - (xy 146.914155 76.26545) (xy 144.179605 79) (xy 143.820395 79) (xy 141.085845 76.26545) (xy 140.56545 76.661634) - (xy 140.175252 77.376612) (xy 139.932036 78.153976) (xy 139.845149 78.963853) (xy 138.34882 78.963853) (xy 138.377477 78.920723) - (xy 138.411284 78.871349) (xy 138.415667 78.863243) (xy 138.507292 78.69092) (xy 138.53009 78.635608) (xy 138.553652 78.580634) - (xy 138.556377 78.571831) (xy 138.612786 78.384994) (xy 138.624405 78.326314) (xy 138.636842 78.267804) (xy 138.637805 78.258639) - (xy 138.65685 78.064406) (xy 138.65685 78.064402) (xy 138.66 78.032419) (xy 138.66 76.085845) (xy 141.26545 76.085845) - (xy 144 78.820395) (xy 146.73455 76.085845) (xy 146.338366 75.56545) (xy 145.623388 75.175252) (xy 144.846024 74.932036) - (xy 144.036147 74.845149) (xy 143.224882 74.917931) (xy 142.443403 75.147585) (xy 141.721744 75.525285) (xy 141.661634 75.56545) - (xy 141.26545 76.085845) (xy 138.66 76.085845) (xy 138.66 75.032279) (xy 138.66958 74.934576) (xy 138.68858 74.871644) - (xy 138.719445 74.813595) (xy 138.760989 74.762657) (xy 138.811644 74.720752) (xy 138.869471 74.689485) (xy 138.932272 74.670044) - (xy 139.027835 74.66) (xy 149.967721 74.66) (xy 150.065424 74.66958) (xy 150.128356 74.68858) (xy 150.186405 74.719445) - (xy 150.237343 74.760989) (xy 150.279248 74.811644) (xy 150.310515 74.869471) (xy 150.329956 74.932272) (xy 150.340001 75.027845) - (xy 150.34 78.032418) (xy 150.342988 78.062752) (xy 150.342813 78.087743) (xy 150.343713 78.096914) (xy 150.425315 78.873302) - (xy 150.437338 78.931871) (xy 150.448551 78.990657) (xy 150.451215 78.999479) (xy 150.682063 79.745229) (xy 150.705238 79.800359) - (xy 150.727652 79.855838) (xy 150.731979 79.863974) (xy 151.103282 80.550684) (xy 151.136727 80.600268) (xy 151.169487 80.650331) - (xy 151.175311 80.657472) (xy 151.672924 81.258983) (xy 151.715376 81.30114) (xy 151.757223 81.343873) (xy 151.764318 81.349741) - (xy 151.764324 81.349747) (xy 151.764331 81.349751) (xy 152.369294 81.843148) (xy 152.419087 81.87623) (xy 152.468476 81.910048) - (xy 152.476583 81.91443) (xy 153.165867 82.28093) (xy 153.221182 82.303729) (xy 153.276154 82.32729) (xy 153.284957 82.330015) - (xy 154.032302 82.555652) (xy 154.091011 82.567277) (xy 154.149494 82.579708) (xy 154.158657 82.580671) (xy 154.158659 82.580671) - (xy 154.935596 82.65685) (xy 154.935598 82.65685) (xy 154.967581 82.66) (xy 157.967721 82.66) (xy 158.065424 82.66958) - (xy 158.128356 82.68858) (xy 158.186405 82.719445) (xy 158.237343 82.760989) (xy 158.279248 82.811644) (xy 158.310515 82.869471) - (xy 158.329956 82.932272) (xy 158.340001 83.027845) (xy 158.34 150.967721) (xy 158.33042 151.065424) (xy 158.31142 151.128357) - (xy 158.280554 151.186406) (xy 158.239011 151.237343) (xy 158.188356 151.279248) (xy 158.130529 151.310515) (xy 158.067728 151.329956) - (xy 157.972165 151.34) (xy 154.967581 151.34) (xy 154.937247 151.342988) (xy 154.912257 151.342813) (xy 154.903086 151.343713) - (xy 154.126699 151.425315) (xy 154.068106 151.437342) (xy 154.009342 151.448552) (xy 154.00052 151.451215) (xy 153.254771 151.682063) - (xy 153.199608 151.705251) (xy 153.144162 151.727653) (xy 153.136026 151.731979) (xy 152.449316 152.103282) (xy 152.399741 152.136721) - (xy 152.34967 152.169486) (xy 152.342529 152.175311) (xy 151.741017 152.672924) (xy 151.698863 152.715374) (xy 151.656127 152.757224) - (xy 151.650253 152.764324) (xy 151.156852 153.369295) (xy 151.123764 153.419096) (xy 151.089953 153.468476) (xy 151.08557 153.476582) - (xy 150.719071 154.165867) (xy 150.69628 154.221161) (xy 150.67271 154.276154) (xy 150.669985 154.284957) (xy 150.444348 155.032302) - (xy 150.432725 155.091005) (xy 150.420292 155.149494) (xy 150.419329 155.158658) (xy 150.34315 155.935595) (xy 150.34 155.967582) - (xy 150.340001 158.967711) (xy 150.33042 159.065424) (xy 150.31142 159.128357) (xy 150.280554 159.186406) (xy 150.239011 159.237343) - (xy 150.188356 159.279248) (xy 150.130529 159.310515) (xy 150.067728 159.329956) (xy 149.972165 159.34) (xy 139.032279 159.34) - (xy 138.934576 159.33042) (xy 138.871643 159.31142) (xy 138.813594 159.280554) (xy 138.762657 159.239011) (xy 138.720752 159.188356) - (xy 138.689485 159.130529) (xy 138.670044 159.067728) (xy 138.66 158.972165) (xy 138.66 157.914155) (xy 141.26545 157.914155) - (xy 141.661634 158.43455) (xy 142.376612 158.824748) (xy 143.153976 159.067964) (xy 143.963853 159.154851) (xy 144.775118 159.082069) - (xy 145.556597 158.852415) (xy 146.278256 158.474715) (xy 146.338366 158.43455) (xy 146.73455 157.914155) (xy 144 155.179605) - (xy 141.26545 157.914155) (xy 138.66 157.914155) (xy 138.66 155.967581) (xy 138.657217 155.939326) (xy 138.65726 155.933199) - (xy 138.65636 155.924028) (xy 138.635959 155.729931) (xy 138.623934 155.671348) (xy 138.612723 155.612577) (xy 138.610059 155.603755) - (xy 138.552347 155.417317) (xy 138.529162 155.362162) (xy 138.506758 155.306709) (xy 138.502432 155.298573) (xy 138.409607 155.126896) - (xy 138.376139 155.077278) (xy 138.3434 155.027247) (xy 138.337576 155.020106) (xy 138.29104 154.963853) (xy 139.845149 154.963853) - (xy 139.917931 155.775118) (xy 140.147585 156.556597) (xy 140.525285 157.278256) (xy 140.56545 157.338366) (xy 141.085845 157.73455) - (xy 143.820395 155) (xy 144.179605 155) (xy 146.914155 157.73455) (xy 147.43455 157.338366) (xy 147.824748 156.623388) - (xy 148.067964 155.846024) (xy 148.154851 155.036147) (xy 148.082069 154.224882) (xy 147.852415 153.443403) (xy 147.474715 152.721744) - (xy 147.43455 152.661634) (xy 146.914155 152.26545) (xy 144.179605 155) (xy 143.820395 155) (xy 141.085845 152.26545) - (xy 140.56545 152.661634) (xy 140.175252 153.376612) (xy 139.932036 154.153976) (xy 139.845149 154.963853) (xy 138.29104 154.963853) - (xy 138.213172 154.869728) (xy 138.170737 154.827589) (xy 138.128874 154.784839) (xy 138.121773 154.778966) (xy 137.970531 154.655616) - (xy 137.920738 154.622534) (xy 137.871349 154.588716) (xy 137.863243 154.584333) (xy 137.690921 154.492708) (xy 137.635606 154.469909) - (xy 137.580634 154.446348) (xy 137.571831 154.443623) (xy 137.384995 154.387214) (xy 137.326307 154.375594) (xy 137.267804 154.363158) - (xy 137.258639 154.362195) (xy 137.064405 154.34315) (xy 137.064402 154.34315) (xy 137.032419 154.34) (xy 130.967581 154.34) - (xy 130.939326 154.342783) (xy 130.933199 154.34274) (xy 130.924028 154.34364) (xy 130.729931 154.364041) (xy 130.671348 154.376066) - (xy 130.612577 154.387277) (xy 130.603755 154.389941) (xy 130.417317 154.447653) (xy 130.362162 154.470838) (xy 130.306709 154.493242) - (xy 130.298573 154.497568) (xy 130.126896 154.590393) (xy 130.077278 154.623861) (xy 130.027247 154.6566) (xy 130.020106 154.662424) - (xy 129.869728 154.786828) (xy 129.827589 154.829263) (xy 129.784839 154.871126) (xy 129.778966 154.878227) (xy 129.655616 155.029469) - (xy 129.622534 155.079262) (xy 129.588716 155.128651) (xy 129.584333 155.136757) (xy 129.492708 155.309079) (xy 129.469909 155.364394) - (xy 129.446348 155.419366) (xy 129.443623 155.428169) (xy 129.387214 155.615005) (xy 129.375594 155.673693) (xy 129.363158 155.732196) - (xy 129.362195 155.741361) (xy 129.34315 155.935595) (xy 129.34 155.967582) (xy 129.340001 158.967711) (xy 129.33042 159.065424) - (xy 129.31142 159.128357) (xy 129.280554 159.186406) (xy 129.239011 159.237343) (xy 129.188356 159.279248) (xy 129.130529 159.310515) - (xy 129.067728 159.329956) (xy 128.972165 159.34) (xy 91.032279 159.34) (xy 90.934576 159.33042) (xy 90.871643 159.31142) - (xy 90.813594 159.280554) (xy 90.762657 159.239011) (xy 90.720752 159.188356) (xy 90.689485 159.130529) (xy 90.670044 159.067728) - (xy 90.66 158.972165) (xy 90.66 158.33) (xy 104.175928 158.33) (xy 104.188188 158.454482) (xy 104.224498 158.57418) - (xy 104.283463 158.684494) (xy 104.362815 158.781185) (xy 104.459506 158.860537) (xy 104.56982 158.919502) (xy 104.689518 158.955812) - (xy 104.814 158.968072) (xy 105.37825 158.965) (xy 105.537 158.80625) (xy 105.537 157.607) (xy 104.33775 157.607) - (xy 104.179 157.76575) (xy 104.175928 158.33) (xy 90.66 158.33) (xy 90.66 156.63) (xy 104.175928 156.63) - (xy 104.179 157.19425) (xy 104.33775 157.353) (xy 105.537 157.353) (xy 105.537 156.15375) (xy 105.791 156.15375) - (xy 105.791 157.353) (xy 105.811 157.353) (xy 105.811 157.607) (xy 105.791 157.607) (xy 105.791 158.80625) - (xy 105.94975 158.965) (xy 106.514 158.968072) (xy 106.638482 158.955812) (xy 106.75818 158.919502) (xy 106.868494 158.860537) - (xy 106.965185 158.781185) (xy 107.044537 158.684494) (xy 107.103502 158.57418) (xy 107.125513 158.50162) (xy 107.257368 158.633475) - (xy 107.500589 158.79599) (xy 107.770842 158.907932) (xy 108.05774 158.965) (xy 108.35026 158.965) (xy 108.637158 158.907932) - (xy 108.907411 158.79599) (xy 109.150632 158.633475) (xy 109.357475 158.426632) (xy 109.418676 158.335038) (xy 109.519064 158.485279) - (xy 109.738721 158.704936) (xy 109.997011 158.877519) (xy 110.284006 158.996396) (xy 110.588679 159.057) (xy 110.899321 159.057) - (xy 111.203994 158.996396) (xy 111.490989 158.877519) (xy 111.749279 158.704936) (xy 111.968936 158.485279) (xy 112.069324 158.335038) - (xy 112.130525 158.426632) (xy 112.337368 158.633475) (xy 112.580589 158.79599) (xy 112.850842 158.907932) (xy 113.13774 158.965) - (xy 113.43026 158.965) (xy 113.717158 158.907932) (xy 113.987411 158.79599) (xy 114.230632 158.633475) (xy 114.437475 158.426632) - (xy 114.554 158.25224) (xy 114.670525 158.426632) (xy 114.877368 158.633475) (xy 115.120589 158.79599) (xy 115.390842 158.907932) - (xy 115.67774 158.965) (xy 115.97026 158.965) (xy 116.257158 158.907932) (xy 116.527411 158.79599) (xy 116.770632 158.633475) - (xy 116.977475 158.426632) (xy 117.094 158.25224) (xy 117.210525 158.426632) (xy 117.417368 158.633475) (xy 117.660589 158.79599) - (xy 117.930842 158.907932) (xy 118.21774 158.965) (xy 118.51026 158.965) (xy 118.797158 158.907932) (xy 119.067411 158.79599) - (xy 119.310632 158.633475) (xy 119.517475 158.426632) (xy 119.67999 158.183411) (xy 119.791932 157.913158) (xy 119.849 157.62626) - (xy 119.849 157.33374) (xy 119.791932 157.046842) (xy 119.67999 156.776589) (xy 119.517475 156.533368) (xy 119.310632 156.326525) - (xy 119.067411 156.16401) (xy 118.797158 156.052068) (xy 118.51026 155.995) (xy 118.21774 155.995) (xy 117.930842 156.052068) - (xy 117.660589 156.16401) (xy 117.417368 156.326525) (xy 117.210525 156.533368) (xy 117.094 156.70776) (xy 116.977475 156.533368) - (xy 116.770632 156.326525) (xy 116.527411 156.16401) (xy 116.257158 156.052068) (xy 115.97026 155.995) (xy 115.67774 155.995) - (xy 115.390842 156.052068) (xy 115.120589 156.16401) (xy 114.877368 156.326525) (xy 114.670525 156.533368) (xy 114.554 156.70776) - (xy 114.437475 156.533368) (xy 114.230632 156.326525) (xy 113.987411 156.16401) (xy 113.717158 156.052068) (xy 113.43026 155.995) - (xy 113.13774 155.995) (xy 112.850842 156.052068) (xy 112.580589 156.16401) (xy 112.337368 156.326525) (xy 112.130525 156.533368) - (xy 112.069324 156.624962) (xy 111.968936 156.474721) (xy 111.749279 156.255064) (xy 111.490989 156.082481) (xy 111.203994 155.963604) - (xy 110.899321 155.903) (xy 110.588679 155.903) (xy 110.284006 155.963604) (xy 109.997011 156.082481) (xy 109.738721 156.255064) - (xy 109.519064 156.474721) (xy 109.418676 156.624962) (xy 109.357475 156.533368) (xy 109.150632 156.326525) (xy 108.907411 156.16401) - (xy 108.637158 156.052068) (xy 108.35026 155.995) (xy 108.05774 155.995) (xy 107.770842 156.052068) (xy 107.500589 156.16401) - (xy 107.257368 156.326525) (xy 107.125513 156.45838) (xy 107.103502 156.38582) (xy 107.044537 156.275506) (xy 106.965185 156.178815) - (xy 106.868494 156.099463) (xy 106.75818 156.040498) (xy 106.638482 156.004188) (xy 106.514 155.991928) (xy 105.94975 155.995) - (xy 105.791 156.15375) (xy 105.537 156.15375) (xy 105.37825 155.995) (xy 104.814 155.991928) (xy 104.689518 156.004188) - (xy 104.56982 156.040498) (xy 104.459506 156.099463) (xy 104.362815 156.178815) (xy 104.283463 156.275506) (xy 104.224498 156.38582) - (xy 104.188188 156.505518) (xy 104.175928 156.63) (xy 90.66 156.63) (xy 90.66 155.967581) (xy 90.657217 155.939326) - (xy 90.65726 155.933199) (xy 90.65636 155.924028) (xy 90.635959 155.729931) (xy 90.623934 155.671348) (xy 90.612723 155.612577) - (xy 90.610059 155.603755) (xy 90.552347 155.417317) (xy 90.529162 155.362162) (xy 90.506758 155.306709) (xy 90.502432 155.298573) - (xy 90.409607 155.126896) (xy 90.376139 155.077278) (xy 90.3434 155.027247) (xy 90.337576 155.020106) (xy 90.213172 154.869728) - (xy 90.170737 154.827589) (xy 90.128874 154.784839) (xy 90.121773 154.778966) (xy 89.970531 154.655616) (xy 89.920738 154.622534) - (xy 89.871349 154.588716) (xy 89.863243 154.584333) (xy 89.690921 154.492708) (xy 89.635606 154.469909) (xy 89.580634 154.446348) - (xy 89.571831 154.443623) (xy 89.384995 154.387214) (xy 89.326307 154.375594) (xy 89.267804 154.363158) (xy 89.258639 154.362195) - (xy 89.064405 154.34315) (xy 89.064402 154.34315) (xy 89.032419 154.34) (xy 82.967581 154.34) (xy 82.939326 154.342783) - (xy 82.933199 154.34274) (xy 82.924028 154.34364) (xy 82.729931 154.364041) (xy 82.671348 154.376066) (xy 82.612577 154.387277) - (xy 82.603755 154.389941) (xy 82.417317 154.447653) (xy 82.362162 154.470838) (xy 82.306709 154.493242) (xy 82.298573 154.497568) - (xy 82.126896 154.590393) (xy 82.077278 154.623861) (xy 82.027247 154.6566) (xy 82.020106 154.662424) (xy 81.869728 154.786828) - (xy 81.827589 154.829263) (xy 81.784839 154.871126) (xy 81.778966 154.878227) (xy 81.655616 155.029469) (xy 81.622534 155.079262) - (xy 81.588716 155.128651) (xy 81.584333 155.136757) (xy 81.492708 155.309079) (xy 81.469909 155.364394) (xy 81.446348 155.419366) - (xy 81.443623 155.428169) (xy 81.387214 155.615005) (xy 81.375594 155.673693) (xy 81.363158 155.732196) (xy 81.362195 155.741361) - (xy 81.34315 155.935595) (xy 81.34 155.967582) (xy 81.340001 158.967711) (xy 81.33042 159.065424) (xy 81.31142 159.128357) - (xy 81.280554 159.186406) (xy 81.239011 159.237343) (xy 81.188356 159.279248) (xy 81.130529 159.310515) (xy 81.067728 159.329956) - (xy 80.972165 159.34) (xy 70.032279 159.34) (xy 69.934576 159.33042) (xy 69.871643 159.31142) (xy 69.813594 159.280554) - (xy 69.762657 159.239011) (xy 69.720752 159.188356) (xy 69.689485 159.130529) (xy 69.670044 159.067728) (xy 69.66 158.972165) - (xy 69.66 157.914155) (xy 73.26545 157.914155) (xy 73.661634 158.43455) (xy 74.376612 158.824748) (xy 75.153976 159.067964) - (xy 75.963853 159.154851) (xy 76.775118 159.082069) (xy 77.556597 158.852415) (xy 78.278256 158.474715) (xy 78.338366 158.43455) - (xy 78.73455 157.914155) (xy 76 155.179605) (xy 73.26545 157.914155) (xy 69.66 157.914155) (xy 69.66 155.967581) - (xy 69.657012 155.937247) (xy 69.657187 155.912257) (xy 69.656287 155.903086) (xy 69.574685 155.126699) (xy 69.562658 155.068106) - (xy 69.551448 155.009342) (xy 69.548785 155.00052) (xy 69.537435 154.963853) (xy 71.845149 154.963853) (xy 71.917931 155.775118) - (xy 72.147585 156.556597) (xy 72.525285 157.278256) (xy 72.56545 157.338366) (xy 73.085845 157.73455) (xy 75.820395 155) - (xy 76.179605 155) (xy 78.914155 157.73455) (xy 79.43455 157.338366) (xy 79.824748 156.623388) (xy 80.067964 155.846024) - (xy 80.154851 155.036147) (xy 80.082069 154.224882) (xy 79.852415 153.443403) (xy 79.474715 152.721744) (xy 79.43455 152.661634) - (xy 78.914155 152.26545) (xy 76.179605 155) (xy 75.820395 155) (xy 73.085845 152.26545) (xy 72.56545 152.661634) - (xy 72.175252 153.376612) (xy 71.932036 154.153976) (xy 71.845149 154.963853) (xy 69.537435 154.963853) (xy 69.317937 154.254771) - (xy 69.294749 154.199608) (xy 69.272347 154.144162) (xy 69.268021 154.136026) (xy 68.896718 153.449316) (xy 68.863279 153.399741) - (xy 68.830514 153.34967) (xy 68.824689 153.342529) (xy 68.327076 152.741017) (xy 68.284621 152.698858) (xy 68.242776 152.656127) - (xy 68.235676 152.650253) (xy 67.630705 152.156852) (xy 67.580904 152.123764) (xy 67.531524 152.089953) (xy 67.523927 152.085845) - (xy 73.26545 152.085845) (xy 76 154.820395) (xy 78.73455 152.085845) (xy 141.26545 152.085845) (xy 144 154.820395) - (xy 146.73455 152.085845) (xy 146.338366 151.56545) (xy 145.623388 151.175252) (xy 144.846024 150.932036) (xy 144.036147 150.845149) - (xy 143.224882 150.917931) (xy 142.443403 151.147585) (xy 141.721744 151.525285) (xy 141.661634 151.56545) (xy 141.26545 152.085845) - (xy 78.73455 152.085845) (xy 78.338366 151.56545) (xy 77.623388 151.175252) (xy 76.846024 150.932036) (xy 76.036147 150.845149) - (xy 75.224882 150.917931) (xy 74.443403 151.147585) (xy 73.721744 151.525285) (xy 73.661634 151.56545) (xy 73.26545 152.085845) - (xy 67.523927 152.085845) (xy 67.523418 152.08557) (xy 66.834133 151.719071) (xy 66.778839 151.69628) (xy 66.723846 151.67271) - (xy 66.715043 151.669985) (xy 65.967698 151.444348) (xy 65.908995 151.432725) (xy 65.850506 151.420292) (xy 65.841342 151.419329) - (xy 65.064404 151.34315) (xy 65.064402 151.34315) (xy 65.032419 151.34) (xy 62.032279 151.34) (xy 61.934576 151.33042) - (xy 61.871643 151.31142) (xy 61.813594 151.280554) (xy 61.762657 151.239011) (xy 61.720752 151.188356) (xy 61.689485 151.130529) - (xy 61.670044 151.067728) (xy 61.66 150.972165) (xy 61.66 102.267604) (xy 82.083 102.267604) (xy 82.083 102.568396) - (xy 82.141681 102.86341) (xy 82.25679 103.141306) (xy 82.423901 103.391406) (xy 82.636594 103.604099) (xy 82.873 103.76206) - (xy 82.873 149) (xy 82.87544 149.024776) (xy 82.882667 149.048601) (xy 82.894403 149.070557) (xy 82.910197 149.089803) - (xy 82.929443 149.105597) (xy 82.951399 149.117333) (xy 82.975224 149.12456) (xy 83 149.127) (xy 94 149.127) - (xy 94.024776 149.12456) (xy 94.048601 149.117333) (xy 94.070557 149.105597) (xy 94.089803 149.089803) (xy 94.105597 149.070557) - (xy 94.117333 149.048601) (xy 94.12456 149.024776) (xy 94.127 149) (xy 94.127 128.524) (xy 137.587745 128.524) - (xy 137.603929 128.688316) (xy 137.651858 128.846317) (xy 137.729691 128.991932) (xy 137.834436 129.119564) (xy 137.962068 129.224309) - (xy 138.107683 129.302142) (xy 138.265684 129.350071) (xy 138.38883 129.3622) (xy 145.194807 129.3622) (xy 148.0058 132.173194) - (xy 148.005801 140.20917) (xy 148.01793 140.332316) (xy 148.065859 140.490317) (xy 148.143692 140.635932) (xy 148.248437 140.763564) - (xy 148.376069 140.868309) (xy 148.521684 140.946142) (xy 148.679685 140.994071) (xy 148.844 141.010255) (xy 149.008316 140.994071) - (xy 149.166317 140.946142) (xy 149.311932 140.868309) (xy 149.439564 140.763564) (xy 149.544309 140.635932) (xy 149.622142 140.490317) - (xy 149.670071 140.332316) (xy 149.6822 140.20917) (xy 149.6822 133) (xy 149.873 133) (xy 149.873 142) - (xy 149.87544 142.024776) (xy 149.882667 142.048601) (xy 149.894403 142.070557) (xy 149.910197 142.089803) (xy 149.929443 142.105597) - (xy 149.951399 142.117333) (xy 149.975224 142.12456) (xy 150 142.127) (xy 155 142.127) (xy 155.024776 142.12456) - (xy 155.048601 142.117333) (xy 155.070557 142.105597) (xy 155.089803 142.089803) (xy 155.105597 142.070557) (xy 155.117333 142.048601) - (xy 155.12456 142.024776) (xy 155.127 142) (xy 155.127 133) (xy 155.12456 132.975224) (xy 155.117333 132.951399) - (xy 155.105597 132.929443) (xy 155.089803 132.910197) (xy 155.070557 132.894403) (xy 155.048601 132.882667) (xy 155.024776 132.87544) - (xy 155 132.873) (xy 150 132.873) (xy 149.975224 132.87544) (xy 149.951399 132.882667) (xy 149.929443 132.894403) - (xy 149.910197 132.910197) (xy 149.894403 132.929443) (xy 149.882667 132.951399) (xy 149.87544 132.975224) (xy 149.873 133) - (xy 149.6822 133) (xy 149.6822 131.867162) (xy 149.686254 131.825999) (xy 149.6822 131.784836) (xy 149.6822 131.78483) - (xy 149.670071 131.661684) (xy 149.622142 131.503683) (xy 149.544309 131.358068) (xy 149.439564 131.230436) (xy 149.407589 131.204195) - (xy 146.163811 127.960418) (xy 146.137564 127.928436) (xy 146.009932 127.823691) (xy 145.864317 127.745858) (xy 145.706316 127.697929) - (xy 145.58317 127.6858) (xy 145.583163 127.6858) (xy 145.542 127.681746) (xy 145.500837 127.6858) (xy 138.38883 127.6858) - (xy 138.265684 127.697929) (xy 138.107683 127.745858) (xy 137.962068 127.823691) (xy 137.834436 127.928436) (xy 137.729691 128.056068) - (xy 137.651858 128.201683) (xy 137.603929 128.359684) (xy 137.587745 128.524) (xy 94.127 128.524) (xy 94.127 116.3955) - (xy 120.950746 116.3955) (xy 120.966929 116.559815) (xy 121.014858 116.717816) (xy 121.014859 116.717817) (xy 121.092692 116.863432) - (xy 121.197437 116.991064) (xy 121.229413 117.017306) (xy 129.484414 125.272308) (xy 129.580068 125.350809) (xy 129.725683 125.428642) - (xy 129.883684 125.476571) (xy 130.048 125.492754) (xy 130.212315 125.476571) (xy 130.370316 125.428642) (xy 130.515931 125.350809) - (xy 130.643564 125.246064) (xy 130.748309 125.118431) (xy 130.826142 124.972816) (xy 130.874071 124.814815) (xy 130.890254 124.6505) - (xy 130.882589 124.572665) (xy 141.44 124.572665) (xy 141.44 124.855335) (xy 141.495147 125.132574) (xy 141.60332 125.393727) - (xy 141.760363 125.628759) (xy 141.960241 125.828637) (xy 142.195273 125.98568) (xy 142.456426 126.093853) (xy 142.733665 126.149) - (xy 143.016335 126.149) (xy 143.293574 126.093853) (xy 143.554727 125.98568) (xy 143.789759 125.828637) (xy 143.989637 125.628759) - (xy 144.14668 125.393727) (xy 144.254853 125.132574) (xy 144.268684 125.063039) (xy 151.643096 125.063039) (xy 151.683754 125.197087) - (xy 151.803963 125.45142) (xy 151.971481 125.677414) (xy 152.179869 125.866385) (xy 152.421119 126.01107) (xy 152.68596 126.105909) - (xy 152.908 125.984624) (xy 152.908 124.841) (xy 153.162 124.841) (xy 153.162 125.984624) (xy 153.38404 126.105909) - (xy 153.648881 126.01107) (xy 153.890131 125.866385) (xy 154.098519 125.677414) (xy 154.266037 125.45142) (xy 154.386246 125.197087) - (xy 154.426904 125.063039) (xy 154.304915 124.841) (xy 153.162 124.841) (xy 152.908 124.841) (xy 151.765085 124.841) - (xy 151.643096 125.063039) (xy 144.268684 125.063039) (xy 144.31 124.855335) (xy 144.31 124.572665) (xy 144.268685 124.364961) - (xy 151.643096 124.364961) (xy 151.765085 124.587) (xy 152.908 124.587) (xy 152.908 123.443376) (xy 153.162 123.443376) - (xy 153.162 124.587) (xy 154.304915 124.587) (xy 154.426904 124.364961) (xy 154.386246 124.230913) (xy 154.266037 123.97658) - (xy 154.098519 123.750586) (xy 153.890131 123.561615) (xy 153.648881 123.41693) (xy 153.38404 123.322091) (xy 153.162 123.443376) - (xy 152.908 123.443376) (xy 152.68596 123.322091) (xy 152.421119 123.41693) (xy 152.179869 123.561615) (xy 151.971481 123.750586) - (xy 151.803963 123.97658) (xy 151.683754 124.230913) (xy 151.643096 124.364961) (xy 144.268685 124.364961) (xy 144.254853 124.295426) - (xy 144.14668 124.034273) (xy 143.989637 123.799241) (xy 143.789759 123.599363) (xy 143.554727 123.44232) (xy 143.293574 123.334147) - (xy 143.016335 123.279) (xy 142.733665 123.279) (xy 142.456426 123.334147) (xy 142.195273 123.44232) (xy 141.960241 123.599363) - (xy 141.760363 123.799241) (xy 141.60332 124.034273) (xy 141.495147 124.295426) (xy 141.44 124.572665) (xy 130.882589 124.572665) - (xy 130.874071 124.486184) (xy 130.826142 124.328183) (xy 130.748309 124.182568) (xy 130.669808 124.086914) (xy 122.6312 116.048307) - (xy 122.6312 113.75083) (xy 122.619071 113.627684) (xy 122.571142 113.469683) (xy 122.493309 113.324068) (xy 122.388564 113.196436) - (xy 122.260931 113.091691) (xy 122.115316 113.013858) (xy 121.957315 112.965929) (xy 121.793 112.949745) (xy 121.628684 112.965929) - (xy 121.470683 113.013858) (xy 121.325068 113.091691) (xy 121.197436 113.196436) (xy 121.092691 113.324069) (xy 121.014858 113.469684) - (xy 120.966929 113.627685) (xy 120.9548 113.750831) (xy 120.954801 116.354328) (xy 120.950746 116.3955) (xy 94.127 116.3955) - (xy 94.127 111.127) (xy 138.873 111.127) (xy 138.873 122) (xy 138.87544 122.024776) (xy 138.882667 122.048601) - (xy 138.894403 122.070557) (xy 138.910197 122.089803) (xy 138.929443 122.105597) (xy 138.951399 122.117333) (xy 138.975224 122.12456) - (xy 139 122.127) (xy 141.51272 122.127) (xy 141.60332 122.345727) (xy 141.760363 122.580759) (xy 141.960241 122.780637) - (xy 142.195273 122.93768) (xy 142.456426 123.045853) (xy 142.733665 123.101) (xy 143.016335 123.101) (xy 143.293574 123.045853) - (xy 143.554727 122.93768) (xy 143.789759 122.780637) (xy 143.989637 122.580759) (xy 144.14668 122.345727) (xy 144.23728 122.127) - (xy 151.573139 122.127) (xy 151.68179 122.389306) (xy 151.848901 122.639406) (xy 152.061594 122.852099) (xy 152.311694 123.01921) - (xy 152.58959 123.134319) (xy 152.884604 123.193) (xy 153.185396 123.193) (xy 153.48041 123.134319) (xy 153.758306 123.01921) - (xy 154.008406 122.852099) (xy 154.221099 122.639406) (xy 154.38821 122.389306) (xy 154.496861 122.127) (xy 157 122.127) - (xy 157.024776 122.12456) (xy 157.048601 122.117333) (xy 157.070557 122.105597) (xy 157.089803 122.089803) (xy 157.105597 122.070557) - (xy 157.117333 122.048601) (xy 157.12456 122.024776) (xy 157.127 122) (xy 157.127 85) (xy 157.12456 84.975224) - (xy 157.117333 84.951399) (xy 157.105597 84.929443) (xy 157.089803 84.910197) (xy 157.070557 84.894403) (xy 157.048601 84.882667) - (xy 157.024776 84.87544) (xy 157 84.873) (xy 139 84.873) (xy 138.975224 84.87544) (xy 138.951399 84.882667) - (xy 138.929443 84.894403) (xy 138.910197 84.910197) (xy 138.894403 84.929443) (xy 138.882667 84.951399) (xy 138.87544 84.975224) - (xy 138.873 85) (xy 138.873 99.873) (xy 94.127 99.873) (xy 94.127 95.710101) (xy 94.188574 95.697853) - (xy 94.449727 95.58968) (xy 94.684759 95.432637) (xy 94.884637 95.232759) (xy 95.04168 94.997727) (xy 95.149853 94.736574) - (xy 95.205 94.459335) (xy 95.205 94.176665) (xy 95.485 94.176665) (xy 95.485 94.459335) (xy 95.540147 94.736574) - (xy 95.64832 94.997727) (xy 95.805363 95.232759) (xy 96.005241 95.432637) (xy 96.240273 95.58968) (xy 96.501426 95.697853) - (xy 96.778665 95.753) (xy 97.061335 95.753) (xy 97.338574 95.697853) (xy 97.599727 95.58968) (xy 97.834759 95.432637) - (xy 98.034637 95.232759) (xy 98.19168 94.997727) (xy 98.299853 94.736574) (xy 98.355 94.459335) (xy 98.355 94.176665) - (xy 98.353198 94.167604) (xy 105.553 94.167604) (xy 105.553 94.468396) (xy 105.611681 94.76341) (xy 105.72679 95.041306) - (xy 105.893901 95.291406) (xy 106.106594 95.504099) (xy 106.356694 95.67121) (xy 106.63459 95.786319) (xy 106.929604 95.845) - (xy 107.230396 95.845) (xy 107.52541 95.786319) (xy 107.803306 95.67121) (xy 108.053406 95.504099) (xy 108.266099 95.291406) - (xy 108.43321 95.041306) (xy 108.548319 94.76341) (xy 108.607 94.468396) (xy 108.607 94.167604) (xy 108.548319 93.87259) - (xy 108.43321 93.594694) (xy 108.266099 93.344594) (xy 108.053406 93.131901) (xy 107.803306 92.96479) (xy 107.52541 92.849681) - (xy 107.230396 92.791) (xy 106.929604 92.791) (xy 106.63459 92.849681) (xy 106.356694 92.96479) (xy 106.106594 93.131901) - (xy 105.893901 93.344594) (xy 105.72679 93.594694) (xy 105.611681 93.87259) (xy 105.553 94.167604) (xy 98.353198 94.167604) - (xy 98.299853 93.899426) (xy 98.19168 93.638273) (xy 98.034637 93.403241) (xy 97.834759 93.203363) (xy 97.599727 93.04632) - (xy 97.338574 92.938147) (xy 97.061335 92.883) (xy 96.778665 92.883) (xy 96.501426 92.938147) (xy 96.240273 93.04632) - (xy 96.005241 93.203363) (xy 95.805363 93.403241) (xy 95.64832 93.638273) (xy 95.540147 93.899426) (xy 95.485 94.176665) - (xy 95.205 94.176665) (xy 95.149853 93.899426) (xy 95.04168 93.638273) (xy 94.884637 93.403241) (xy 94.684759 93.203363) - (xy 94.449727 93.04632) (xy 94.188574 92.938147) (xy 93.911335 92.883) (xy 93.628665 92.883) (xy 93.351426 92.938147) - (xy 93.090273 93.04632) (xy 92.855241 93.203363) (xy 92.655363 93.403241) (xy 92.49832 93.638273) (xy 92.401093 93.873) - (xy 84.978907 93.873) (xy 84.88168 93.638273) (xy 84.724637 93.403241) (xy 84.524759 93.203363) (xy 84.289727 93.04632) - (xy 84.028574 92.938147) (xy 83.751335 92.883) (xy 83.468665 92.883) (xy 83.191426 92.938147) (xy 82.930273 93.04632) - (xy 82.695241 93.203363) (xy 82.495363 93.403241) (xy 82.33832 93.638273) (xy 82.230147 93.899426) (xy 82.175 94.176665) - (xy 82.175 94.459335) (xy 82.230147 94.736574) (xy 82.33832 94.997727) (xy 82.495363 95.232759) (xy 82.695241 95.432637) - (xy 82.873 95.551411) (xy 82.873 101.07394) (xy 82.636594 101.231901) (xy 82.423901 101.444594) (xy 82.25679 101.694694) - (xy 82.141681 101.97259) (xy 82.083 102.267604) (xy 61.66 102.267604) (xy 61.66 83.032279) (xy 61.66958 82.934576) - (xy 61.68858 82.871644) (xy 61.719445 82.813595) (xy 61.760989 82.762657) (xy 61.811644 82.720752) (xy 61.869471 82.689485) - (xy 61.932272 82.670044) (xy 62.027835 82.66) (xy 65.032419 82.66) (xy 65.062753 82.657012) (xy 65.087743 82.657187) - (xy 65.096914 82.656287) (xy 65.873302 82.574685) (xy 65.931871 82.562662) (xy 65.990657 82.551449) (xy 65.999479 82.548785) - (xy 66.745229 82.317937) (xy 66.800359 82.294762) (xy 66.855838 82.272348) (xy 66.863974 82.268021) (xy 67.518434 81.914155) - (xy 73.26545 81.914155) (xy 73.661634 82.43455) (xy 74.376612 82.824748) (xy 75.153976 83.067964) (xy 75.963853 83.154851) - (xy 76.775118 83.082069) (xy 77.556597 82.852415) (xy 78.278256 82.474715) (xy 78.338366 82.43455) (xy 78.73455 81.914155) - (xy 141.26545 81.914155) (xy 141.661634 82.43455) (xy 142.376612 82.824748) (xy 143.153976 83.067964) (xy 143.963853 83.154851) - (xy 144.775118 83.082069) (xy 145.556597 82.852415) (xy 146.278256 82.474715) (xy 146.338366 82.43455) (xy 146.73455 81.914155) - (xy 144 79.179605) (xy 141.26545 81.914155) (xy 78.73455 81.914155) (xy 76 79.179605) (xy 73.26545 81.914155) - (xy 67.518434 81.914155) (xy 67.550684 81.896718) (xy 67.600268 81.863273) (xy 67.650331 81.830513) (xy 67.657472 81.824689) - (xy 68.258983 81.327076) (xy 68.30114 81.284624) (xy 68.343873 81.242777) (xy 68.349741 81.235682) (xy 68.349747 81.235676) - (xy 68.349751 81.235669) (xy 68.843148 80.630706) (xy 68.87623 80.580913) (xy 68.910048 80.531524) (xy 68.91443 80.523417) - (xy 69.28093 79.834133) (xy 69.303729 79.778818) (xy 69.32729 79.723846) (xy 69.330015 79.715043) (xy 69.555652 78.967698) - (xy 69.556413 78.963853) (xy 71.845149 78.963853) (xy 71.917931 79.775118) (xy 72.147585 80.556597) (xy 72.525285 81.278256) - (xy 72.56545 81.338366) (xy 73.085845 81.73455) (xy 75.820395 79) (xy 76.179605 79) (xy 78.914155 81.73455) - (xy 79.43455 81.338366) (xy 79.824748 80.623388) (xy 80.067964 79.846024) (xy 80.154851 79.036147) (xy 80.082069 78.224882) - (xy 79.852415 77.443403) (xy 79.474715 76.721744) (xy 79.43455 76.661634) (xy 78.914155 76.26545) (xy 76.179605 79) - (xy 75.820395 79) (xy 73.085845 76.26545) (xy 72.56545 76.661634) (xy 72.175252 77.376612) (xy 71.932036 78.153976) - (xy 71.845149 78.963853) (xy 69.556413 78.963853) (xy 69.567277 78.908989) (xy 69.579708 78.850506) (xy 69.580671 78.841341) - (xy 69.65685 78.064404) (xy 69.65685 78.064402) (xy 69.66 78.032419) (xy 69.66 76.085845) (xy 73.26545 76.085845) - (xy 76 78.820395) (xy 78.73455 76.085845) (xy 78.338366 75.56545) (xy 77.623388 75.175252) (xy 76.846024 74.932036) - (xy 76.036147 74.845149) (xy 75.224882 74.917931) (xy 74.443403 75.147585) (xy 73.721744 75.525285) (xy 73.661634 75.56545) - (xy 73.26545 76.085845) (xy 69.66 76.085845) (xy 69.66 75.032279) (xy 69.66958 74.934576) (xy 69.68858 74.871644) - (xy 69.719445 74.813595) (xy 69.760989 74.762657) (xy 69.811644 74.720752) (xy 69.869471 74.689485) (xy 69.932272 74.670044) - (xy 70.027835 74.66) (xy 80.967721 74.66) - ) - ) - ) -) diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.lib b/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.lib deleted file mode 100644 index e277e21..0000000 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.lib +++ /dev/null @@ -1,86 +0,0 @@ -EESchema-LIBRARY Version 2.4 -#encoding utf-8 -# -# GA3459-BL -# -DEF GA3459-BL TR 0 40 Y Y 1 F N -F0 "TR" 0 150 50 H V C CNN -F1 "GA3459-BL" 0 50 50 H V C CNN -F2 "HighVoltagePowerSupply:GA3459-BL" 0 150 50 H I C CNN -F3 "" 0 150 50 H I C CNN -DRAW -A -150 -625 25 -899 899 1 1 0 N -150 -650 -150 -600 -A -150 -575 25 -899 899 1 1 0 N -150 -600 -150 -550 -A -150 -525 25 -899 899 1 1 0 N -150 -550 -150 -500 -A -75 -625 25 -899 899 1 1 0 N -75 -650 -75 -600 -A -75 -575 25 -899 899 1 1 0 N -75 -600 -75 -550 -A -75 -525 25 -899 899 1 1 0 N -75 -550 -75 -500 -A 0 -625 25 -899 899 1 1 0 N 0 -650 0 -600 -A 0 -575 25 -899 899 1 1 0 N 0 -600 0 -550 -A 0 -525 25 -899 899 1 1 0 N 0 -550 0 -500 -A 75 -625 25 -899 899 1 1 0 N 75 -650 75 -600 -A 75 -575 25 -899 899 1 1 0 N 75 -600 75 -550 -A 75 -525 25 -899 899 1 1 0 N 75 -550 75 -500 -A 250 -625 25 901 -901 1 1 0 N 250 -600 250 -650 -A 250 -575 25 901 -901 1 1 0 N 250 -550 250 -600 -A 250 -525 25 901 -901 1 1 0 N 250 -500 250 -550 -C -110 -500 10 1 1 0 F -C -35 -500 10 1 1 0 F -C 40 -500 10 1 1 0 F -C 115 -500 10 1 1 0 F -C 210 -675 10 1 1 0 F -P 2 0 1 0 0 -450 0 -450 N -P 2 0 1 0 150 -150 150 -1000 N -P 2 0 1 0 175 -1000 175 -1000 N -P 2 0 1 0 175 -150 175 -1000 N -P 2 0 1 0 275 -450 275 -425 N -P 3 0 1 0 -150 -1000 75 -1000 75 -700 N -P 3 0 1 0 -150 -900 0 -900 0 -700 N -P 3 0 1 0 -150 -800 -75 -800 -75 -700 N -P 3 0 1 0 -150 -250 0 -250 0 -450 N -P 3 0 1 0 -150 -150 75 -150 75 -450 N -P 3 0 1 0 -75 -450 -75 -350 -150 -350 N -P 3 0 1 0 175 -225 275 -225 275 -450 N -P 2 1 1 0 -150 -700 -150 -650 N -P 2 1 1 0 -150 -500 -150 -450 N -P 2 1 1 0 -75 -700 -75 -650 N -P 2 1 1 0 -75 -500 -75 -450 N -P 2 1 1 0 0 -700 0 -650 N -P 2 1 1 0 0 -500 0 -450 N -P 2 1 1 0 75 -700 75 -650 N -P 2 1 1 0 75 -500 75 -450 N -P 2 1 1 0 250 -700 250 -650 N -P 2 1 1 0 250 -500 250 -450 N -X ~ 1 -250 -150 100 R 50 50 1 1 I -X ~ 10 -250 -800 100 R 50 50 1 1 I -X ~ 11 -250 -900 100 R 50 50 1 1 I -X ~ 12 -250 -1000 100 R 50 50 1 1 I -X ~ 2 -250 -250 100 R 50 50 1 1 I -X ~ 3 -250 -350 100 R 50 50 1 1 I -X ~ 4 -250 -450 100 R 50 50 1 1 I -X NOT_CONNECTED_1 5 250 -850 100 R 50 50 1 1 N N -X ~ 6 350 -450 100 L 50 50 1 1 I -X ~ 7 350 -700 100 L 50 50 1 1 I -X NOT_CONNECTED_2 8 250 -950 100 R 50 50 1 1 N N -X ~ 9 -250 -700 100 R 50 50 1 1 I -ENDDRAW -ENDDEF -# -# MCP6V51 -# -DEF MCP6V51 U 0 5 Y Y 1 F N -F0 "U" 50 100 50 H V C CNN -F1 "MCP6V51" 200 0 50 H V C CNN -F2 "Package_TO_SOT_SMD:SOT-23-5" 0 0 50 H I C CNN -F3 "" 0 0 50 H I C CNN -DRAW -P 4 1 1 10 -150 0 250 -200 -150 -400 -150 0 f -X ~ 1 350 -200 100 L 50 50 1 1 O -X V- 2 -50 -500 150 U 50 50 1 1 W -X + 3 -250 -100 100 R 50 50 1 1 I -X - 4 -250 -300 100 R 50 50 1 1 I -X V+ 5 -50 100 150 D 50 50 1 1 W -ENDDRAW -ENDDEF -# -#End Library diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/GA3459-BL.kicad_mod b/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/GA3459-BL.kicad_mod deleted file mode 100644 index c8105e5..0000000 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.pretty/GA3459-BL.kicad_mod +++ /dev/null @@ -1,36 +0,0 @@ -(module GA3459-BL (layer F.Cu) (tedit 5FA97AA8) - (descr transformer) - (attr smd) - (fp_text reference REF** (at -12.5 0 90) (layer F.SilkS) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value GA3459-BL (at 0 0) (layer F.Fab) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -10.7 17.35) (end -11.5 16.55) (layer F.SilkS) (width 0.12)) - (fp_line (start -11.5 16.55) (end -11.5 -17.35) (layer F.SilkS) (width 0.12)) - (fp_line (start -11.5 -17.35) (end 11.5 -17.35) (layer F.SilkS) (width 0.12)) - (fp_line (start 11.5 -17.35) (end 11.5 17.35) (layer F.SilkS) (width 0.12)) - (fp_line (start 11.5 17.35) (end -10.7 17.35) (layer F.SilkS) (width 0.12)) - (fp_line (start -11.25 -17.1) (end 11.25 -17.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.25 -17.1) (end 11.25 17.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start 11.25 17.1) (end -11.25 17.1) (layer F.CrtYd) (width 0.05)) - (fp_line (start -11.25 17.1) (end -11.25 -17.1) (layer F.CrtYd) (width 0.05)) - (pad 12 smd rect (at -10 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 1 smd rect (at -10 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 11 smd rect (at -6 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 2 smd rect (at -6 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 10 smd rect (at -2 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 3 smd rect (at -2 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 9 smd rect (at 2 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 4 smd rect (at 2 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 8 smd rect (at 6 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 5 smd rect (at 6 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 7 smd rect (at 10 -15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (pad 6 smd rect (at 10 15.475) (size 2 2.75) (layers F.Cu F.Paste F.Mask)) - (model ${KIPRJMOD}/../../Mechanic/KiCADModels/GeneratedModel/GA3459-BL.step - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) -) diff --git a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.sch b/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.sch deleted file mode 100644 index 0e99546..0000000 --- a/Hardware/HighVoltagePowerSupply/HighVoltagePowerSupply.sch +++ /dev/null @@ -1,1412 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr A4 11693 8268 -encoding utf-8 -Sheet 1 1 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Device:C C? -U 1 1 5FFC76E0 -P 4450 1800 -AR Path="/5EDA53F3/5FFC76E0" Ref="C?" Part="1" -AR Path="/5EDA5628/5FFC76E0" Ref="C?" Part="1" -AR Path="/5FFC76E0" Ref="C5" Part="1" -F 0 "C5" H 4335 1754 50 0000 R CNN -F 1 "10u" H 4335 1845 50 0000 R CNN -F 2 "Capacitor_SMD:C_1206_3216Metric" H 4488 1650 50 0001 C CNN -F 3 "~" H 4450 1800 50 0001 C CNN - 1 4450 1800 - -1 0 0 1 -$EndComp -Wire Wire Line - 4450 1650 4450 1600 -Connection ~ 4450 1600 -Wire Wire Line - 3350 1600 3500 1600 -Text Notes 850 6700 0 79 ~ 16 -Place C2, 3, C45, C4, C5 close to TR1.\nPlace C10, C11 close to pin #2 of U1.\n -$Comp -L Device:R R? -U 1 1 602D6BA8 -P 8500 4900 -AR Path="/5EDA53F3/602D6BA8" Ref="R?" Part="1" -AR Path="/5EDA5628/602D6BA8" Ref="R?" Part="1" -AR Path="/602D6BA8" Ref="R9" Part="1" -F 0 "R9" H 8570 4946 50 0000 L CNN -F 1 "5k6" H 8570 4855 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 4900 50 0001 C CNN -F 3 "~" H 8500 4900 50 0001 C CNN - 1 8500 4900 - 1 0 0 -1 -$EndComp -Wire Wire Line - 8500 4750 8500 4600 -$Comp -L Device:R R? -U 1 1 602F1036 -P 8850 4900 -AR Path="/5EDA53F3/602F1036" Ref="R?" Part="1" -AR Path="/5EDA5628/602F1036" Ref="R?" Part="1" -AR Path="/602F1036" Ref="R16" Part="1" -F 0 "R16" H 8920 4946 50 0000 L CNN -F 1 "47k" H 8920 4855 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 4900 50 0001 C CNN -F 3 "~" H 8850 4900 50 0001 C CNN - 1 8850 4900 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 603729A6 -P 9150 5200 -AR Path="/5EDA53F3/603729A6" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/603729A6" Ref="#PWR?" Part="1" -AR Path="/603729A6" Ref="#PWR018" Part="1" -F 0 "#PWR018" H 9150 4950 50 0001 C CNN -F 1 "GND" H 9155 5027 50 0000 C CNN -F 2 "" H 9150 5200 50 0001 C CNN -F 3 "" H 9150 5200 50 0001 C CNN - 1 9150 5200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9150 5050 9150 5200 -Connection ~ 8500 4600 -$Comp -L Connector:Conn_01x01_Male J2 -U 1 1 5FB39F6E -P 10400 1700 -F 0 "J2" H 10554 1612 50 0000 R CNN -F 1 "anode" H 10750 1550 50 0000 R CNN -F 2 "TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded" H 10400 1700 50 0001 C CNN -F 3 "~" H 10400 1700 50 0001 C CNN - 1 10400 1700 - -1 0 0 1 -$EndComp -$Comp -L Connector:Conn_01x01_Male J3 -U 1 1 605B79F5 -P 10400 2300 -F 0 "J3" H 10554 2212 50 0000 R CNN -F 1 "cathode" H 10750 2150 50 0000 R CNN -F 2 "TestPoint:TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded" H 10400 2300 50 0001 C CNN -F 3 "~" H 10400 2300 50 0001 C CNN - 1 10400 2300 - -1 0 0 1 -$EndComp -Wire Wire Line - 8500 4600 8500 4400 -Wire Wire Line - 8500 4100 8500 4050 -Wire Wire Line - 8500 3750 8500 3700 -Wire Wire Line - 8500 3400 8500 3350 -Wire Wire Line - 8500 3050 8500 3000 -Wire Wire Line - 8500 2700 8500 2650 -Wire Wire Line - 8500 2650 8850 2650 -Wire Wire Line - 8850 2650 8850 2700 -Wire Wire Line - 8850 3000 8850 3050 -Wire Wire Line - 8850 3350 8850 3400 -Wire Wire Line - 8850 3700 8850 3750 -Wire Wire Line - 8850 4050 8850 4100 -Wire Wire Line - 8850 4400 8850 4450 -Wire Wire Line - 8850 4450 9200 4450 -$Comp -L power:GND #PWR? -U 1 1 609684B4 -P 1400 2000 -AR Path="/5EDA53F3/609684B4" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/609684B4" Ref="#PWR?" Part="1" -AR Path="/609684B4" Ref="#PWR01" Part="1" -F 0 "#PWR01" H 1400 1750 50 0001 C CNN -F 1 "GND" H 1405 1827 50 0000 C CNN -F 2 "" H 1400 2000 50 0001 C CNN -F 3 "" H 1400 2000 50 0001 C CNN - 1 1400 2000 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1300 1700 1400 1700 -$Comp -L power:PWR_FLAG #FLG03 -U 1 1 60A7722F -P 3500 1450 -F 0 "#FLG03" H 3500 1525 50 0001 C CNN -F 1 "PWR_FLAG" H 3500 1623 50 0000 C CNN -F 2 "" H 3500 1450 50 0001 C CNN -F 3 "~" H 3500 1450 50 0001 C CNN - 1 3500 1450 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1100 2000 1100 1950 -Wire Wire Line - 1100 1950 1400 1950 -Wire Wire Line - 3500 1450 3500 1600 -$Comp -L power:PWR_FLAG #FLG01 -U 1 1 60ABB1F1 -P 1100 2000 -F 0 "#FLG01" H 1100 2075 50 0001 C CNN -F 1 "PWR_FLAG" H 1100 2173 50 0000 C CNN -F 2 "" H 1100 2000 50 0001 C CNN -F 3 "~" H 1100 2000 50 0001 C CNN - 1 1100 2000 - -1 0 0 1 -$EndComp -Wire Wire Line - 1400 1700 1400 1950 -Wire Wire Line - 1300 1600 1400 1600 -Wire Wire Line - 1400 1450 1400 1600 -$Comp -L power:PWR_FLAG #FLG02 -U 1 1 60A75F31 -P 1400 1450 -F 0 "#FLG02" H 1400 1525 50 0001 C CNN -F 1 "PWR_FLAG" H 1400 1623 50 0000 C CNN -F 2 "" H 1400 1450 50 0001 C CNN -F 3 "~" H 1400 1450 50 0001 C CNN - 1 1400 1450 - 1 0 0 -1 -$EndComp -Connection ~ 1400 1600 -Wire Wire Line - 4450 1600 4850 1600 -Wire Wire Line - 4450 1950 4450 2000 -$Comp -L power:GND #PWR? -U 1 1 6001EAAA -P 4450 2000 -AR Path="/5EDA53F3/6001EAAA" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/6001EAAA" Ref="#PWR?" Part="1" -AR Path="/6001EAAA" Ref="#PWR08" Part="1" -F 0 "#PWR08" H 4450 1750 50 0001 C CNN -F 1 "GND" H 4455 1827 50 0000 C CNN -F 2 "" H 4450 2000 50 0001 C CNN -F 3 "" H 4450 2000 50 0001 C CNN - 1 4450 2000 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 60DF8587 -P 4850 1800 -AR Path="/5EDA53F3/60DF8587" Ref="C?" Part="1" -AR Path="/5EDA5628/60DF8587" Ref="C?" Part="1" -AR Path="/60DF8587" Ref="C7" Part="1" -F 0 "C7" H 4735 1754 50 0000 R CNN -F 1 "10u" H 4735 1845 50 0000 R CNN -F 2 "Capacitor_SMD:C_1206_3216Metric" H 4888 1650 50 0001 C CNN -F 3 "~" H 4850 1800 50 0001 C CNN - 1 4850 1800 - -1 0 0 1 -$EndComp -Wire Wire Line - 4850 1650 4850 1600 -Wire Wire Line - 4850 1950 4850 2000 -$Comp -L power:GND #PWR? -U 1 1 60DF858F -P 4850 2000 -AR Path="/5EDA53F3/60DF858F" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/60DF858F" Ref="#PWR?" Part="1" -AR Path="/60DF858F" Ref="#PWR011" Part="1" -F 0 "#PWR011" H 4850 1750 50 0001 C CNN -F 1 "GND" H 4855 1827 50 0000 C CNN -F 2 "" H 4850 2000 50 0001 C CNN -F 3 "" H 4850 2000 50 0001 C CNN - 1 4850 2000 - 1 0 0 -1 -$EndComp -Connection ~ 4850 1600 -$Comp -L power:GND #PWR? -U 1 1 61787DD4 -P 10200 5600 -AR Path="/5EDA53F3/61787DD4" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/61787DD4" Ref="#PWR?" Part="1" -AR Path="/61787DD4" Ref="#PWR020" Part="1" -F 0 "#PWR020" H 10200 5350 50 0001 C CNN -F 1 "GND" H 10205 5427 50 0000 C CNN -F 2 "" H 10200 5600 50 0001 C CNN -F 3 "" H 10200 5600 50 0001 C CNN - 1 10200 5600 - 1 0 0 -1 -$EndComp -Wire Wire Line - 10350 5200 10200 5200 -Wire Wire Line - 10200 5200 10200 5600 -$Comp -L Connector:TestPoint TP1 -U 1 1 617DDB76 -P 6050 1550 -F 0 "TP1" H 6108 1668 50 0000 L CNN -F 1 "TestPoint" H 6108 1577 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 6250 1550 50 0001 C CNN -F 3 "~" H 6250 1550 50 0001 C CNN - 1 6050 1550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6050 1550 6050 1600 -Wire Wire Line - 8350 4550 8350 4600 -Connection ~ 8350 4600 -$Comp -L Connector:Conn_01x02_Female J1 -U 1 1 60912280 -P 1100 1600 -F 0 "J1" V 1250 1550 50 0000 C CNN -F 1 "power supply" V 1150 1550 50 0000 C CNN -F 2 "HighVoltagePowerSupply:DG300-5.0-02P-12-00A(H)" H 1100 1600 50 0001 C CNN -F 3 "~" H 1100 1600 50 0001 C CNN - 1 1100 1600 - -1 0 0 -1 -$EndComp -Wire Wire Line - 8350 4600 8500 4600 -Wire Wire Line - 9750 4800 9750 5500 -Wire Wire Line - 9150 4750 9150 4700 -Wire Wire Line - 9150 4700 8850 4700 -Wire Wire Line - 8850 4700 8850 4750 -Wire Wire Line - 8850 5200 8500 5200 -Wire Wire Line - 8500 5050 8500 5200 -Wire Wire Line - 9750 4500 9750 4700 -Connection ~ 9750 4700 -$Comp -L Device:R R? -U 1 1 5FB7AF2A -P 1800 1600 -AR Path="/5EDA53F3/5FB7AF2A" Ref="R?" Part="1" -AR Path="/5EDA5628/5FB7AF2A" Ref="R?" Part="1" -AR Path="/5FB7AF2A" Ref="R2" Part="1" -F 0 "R2" V 1915 1600 50 0000 C CNN -F 1 "1R" V 2006 1600 50 0000 C CNN -F 2 "Resistor_SMD:R_1206_3216Metric" V 1730 1600 50 0001 C CNN -F 3 "~" H 1800 1600 50 0001 C CNN - 1 1800 1600 - 0 -1 1 0 -$EndComp -Wire Wire Line - 1950 1600 2000 1600 -Wire Wire Line - 1600 1600 1600 1900 -Wire Wire Line - 1600 1900 1750 1900 -Connection ~ 1600 1600 -Wire Wire Line - 1600 1600 1650 1600 -Wire Wire Line - 2000 1600 2000 1900 -Wire Wire Line - 2000 1900 1850 1900 -Connection ~ 2000 1600 -$Comp -L Device:R R? -U 1 1 60628A4F -P 8500 2850 -AR Path="/5EDA53F3/60628A4F" Ref="R?" Part="1" -AR Path="/5EDA5628/60628A4F" Ref="R?" Part="1" -AR Path="/60628A4F" Ref="R4" Part="1" -F 0 "R4" H 8570 2896 50 0000 L CNN -F 1 "10M" H 8570 2805 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 2850 50 0001 C CNN -F 3 "~" H 8500 2850 50 0001 C CNN - 1 8500 2850 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062F457 -P 8850 3200 -AR Path="/5EDA53F3/6062F457" Ref="R?" Part="1" -AR Path="/5EDA5628/6062F457" Ref="R?" Part="1" -AR Path="/6062F457" Ref="R12" Part="1" -F 0 "R12" H 8920 3246 50 0000 L CNN -F 1 "10M" H 8920 3155 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 3200 50 0001 C CNN -F 3 "~" H 8850 3200 50 0001 C CNN - 1 8850 3200 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062F451 -P 8850 3550 -AR Path="/5EDA53F3/6062F451" Ref="R?" Part="1" -AR Path="/5EDA5628/6062F451" Ref="R?" Part="1" -AR Path="/6062F451" Ref="R13" Part="1" -F 0 "R13" H 8920 3596 50 0000 L CNN -F 1 "10M" H 8920 3505 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 3550 50 0001 C CNN -F 3 "~" H 8850 3550 50 0001 C CNN - 1 8850 3550 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 60627F97 -P 8500 3550 -AR Path="/5EDA53F3/60627F97" Ref="R?" Part="1" -AR Path="/5EDA5628/60627F97" Ref="R?" Part="1" -AR Path="/60627F97" Ref="R6" Part="1" -F 0 "R6" H 8570 3596 50 0000 L CNN -F 1 "10M" H 8570 3505 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 3550 50 0001 C CNN -F 3 "~" H 8500 3550 50 0001 C CNN - 1 8500 3550 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062F44B -P 8850 3900 -AR Path="/5EDA53F3/6062F44B" Ref="R?" Part="1" -AR Path="/5EDA5628/6062F44B" Ref="R?" Part="1" -AR Path="/6062F44B" Ref="R14" Part="1" -F 0 "R14" H 8920 3946 50 0000 L CNN -F 1 "10M" H 8920 3855 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 3900 50 0001 C CNN -F 3 "~" H 8850 3900 50 0001 C CNN - 1 8850 3900 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062798A -P 8500 3900 -AR Path="/5EDA53F3/6062798A" Ref="R?" Part="1" -AR Path="/5EDA5628/6062798A" Ref="R?" Part="1" -AR Path="/6062798A" Ref="R7" Part="1" -F 0 "R7" H 8570 3946 50 0000 L CNN -F 1 "10M" H 8570 3855 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 3900 50 0001 C CNN -F 3 "~" H 8500 3900 50 0001 C CNN - 1 8500 3900 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062F445 -P 8850 4250 -AR Path="/5EDA53F3/6062F445" Ref="R?" Part="1" -AR Path="/5EDA5628/6062F445" Ref="R?" Part="1" -AR Path="/6062F445" Ref="R15" Part="1" -F 0 "R15" H 8920 4296 50 0000 L CNN -F 1 "10M" H 8920 4205 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 4250 50 0001 C CNN -F 3 "~" H 8850 4250 50 0001 C CNN - 1 8850 4250 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 60626F50 -P 8500 4250 -AR Path="/5EDA53F3/60626F50" Ref="R?" Part="1" -AR Path="/5EDA5628/60626F50" Ref="R?" Part="1" -AR Path="/60626F50" Ref="R8" Part="1" -F 0 "R8" H 8570 4296 50 0000 L CNN -F 1 "10M" H 8570 4205 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 4250 50 0001 C CNN -F 3 "~" H 8500 4250 50 0001 C CNN - 1 8500 4250 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062F45D -P 8850 2850 -AR Path="/5EDA53F3/6062F45D" Ref="R?" Part="1" -AR Path="/5EDA5628/6062F45D" Ref="R?" Part="1" -AR Path="/6062F45D" Ref="R11" Part="1" -F 0 "R11" H 8920 2896 50 0000 L CNN -F 1 "10M" H 8920 2805 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8780 2850 50 0001 C CNN -F 3 "~" H 8850 2850 50 0001 C CNN - 1 8850 2850 - 1 0 0 -1 -$EndComp -$Comp -L Device:R R? -U 1 1 6062845C -P 8500 3200 -AR Path="/5EDA53F3/6062845C" Ref="R?" Part="1" -AR Path="/5EDA5628/6062845C" Ref="R?" Part="1" -AR Path="/6062845C" Ref="R5" Part="1" -F 0 "R5" H 8570 3246 50 0000 L CNN -F 1 "10M" H 8570 3155 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 8430 3200 50 0001 C CNN -F 3 "~" H 8500 3200 50 0001 C CNN - 1 8500 3200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1750 1900 1750 5600 -$Comp -L Device:Thermistor_NTC TH1 -U 1 1 60BBC750 -P 10000 5400 -F 0 "TH1" H 10097 5446 50 0000 L CNN -F 1 "NTCS0805E3103FMT" H 10097 5355 50 0000 L CNN -F 2 "Resistor_SMD:R_0805_2012Metric" H 10000 5450 50 0001 C CNN -F 3 "~" H 10000 5450 50 0001 C CNN - 1 10000 5400 - 1 0 0 -1 -$EndComp -$Comp -L Connector:Conn_01x06_Female J4 -U 1 1 60C1F767 -P 10550 5000 -F 0 "J4" V 10650 4900 50 0000 L CNN -F 1 "monitoring" V 10750 4750 50 0000 L CNN -F 2 "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical" H 10550 5000 50 0001 C CNN -F 3 "~" H 10550 5000 50 0001 C CNN - 1 10550 5000 - 1 0 0 1 -$EndComp -Wire Wire Line - 10350 5100 10200 5100 -Wire Wire Line - 10000 5100 10000 5250 -$Comp -L power:GND #PWR? -U 1 1 60D353A3 -P 10000 5600 -AR Path="/5EDA53F3/60D353A3" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/60D353A3" Ref="#PWR?" Part="1" -AR Path="/60D353A3" Ref="#PWR019" Part="1" -F 0 "#PWR019" H 10000 5350 50 0001 C CNN -F 1 "GND" H 10005 5427 50 0000 C CNN -F 2 "" H 10000 5600 50 0001 C CNN -F 3 "" H 10000 5600 50 0001 C CNN - 1 10000 5600 - 1 0 0 -1 -$EndComp -Wire Wire Line - 10000 5550 10000 5600 -Wire Wire Line - 10350 4800 9850 4800 -Wire Wire Line - 10350 4700 9750 4700 -Wire Wire Line - 9850 4500 9850 4800 -Connection ~ 9850 4800 -Wire Wire Line - 9850 4800 9750 4800 -Wire Wire Line - 9950 4900 9950 4500 -Connection ~ 9950 4900 -Wire Wire Line - 9950 4900 10350 4900 -Wire Wire Line - 10050 5000 10050 4500 -Wire Wire Line - 10050 5000 10350 5000 -Wire Wire Line - 10200 5100 10200 4500 -Connection ~ 10200 5100 -Wire Wire Line - 10200 5100 10000 5100 -$Comp -L Connector:TestPoint TP3 -U 1 1 5FC47E3B -P 9750 4500 -F 0 "TP3" V 9750 4700 50 0000 L CNN -F 1 "HV_MONITOR" V 9750 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 9950 4500 50 0001 C CNN -F 3 "~" H 9950 4500 50 0001 C CNN - 1 9750 4500 - 1 0 0 -1 -$EndComp -$Comp -L Connector:TestPoint TP4 -U 1 1 5FC496F7 -P 9850 4500 -F 0 "TP4" V 9850 4700 50 0000 L CNN -F 1 "ENABLE" V 9850 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 10050 4500 50 0001 C CNN -F 3 "~" H 10050 4500 50 0001 C CNN - 1 9850 4500 - 1 0 0 -1 -$EndComp -$Comp -L Connector:TestPoint TP5 -U 1 1 5FC752FD -P 9950 4500 -F 0 "TP5" V 9950 4700 50 0000 L CNN -F 1 "IN_CURRENT_MONITOR_1" V 9950 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 10150 4500 50 0001 C CNN -F 3 "~" H 10150 4500 50 0001 C CNN - 1 9950 4500 - 1 0 0 -1 -$EndComp -$Comp -L Connector:TestPoint TP6 -U 1 1 5FCA0ECA -P 10050 4500 -F 0 "TP6" V 10050 4700 50 0000 L CNN -F 1 "IN_CURRENT_MONITOR_2" V 10050 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 10250 4500 50 0001 C CNN -F 3 "~" H 10250 4500 50 0001 C CNN - 1 10050 4500 - 1 0 0 -1 -$EndComp -$Comp -L Connector:TestPoint TP7 -U 1 1 5FCCCB38 -P 10200 4500 -F 0 "TP7" V 10200 4700 50 0000 L CNN -F 1 "TEMP_MONITOR" V 10200 4900 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 10400 4500 50 0001 C CNN -F 3 "~" H 10400 4500 50 0001 C CNN - 1 10200 4500 - 1 0 0 -1 -$EndComp -$Comp -L Device:L_Core_Ferrite L1 -U 1 1 60101C1A -P 3200 1600 -F 0 "L1" V 3425 1600 50 0000 C CNN -F 1 "560n" V 3334 1600 50 0000 C CNN -F 2 "" H 3200 1600 50 0001 C CNN -F 3 "https://www.tme.eu/Document/e39540ac51bab732bf0cd6d66b280881/DJNR3015-series.pdf" H 3200 1600 50 0001 C CNN - 1 3200 1600 - 0 -1 -1 0 -$EndComp -$Comp -L Mechanical:MountingHole_Pad H1 -U 1 1 5FF355F1 -P 3750 7400 -F 0 "H1" H 3500 7700 50 0000 L CNN -F 1 "MountingHole_Pad" H 3500 7600 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 3750 7400 50 0001 C CNN -F 3 "~" H 3750 7400 50 0001 C CNN - 1 3750 7400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FF355F7 -P 3750 7550 -AR Path="/5EDA53F3/5FF355F7" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FF355F7" Ref="#PWR?" Part="1" -AR Path="/5FF355F7" Ref="#PWR04" Part="1" -F 0 "#PWR04" H 3750 7300 50 0001 C CNN -F 1 "GND" H 3755 7377 50 0000 C CNN -F 2 "" H 3750 7550 50 0001 C CNN -F 3 "" H 3750 7550 50 0001 C CNN - 1 3750 7550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3750 7500 3750 7550 -$Comp -L Mechanical:MountingHole_Pad H2 -U 1 1 6001BF81 -P 4500 7400 -F 0 "H2" H 4250 7700 50 0000 L CNN -F 1 "MountingHole_Pad" H 4250 7600 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 4500 7400 50 0001 C CNN -F 3 "~" H 4500 7400 50 0001 C CNN - 1 4500 7400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 6001BF87 -P 4500 7550 -AR Path="/5EDA53F3/6001BF87" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/6001BF87" Ref="#PWR?" Part="1" -AR Path="/6001BF87" Ref="#PWR06" Part="1" -F 0 "#PWR06" H 4500 7300 50 0001 C CNN -F 1 "GND" H 4505 7377 50 0000 C CNN -F 2 "" H 4500 7550 50 0001 C CNN -F 3 "" H 4500 7550 50 0001 C CNN - 1 4500 7550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4500 7500 4500 7550 -$Comp -L Mechanical:MountingHole_Pad H3 -U 1 1 6004886A -P 5250 7400 -F 0 "H3" H 5000 7700 50 0000 L CNN -F 1 "MountingHole_Pad" H 5000 7600 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 5250 7400 50 0001 C CNN -F 3 "~" H 5250 7400 50 0001 C CNN - 1 5250 7400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 60048870 -P 5250 7550 -AR Path="/5EDA53F3/60048870" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/60048870" Ref="#PWR?" Part="1" -AR Path="/60048870" Ref="#PWR010" Part="1" -F 0 "#PWR010" H 5250 7300 50 0001 C CNN -F 1 "GND" H 5255 7377 50 0000 C CNN -F 2 "" H 5250 7550 50 0001 C CNN -F 3 "" H 5250 7550 50 0001 C CNN - 1 5250 7550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5250 7500 5250 7550 -$Comp -L Mechanical:MountingHole_Pad H4 -U 1 1 600757CC -P 6000 7400 -F 0 "H4" H 5750 7700 50 0000 L CNN -F 1 "MountingHole_Pad" H 5750 7600 50 0000 L CNN -F 2 "MountingHole:MountingHole_3.5mm_Pad" H 6000 7400 50 0001 C CNN -F 3 "~" H 6000 7400 50 0001 C CNN - 1 6000 7400 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 600757D2 -P 6000 7550 -AR Path="/5EDA53F3/600757D2" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/600757D2" Ref="#PWR?" Part="1" -AR Path="/600757D2" Ref="#PWR014" Part="1" -F 0 "#PWR014" H 6000 7300 50 0001 C CNN -F 1 "GND" H 6005 7377 50 0000 C CNN -F 2 "" H 6000 7550 50 0001 C CNN -F 3 "" H 6000 7550 50 0001 C CNN - 1 6000 7550 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6000 7500 6000 7550 -$Comp -L Device:R R? -U 1 1 5FB06249 -P 1800 1500 -AR Path="/5EDA53F3/5FB06249" Ref="R?" Part="1" -AR Path="/5EDA5628/5FB06249" Ref="R?" Part="1" -AR Path="/5FB06249" Ref="R1" Part="1" -F 0 "R1" V 1593 1500 50 0000 C CNN -F 1 "1R" V 1684 1500 50 0000 C CNN -F 2 "Resistor_SMD:R_1206_3216Metric" V 1730 1500 50 0001 C CNN -F 3 "~" H 1800 1500 50 0001 C CNN - 1 1800 1500 - 0 -1 1 0 -$EndComp -Wire Wire Line - 1950 1500 2000 1500 -Wire Wire Line - 2000 1500 2000 1600 -Wire Wire Line - 1650 1500 1600 1500 -Wire Wire Line - 1600 1500 1600 1600 -Wire Wire Line - 2000 1600 2100 1600 -Wire Wire Line - 1400 1950 1400 2000 -Connection ~ 1400 1950 -Wire Wire Line - 9850 4900 9950 4900 -Wire Wire Line - 9800 5550 9800 5000 -Wire Wire Line - 9850 4900 9850 5600 -Wire Wire Line - 9800 5000 10050 5000 -Connection ~ 10050 5000 -Wire Wire Line - 8850 5050 8850 5200 -$Comp -L Device:R R? -U 1 1 600DEE82 -P 9150 4900 -AR Path="/5EDA53F3/600DEE82" Ref="R?" Part="1" -AR Path="/5EDA5628/600DEE82" Ref="R?" Part="1" -AR Path="/600DEE82" Ref="R17" Part="1" -F 0 "R17" H 9220 4946 50 0000 L CNN -F 1 "47k" H 9220 4855 50 0000 L CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 9080 4900 50 0001 C CNN -F 3 "~" H 9150 4900 50 0001 C CNN - 1 9150 4900 - 1 0 0 -1 -$EndComp -$Comp -L Device:D_Zener D2 -U 1 1 60140EC5 -P 8300 4950 -F 0 "D2" H 8350 4850 50 0000 L CNN -F 1 "5V" H 8150 4850 50 0000 L CNN -F 2 "Diode_SMD:D_SMA" H 8300 4950 50 0001 C CNN -F 3 "~" H 8300 4950 50 0001 C CNN - 1 8300 4950 - 0 1 1 0 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 601750EC -P 8300 5200 -AR Path="/5EDA53F3/601750EC" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/601750EC" Ref="#PWR?" Part="1" -AR Path="/601750EC" Ref="#PWR017" Part="1" -F 0 "#PWR017" H 8300 4950 50 0001 C CNN -F 1 "GND" H 8305 5027 50 0000 C CNN -F 2 "" H 8300 5200 50 0001 C CNN -F 3 "" H 8300 5200 50 0001 C CNN - 1 8300 5200 - 1 0 0 -1 -$EndComp -Wire Wire Line - 8300 5200 8300 5100 -Wire Wire Line - 8300 4800 8300 4600 -Wire Wire Line - 8300 4600 8350 4600 -Text Label 8350 4550 1 50 ~ 0 -V_DIVIDER -Wire Wire Line - 1400 1600 1600 1600 -$Comp -L Device:Transformer_1P_1S T1 -U 1 1 5FBF0ABB -P 6800 2000 -F 0 "T1" H 6800 2381 50 0000 C CNN -F 1 "TBD" H 6800 2290 50 0000 C CNN -F 2 "" H 6800 2000 50 0001 C CNN -F 3 "~" H 6800 2000 50 0001 C CNN - 1 6800 2000 - 1 0 0 -1 -$EndComp -$Comp -L Transistor_FET:IRF740 Q1 -U 1 1 5FBF1637 -P 6250 2800 -F 0 "Q1" H 6454 2846 50 0000 L CNN -F 1 "AOD2810" H 6454 2755 50 0000 L CNN -F 2 "Package_TO_SOT_SMD:TO-252-2" H 6500 2725 50 0001 L CIN -F 3 "https://www.tme.eu/Document/6cd4058447a6a96c863854b96e39222b/AOD2810.pdf" H 6250 2800 50 0001 L CNN - 1 6250 2800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6400 2200 6350 2200 -Wire Wire Line - 6350 2200 6350 2450 -Wire Wire Line - 6400 1800 6350 1800 -Wire Wire Line - 6350 1800 6350 1600 -$Comp -L Device:D_Schottky D3 -U 1 1 5FC45ED9 -P 7700 1700 -F 0 "D3" H 7700 1483 50 0000 C CNN -F 1 "SM518" H 7700 1574 50 0000 C CNN -F 2 "Diode_SMD:D_SMB" H 7700 1700 50 0001 C CNN -F 3 "https://www.tme.eu/Document/e71552ac26a38a33b45d08c49e63c006/SM513-SM2000.pdf" H 7700 1700 50 0001 C CNN - 1 7700 1700 - -1 0 0 1 -$EndComp -$Comp -L Device:C C? -U 1 1 5FC490E7 -P 8200 2000 -AR Path="/5EDA53F3/5FC490E7" Ref="C?" Part="1" -AR Path="/5EDA5628/5FC490E7" Ref="C?" Part="1" -AR Path="/5FC490E7" Ref="C12" Part="1" -F 0 "C12" V 8050 1900 50 0000 R CNN -F 1 "10n/2kV" V 8050 2250 50 0000 R CNN -F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8238 1850 50 0001 C CNN -F 3 "~" H 8200 2000 50 0001 C CNN - 1 8200 2000 - -1 0 0 1 -$EndComp -Wire Wire Line - 7200 1800 7250 1800 -Wire Wire Line - 7250 1800 7250 1700 -Wire Wire Line - 7200 2200 7250 2200 -Wire Wire Line - 7250 2200 7250 2300 -Wire Wire Line - 7250 2300 8200 2300 -Wire Wire Line - 8200 1850 8200 1700 -Connection ~ 8200 1700 -Wire Wire Line - 8200 1700 8500 1700 -Wire Wire Line - 8200 2150 8200 2300 -Connection ~ 8200 2300 -Wire Wire Line - 7850 1700 8100 1700 -Wire Wire Line - 1750 5600 9850 5600 -Wire Wire Line - 1850 1900 1850 5550 -Wire Wire Line - 1850 5550 9800 5550 -Wire Wire Line - 5850 2800 6050 2800 -$Comp -L power:GND #PWR? -U 1 1 5FDC80C3 -P 6350 3150 -AR Path="/5EDA53F3/5FDC80C3" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FDC80C3" Ref="#PWR?" Part="1" -AR Path="/5FDC80C3" Ref="#PWR016" Part="1" -F 0 "#PWR016" H 6350 2900 50 0001 C CNN -F 1 "GND" H 6355 2977 50 0000 C CNN -F 2 "" H 6350 3150 50 0001 C CNN -F 3 "" H 6350 3150 50 0001 C CNN - 1 6350 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6350 3150 6350 3100 -$Comp -L Device:D_Schottky D1 -U 1 1 5FB2C944 -P 6050 2250 -F 0 "D1" V 6004 2171 50 0000 R CNN -F 1 "TBD" V 6095 2171 50 0000 R CNN -F 2 "" H 6050 2250 50 0001 C CNN -F 3 "~" H 6050 2250 50 0001 C CNN - 1 6050 2250 - 0 1 1 0 -$EndComp -$Comp -L Device:C C? -U 1 1 5FB367F0 -P 6050 1850 -AR Path="/5EDA53F3/5FB367F0" Ref="C?" Part="1" -AR Path="/5EDA5628/5FB367F0" Ref="C?" Part="1" -AR Path="/5FB367F0" Ref="C10" Part="1" -F 0 "C10" H 5935 1804 50 0000 R CNN -F 1 "TBD" H 5935 1895 50 0000 R CNN -F 2 "" H 6088 1700 50 0001 C CNN -F 3 "~" H 6050 1850 50 0001 C CNN - 1 6050 1850 - -1 0 0 1 -$EndComp -$Comp -L Device:R R? -U 1 1 5FB36EF5 -P 5700 1850 -AR Path="/5EDA53F3/5FB36EF5" Ref="R?" Part="1" -AR Path="/5EDA5628/5FB36EF5" Ref="R?" Part="1" -AR Path="/5FB36EF5" Ref="R3" Part="1" -F 0 "R3" H 5770 1896 50 0000 L CNN -F 1 "TBD" H 5770 1805 50 0000 L CNN -F 2 "" V 5630 1850 50 0001 C CNN -F 3 "~" H 5700 1850 50 0001 C CNN - 1 5700 1850 - 1 0 0 -1 -$EndComp -Wire Wire Line - 6350 2450 6050 2450 -Wire Wire Line - 6050 2450 6050 2400 -Connection ~ 6350 2450 -Wire Wire Line - 6350 2450 6350 2600 -Wire Wire Line - 6050 2100 6050 2050 -Wire Wire Line - 6050 2050 5700 2050 -Wire Wire Line - 5700 2050 5700 2000 -Connection ~ 6050 2050 -Wire Wire Line - 6050 2050 6050 2000 -Wire Wire Line - 6050 1700 6050 1600 -Connection ~ 6050 1600 -Wire Wire Line - 6050 1600 6350 1600 -Wire Wire Line - 5700 1700 5700 1600 -Connection ~ 5700 1600 -Wire Wire Line - 5700 1600 6050 1600 -$Comp -L Device:R R? -U 1 1 5FB858F8 -P 7900 1400 -AR Path="/5EDA53F3/5FB858F8" Ref="R?" Part="1" -AR Path="/5EDA5628/5FB858F8" Ref="R?" Part="1" -AR Path="/5FB858F8" Ref="R10" Part="1" -F 0 "R10" V 7693 1400 50 0000 C CNN -F 1 "TBD" V 7784 1400 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 7830 1400 50 0001 C CNN -F 3 "~" H 7900 1400 50 0001 C CNN - 1 7900 1400 - 0 1 1 0 -$EndComp -$Comp -L Device:C C? -U 1 1 5FB85DD3 -P 7550 1400 -AR Path="/5EDA53F3/5FB85DD3" Ref="C?" Part="1" -AR Path="/5EDA5628/5FB85DD3" Ref="C?" Part="1" -AR Path="/5FB85DD3" Ref="C11" Part="1" -F 0 "C11" V 7802 1400 50 0000 C CNN -F 1 "TBD" V 7711 1400 50 0000 C CNN -F 2 "Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder" H 7588 1250 50 0001 C CNN -F 3 "~" H 7550 1400 50 0001 C CNN - 1 7550 1400 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 7400 1400 7350 1400 -Wire Wire Line - 7350 1400 7350 1700 -Wire Wire Line - 7250 1700 7350 1700 -Connection ~ 7350 1700 -Wire Wire Line - 7350 1700 7550 1700 -Wire Wire Line - 7700 1400 7750 1400 -Wire Wire Line - 8050 1400 8100 1400 -Wire Wire Line - 8100 1400 8100 1700 -Connection ~ 8100 1700 -Wire Wire Line - 8100 1700 8200 1700 -Connection ~ 9150 4700 -$Comp -L Device:CP C? -U 1 1 5FC8063E -P 3500 1800 -AR Path="/5EF1F288/5FC8063E" Ref="C?" Part="1" -AR Path="/5EDA5628/5FC8063E" Ref="C?" Part="1" -AR Path="/5FC8063E" Ref="C3" Part="1" -F 0 "C3" V 3650 1750 50 0000 L CNN -F 1 "470u/25V" V 3750 1600 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_10x10" H 3538 1650 50 0001 C CNN -F 3 "~" H 3500 1800 50 0001 C CNN - 1 3500 1800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3500 1650 3500 1600 -Wire Wire Line - 3500 1950 3500 2000 -$Comp -L power:GND #PWR? -U 1 1 5FC80646 -P 3500 2000 -AR Path="/5EDA53F3/5FC80646" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FC80646" Ref="#PWR?" Part="1" -AR Path="/5FC80646" Ref="#PWR05" Part="1" -F 0 "#PWR05" H 3500 1750 50 0001 C CNN -F 1 "GND" H 3505 1827 50 0000 C CNN -F 2 "" H 3500 2000 50 0001 C CNN -F 3 "" H 3500 2000 50 0001 C CNN - 1 3500 2000 - 1 0 0 -1 -$EndComp -Connection ~ 3500 1600 -$Comp -L Device:R R? -U 1 1 5FCB3AC1 -P 9950 1700 -AR Path="/5EDA53F3/5FCB3AC1" Ref="R?" Part="1" -AR Path="/5EDA5628/5FCB3AC1" Ref="R?" Part="1" -AR Path="/5FCB3AC1" Ref="R18" Part="1" -F 0 "R18" V 9743 1700 50 0000 C CNN -F 1 "TBD" V 9834 1700 50 0000 C CNN -F 2 "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" V 9880 1700 50 0001 C CNN -F 3 "~" H 9950 1700 50 0001 C CNN - 1 9950 1700 - 0 1 1 0 -$EndComp -Wire Wire Line - 10100 1700 10200 1700 -$Comp -L Driver_FET:MCP1416 U1 -U 1 1 5FCD6773 -P 5450 2800 -F 0 "U1" H 5500 3150 50 0000 L CNN -F 1 "MCP1416" H 5500 3050 50 0000 L CNN -F 2 "Package_TO_SOT_SMD:SOT-23-5" H 5450 2400 50 0001 C CIN -F 3 "http://ww1.microchip.com/downloads/en/DeviceDoc/20002092F.pdf" H 5250 3050 50 0001 C CNN - 1 5450 2800 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FCDD767 -P 5450 3150 -AR Path="/5EDA53F3/5FCDD767" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FCDD767" Ref="#PWR?" Part="1" -AR Path="/5FCDD767" Ref="#PWR015" Part="1" -F 0 "#PWR015" H 5450 2900 50 0001 C CNN -F 1 "GND" H 5455 2977 50 0000 C CNN -F 2 "" H 5450 3150 50 0001 C CNN -F 3 "" H 5450 3150 50 0001 C CNN - 1 5450 3150 - 1 0 0 -1 -$EndComp -Wire Wire Line - 5450 3100 5450 3150 -Wire Wire Line - 5450 2500 5450 2300 -$Comp -L Device:C C? -U 1 1 5FCFF67B -P 4900 2500 -AR Path="/5EDA53F3/5FCFF67B" Ref="C?" Part="1" -AR Path="/5EDA5628/5FCFF67B" Ref="C?" Part="1" -AR Path="/5FCFF67B" Ref="C8" Part="1" -F 0 "C8" H 4785 2454 50 0000 R CNN -F 1 "100n" H 4785 2545 50 0000 R CNN -F 2 "Capacitor_SMD:C_1206_3216Metric" H 4938 2350 50 0001 C CNN -F 3 "~" H 4900 2500 50 0001 C CNN - 1 4900 2500 - -1 0 0 1 -$EndComp -$Comp -L Device:C C? -U 1 1 5FCFFC2C -P 4450 2500 -AR Path="/5EDA53F3/5FCFFC2C" Ref="C?" Part="1" -AR Path="/5EDA5628/5FCFFC2C" Ref="C?" Part="1" -AR Path="/5FCFFC2C" Ref="C6" Part="1" -F 0 "C6" H 4335 2454 50 0000 R CNN -F 1 "1u" H 4335 2545 50 0000 R CNN -F 2 "Capacitor_SMD:C_1206_3216Metric" H 4488 2350 50 0001 C CNN -F 3 "~" H 4450 2500 50 0001 C CNN - 1 4450 2500 - -1 0 0 1 -$EndComp -Wire Wire Line - 2100 1600 2100 2300 -Wire Wire Line - 2100 2300 4450 2300 -Connection ~ 2100 1600 -Wire Wire Line - 4900 2350 4900 2300 -Connection ~ 4900 2300 -Wire Wire Line - 4900 2300 5450 2300 -Wire Wire Line - 4450 2350 4450 2300 -Connection ~ 4450 2300 -Wire Wire Line - 4450 2300 4900 2300 -$Comp -L power:GND #PWR? -U 1 1 5FD13F63 -P 4450 2700 -AR Path="/5EDA53F3/5FD13F63" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FD13F63" Ref="#PWR?" Part="1" -AR Path="/5FD13F63" Ref="#PWR09" Part="1" -F 0 "#PWR09" H 4450 2450 50 0001 C CNN -F 1 "GND" H 4455 2527 50 0000 C CNN -F 2 "" H 4450 2700 50 0001 C CNN -F 3 "" H 4450 2700 50 0001 C CNN - 1 4450 2700 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR? -U 1 1 5FD1436F -P 4900 2700 -AR Path="/5EDA53F3/5FD1436F" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FD1436F" Ref="#PWR?" Part="1" -AR Path="/5FD1436F" Ref="#PWR012" Part="1" -F 0 "#PWR012" H 4900 2450 50 0001 C CNN -F 1 "GND" H 4905 2527 50 0000 C CNN -F 2 "" H 4900 2700 50 0001 C CNN -F 3 "" H 4900 2700 50 0001 C CNN - 1 4900 2700 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4900 2700 4900 2650 -Wire Wire Line - 4450 2700 4450 2650 -Wire Wire Line - 4850 1600 5250 1600 -Wire Wire Line - 5150 2800 5050 2800 -Wire Wire Line - 5050 2800 5050 5500 -Wire Wire Line - 5050 5500 9750 5500 -Wire Wire Line - 9150 4700 9750 4700 -Wire Wire Line - 8200 2300 8500 2300 -$Comp -L Device:L L2 -U 1 1 5FDFEBE6 -P 9450 1700 -F 0 "L2" V 9640 1700 50 0000 C CNN -F 1 "L" V 9549 1700 50 0000 C CNN -F 2 "Inductor_SMD:L_10.4x10.4_H4.8" H 9450 1700 50 0001 C CNN -F 3 "https://www.tme.eu/Document/18f8a623126e52c1b46a51bde1bd900b/SDR1006.pdf" H 9450 1700 50 0001 C CNN - 1 9450 1700 - 0 -1 -1 0 -$EndComp -Wire Wire Line - 7250 2300 7250 3100 -Wire Wire Line - 7250 3100 6350 3100 -Connection ~ 7250 2300 -Connection ~ 6350 3100 -Wire Wire Line - 6350 3100 6350 3000 -$Comp -L Connector:TestPoint TP2 -U 1 1 5FE20CFD -P 8200 1600 -F 0 "TP2" H 8258 1718 50 0000 L CNN -F 1 "TestPoint" H 8258 1627 50 0000 L CNN -F 2 "TestPoint:TestPoint_Pad_D1.5mm" H 8400 1600 50 0001 C CNN -F 3 "~" H 8400 1600 50 0001 C CNN - 1 8200 1600 - 1 0 0 -1 -$EndComp -Wire Wire Line - 8200 1600 8200 1700 -Wire Wire Line - 3500 1600 4000 1600 -$Comp -L Device:CP C? -U 1 1 5FE76E2E -P 4000 1800 -AR Path="/5EF1F288/5FE76E2E" Ref="C?" Part="1" -AR Path="/5EDA5628/5FE76E2E" Ref="C?" Part="1" -AR Path="/5FE76E2E" Ref="C4" Part="1" -F 0 "C4" V 4150 1750 50 0000 L CNN -F 1 "470u/25V" V 4250 1600 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_10x10" H 4038 1650 50 0001 C CNN -F 3 "~" H 4000 1800 50 0001 C CNN - 1 4000 1800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4000 1650 4000 1600 -Wire Wire Line - 4000 1950 4000 2000 -$Comp -L power:GND #PWR? -U 1 1 5FE76E36 -P 4000 2000 -AR Path="/5EDA53F3/5FE76E36" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FE76E36" Ref="#PWR?" Part="1" -AR Path="/5FE76E36" Ref="#PWR07" Part="1" -F 0 "#PWR07" H 4000 1750 50 0001 C CNN -F 1 "GND" H 4005 1827 50 0000 C CNN -F 2 "" H 4000 2000 50 0001 C CNN -F 3 "" H 4000 2000 50 0001 C CNN - 1 4000 2000 - 1 0 0 -1 -$EndComp -$Comp -L Device:CP C? -U 1 1 5FE7E3FD -P 2300 1800 -AR Path="/5EF1F288/5FE7E3FD" Ref="C?" Part="1" -AR Path="/5EDA5628/5FE7E3FD" Ref="C?" Part="1" -AR Path="/5FE7E3FD" Ref="C1" Part="1" -F 0 "C1" V 2450 1750 50 0000 L CNN -F 1 "470u/25V" V 2550 1600 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_10x10" H 2338 1650 50 0001 C CNN -F 3 "~" H 2300 1800 50 0001 C CNN - 1 2300 1800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2300 1650 2300 1600 -Wire Wire Line - 2300 1950 2300 2000 -$Comp -L power:GND #PWR? -U 1 1 5FE7E405 -P 2300 2000 -AR Path="/5EDA53F3/5FE7E405" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FE7E405" Ref="#PWR?" Part="1" -AR Path="/5FE7E405" Ref="#PWR02" Part="1" -F 0 "#PWR02" H 2300 1750 50 0001 C CNN -F 1 "GND" H 2305 1827 50 0000 C CNN -F 2 "" H 2300 2000 50 0001 C CNN -F 3 "" H 2300 2000 50 0001 C CNN - 1 2300 2000 - 1 0 0 -1 -$EndComp -Connection ~ 4000 1600 -Wire Wire Line - 4000 1600 4450 1600 -Wire Wire Line - 2100 1600 2300 1600 -Connection ~ 2300 1600 -Wire Wire Line - 2300 1600 2750 1600 -$Comp -L Device:CP C? -U 1 1 5FEABFF8 -P 2750 1800 -AR Path="/5EF1F288/5FEABFF8" Ref="C?" Part="1" -AR Path="/5EDA5628/5FEABFF8" Ref="C?" Part="1" -AR Path="/5FEABFF8" Ref="C2" Part="1" -F 0 "C2" V 2900 1750 50 0000 L CNN -F 1 "470u/25V" V 3000 1600 50 0000 L CNN -F 2 "Capacitor_SMD:CP_Elec_10x10" H 2788 1650 50 0001 C CNN -F 3 "~" H 2750 1800 50 0001 C CNN - 1 2750 1800 - 1 0 0 -1 -$EndComp -Wire Wire Line - 2750 1650 2750 1600 -Wire Wire Line - 2750 1950 2750 2000 -$Comp -L power:GND #PWR? -U 1 1 5FEAC000 -P 2750 2000 -AR Path="/5EDA53F3/5FEAC000" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FEAC000" Ref="#PWR?" Part="1" -AR Path="/5FEAC000" Ref="#PWR03" Part="1" -F 0 "#PWR03" H 2750 1750 50 0001 C CNN -F 1 "GND" H 2755 1827 50 0000 C CNN -F 2 "" H 2750 2000 50 0001 C CNN -F 3 "" H 2750 2000 50 0001 C CNN - 1 2750 2000 - 1 0 0 -1 -$EndComp -$Comp -L Device:C C? -U 1 1 5FEBE216 -P 5250 1800 -AR Path="/5EDA53F3/5FEBE216" Ref="C?" Part="1" -AR Path="/5EDA5628/5FEBE216" Ref="C?" Part="1" -AR Path="/5FEBE216" Ref="C9" Part="1" -F 0 "C9" H 5135 1754 50 0000 R CNN -F 1 "10u" H 5135 1845 50 0000 R CNN -F 2 "Capacitor_SMD:C_1206_3216Metric" H 5288 1650 50 0001 C CNN -F 3 "~" H 5250 1800 50 0001 C CNN - 1 5250 1800 - -1 0 0 1 -$EndComp -Wire Wire Line - 5250 1650 5250 1600 -Wire Wire Line - 5250 1950 5250 2000 -$Comp -L power:GND #PWR? -U 1 1 5FEBE21E -P 5250 2000 -AR Path="/5EDA53F3/5FEBE21E" Ref="#PWR?" Part="1" -AR Path="/5EDA5628/5FEBE21E" Ref="#PWR?" Part="1" -AR Path="/5FEBE21E" Ref="#PWR013" Part="1" -F 0 "#PWR013" H 5250 1750 50 0001 C CNN -F 1 "GND" H 5255 1827 50 0000 C CNN -F 2 "" H 5250 2000 50 0001 C CNN -F 3 "" H 5250 2000 50 0001 C CNN - 1 5250 2000 - 1 0 0 -1 -$EndComp -Connection ~ 2750 1600 -Wire Wire Line - 2750 1600 3050 1600 -Connection ~ 5250 1600 -Wire Wire Line - 5250 1600 5700 1600 -Wire Wire Line - 8500 1850 8500 1700 -Wire Wire Line - 8500 2150 8500 2300 -Connection ~ 8500 1700 -Connection ~ 8500 2300 -$Comp -L Device:C C? -U 1 1 5FF64597 -P 8500 2000 -AR Path="/5EDA53F3/5FF64597" Ref="C?" Part="1" -AR Path="/5EDA5628/5FF64597" Ref="C?" Part="1" -AR Path="/5FF64597" Ref="C14" Part="1" -F 0 "C14" V 8350 1900 50 0000 R CNN -F 1 "10n/2kV" V 8350 2250 50 0000 R CNN -F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 8538 1850 50 0001 C CNN -F 3 "~" H 8500 2000 50 0001 C CNN - 1 8500 2000 - -1 0 0 1 -$EndComp -Wire Wire Line - 8500 1700 9200 1700 -Wire Wire Line - 9200 4450 9200 1700 -Connection ~ 9200 1700 -Wire Wire Line - 9200 1700 9300 1700 -Wire Wire Line - 9700 1850 9700 1700 -Wire Wire Line - 9700 2150 9700 2300 -$Comp -L Device:C C? -U 1 1 60002BC4 -P 9700 2000 -AR Path="/5EDA53F3/60002BC4" Ref="C?" Part="1" -AR Path="/5EDA5628/60002BC4" Ref="C?" Part="1" -AR Path="/60002BC4" Ref="C13" Part="1" -F 0 "C13" V 9550 1900 50 0000 R CNN -F 1 "10n/2kV" V 9550 2250 50 0000 R CNN -F 2 "Capacitor_THT:C_Disc_D7.5mm_W5.0mm_P7.50mm" H 9738 1850 50 0001 C CNN -F 3 "~" H 9700 2000 50 0001 C CNN - 1 9700 2000 - -1 0 0 1 -$EndComp -Wire Wire Line - 9600 1700 9700 1700 -Wire Wire Line - 8500 2300 9700 2300 -Connection ~ 9700 1700 -Wire Wire Line - 9700 1700 9800 1700 -Connection ~ 9700 2300 -Wire Wire Line - 9700 2300 10200 2300 -$EndSCHEMATC diff --git a/Hardware/HighVoltagePowerSupply/README.md b/Hardware/HighVoltagePowerSupply/README.md deleted file mode 100644 index f6aebca..0000000 --- a/Hardware/HighVoltagePowerSupply/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# HighVoltagePowerSupply - -## Architecture Overview of High Voltage Power Supply - - - -## Render of the PCB - -![render of the device](../../Documentation/Pictures/render_10_11_2020.png) - -## Assumptions about used elements - -Topology: Flyback -Mode: Discontinuous Conduction Mode - -- All resistors in voltage divider should be rated 150V or more and have the same temperature coefficient. - - -## PCB clearance - -Calculations based on [IPC-2221A](http://www-eng.lbl.gov/~shuman/NEXT/CURRENT_DESIGN/TP/MATERIALS/IPC-2221A(L).pdf#page=52&zoom=100,0,0), Table 1-6. - - -1100V - 500V = 600V -0.25 mm + (600V * 0.0025 mm) = -0.25 + (600 * 0.0025) = 1.75mm diff --git a/Hardware/HighVoltagePowerSupply/fp-lib-table b/Hardware/HighVoltagePowerSupply/fp-lib-table deleted file mode 100644 index 7a3951a..0000000 --- a/Hardware/HighVoltagePowerSupply/fp-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(fp_lib_table - (lib (name HighVoltagePowerSupply)(type KiCad)(uri ${KIPRJMOD}/HighVoltagePowerSupply.pretty)(options "")(descr "")) -) diff --git a/Hardware/HighVoltagePowerSupply/sym-lib-table b/Hardware/HighVoltagePowerSupply/sym-lib-table deleted file mode 100644 index 5a4e696..0000000 --- a/Hardware/HighVoltagePowerSupply/sym-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(sym_lib_table - (lib (name HighVoltagePowerSupply)(type Legacy)(uri ${KIPRJMOD}/HighVoltagePowerSupply.lib)(options "")(descr "")) -) diff --git a/Hardware/PhotomultiplierConnector/README.md b/Hardware/PhotomultiplierConnector/README.md index 07f140b..5c76eec 100644 --- a/Hardware/PhotomultiplierConnector/README.md +++ b/Hardware/PhotomultiplierConnector/README.md @@ -1,6 +1,6 @@ # PhotomultiplierConnector -This board is used to: +This node is used to: - connect below components: - __photomultiplier tube__ and PCB of __data acquisition__, @@ -8,5 +8,3 @@ This board is used to: - provide polarization for __photomultiplier tube__. Polarization can be either positive or negative, on the PCB there are two sockets for photomultiplier tube. One is used in positive configuration, one is used in negative configuration. Only one should be used depends on configuration. - -Components for polarization were placed automatically using tool located in ./PolarCoordinateComponentPlacer and **they shouldn't be moved manually**. Placements of those elements can be modified using mentioned tool. diff --git a/Hardware/README.md b/Hardware/README.md index a277a5c..bfd943d 100644 --- a/Hardware/README.md +++ b/Hardware/README.md @@ -1,6 +1,15 @@ +## Photomultiplier Tube (PHT) and Scintillation Crystal selection + + +[R1450](https://www.hamamatsu.com/resources/pdf/etd/R1450_TPMH1215E.pdf) will be used. + +Sodium Iodide Crystal will be used. Plastic "crystals" are cheaper, but have poor pulse height resolution. Other crystals are better but much harder to obtain and more expensive. + +TBD optical grease. + ## Power supply for photomultiplier tube -- Tubes require around 1000V-1200V DC [[example datasheet #1]](https://datasheetspdf.com/pdf-file/95080/HamamatsuCorporation/1P28/1), [[example datasheet #2]](https://datasheetspdf.com/pdf-file/959054/HAMAMATSU/R10699/1). +- PHT needs around 1000V-1200V DC [[example datasheet #1]](https://datasheetspdf.com/pdf-file/95080/HamamatsuCorporation/1P28/1), [[example datasheet #2]](https://datasheetspdf.com/pdf-file/959054/HAMAMATSU/R10699/1). Higher voltages increases sensitivity and decreases lifetime. - There are two main ways to apply the voltage to cathode and anode [[see paragraph 5.1.1]](http://lmu.web.psi.ch/docu/manuals/bulk_manuals/PMTs/Photonis_PM-Handbook.pdf): @@ -8,24 +17,29 @@ * negative polarity, anode earthed and the cathode at high negative potential - continuous mode, detailed pulse analysts (as in spectrometer) - There are two main ways to apply voltage to dynodes: - * Apply it between anode and cathode, and use resistor dividers to provide required voltage for dynodes. Good thing is that each dynode can be at different voltage. + * Apply it between anode and cathode, and use resistor dividers to provide required voltage for dynodes. Good thing is that each dynode can be at different voltage. Power consumption can be decreased using active lader of transistors [[example design #1]](https://www.osti.gov/servlets/purl/1117124) * Start with much smaller voltage, apply it to electrode, multiply it [(Cockcroft–Walton generator)](https://en.wikipedia.org/wiki/Cockcroft%E2%80%93Walton_generator), applying it to first dynode, second dynode.. until reach last electrode. [[example design #1]](https://arxiv.org/pdf/1606.00649.pdf), [[example design #2]](https://indico.cern.ch/event/83060/contributions/2101687/attachments/1069924/1525757/Presentation_TWEPP.pdf). Good thing is that less power is dissipated as heat. -Negative polarity + Cockcroft–Walton generator looks like a good choose. - -## Monitoring value of tube's polarization voltage +Negative polarity + active lader of transistors looks like a good choose. -Use microcontroller's ADC? +## Monitoring/Setting PHT polarization voltage, monitoring of input current of HV Power Supply -## Setting value of tube's polarization voltage - -One value is enough choose according to tube datasheet +ADC on microcontroller will be used. ## Microcontroller [PIC32MZ0512EFE064-I/PT](https://www.mouser.com/datasheet/2/268/PIC32MZ-EF-_Family-DS60001320F-1545741.pdf) - ## User Interface -Arduino Uno 2.4 inch TFT LCD Shield +None, communication will be done via UART over USB. + +## PMT protection + +A photodiode will be placed in PMT enclosure, HV Power Supply should operate only if PMT is in complete dark (sensed by photodiode). + +## Unknowns + +- How to set C+R values in charge amplifier? +- Is the microcontroller sufficient in processing power? +- Noise (dark current) needs more analysis diff --git a/Mechanic/KiCADModels/.gitignore b/Mechanic/KiCADModels/.gitignore index 8779ce0..290513d 100644 --- a/Mechanic/KiCADModels/.gitignore +++ b/Mechanic/KiCADModels/.gitignore @@ -1 +1,4 @@ -.*scg \ No newline at end of file +*.scg +*.wrl +*.FCStd1 +*.stl \ No newline at end of file diff --git a/Mechanic/KiCADModels/FreeCAD/3710.16.FCStd b/Mechanic/KiCADModels/FreeCAD/3710.16.FCStd new file mode 100644 index 0000000000000000000000000000000000000000..20e3c143426666aa90155f85b011b7c758bb45d1 GIT binary patch literal 21271 zcmZ7dV{j&c)`kl|$;8RTw(VqM+qP|cV%xTD+qP}ncFyegoUiKJyZYa%?&|Kk?^;(c zw4CHG5M%%V00EFSbCt)!8fT>k2LSkF005YOQ6XDHXKP~{Ct5dat1B&a#|;*E@0S|B zw|$plj?#rWwXxUGgvrq+gRwIyU9MONaVg?>(7x64nwxuou%a(9uEPRq_TB1W+u+?* z$Pn$!4tGuRDQ8}_x#pK*mjZ+;pU_dRA3ciKh$I}PSySx} ze#NjQ>Ac%~F)z60#mYqt;$*1(+c*8K1+j_q%ptO$oOFIOHt=uL=&P|Yi{AXT;^+YyKgmw1l-%n>7Mva!D7koK z<8dqQOB&4(@6v}a&}7gsy^^RfccL`Svgu$Q}Z&G+4oLaAQ1GX3_I%YS8+FT?&4#j-gGE!uYpeiWN?P~T_cLh@y*Kl7n zb+3x+gMEF@BKMH#8EE_9x1K$q`-uSmCV#^gt8;J15qBh^ZIJqD9J2=Hd``k5>>#omNR({JpB6%Y5) zi9o%KID$S0z0vC1gCxgF8Z_k8L zVSN*?rF#!0T(FLaV&kV8{q?hMhtJj-P?w4A5Ss}hpGa!+SFu%`NK0*}aWgK9_k)p)w0^u0nCXHA9m z+m60sI{F+pM0~l~n@O#Y^-zO38R&yr z^;mDKkSHd%4o8l)QzQrdHu&wTM(b1)?d)FOIwLn#Kj;a$TcHn4dN*j$x}`O4`98W-zX7HSQSIo4n1PnM6($rC4Bt=?y`4iX!UqnjaZOQ5d|q zjiB4OprF4*h3pEGUfy_I~H+SLVo-xSLOn>9CU&of?jc!Gb+S%TPPhbL2NlzTECh}CiN zq=zR-_vRSxiyl+n>kHq?_x){h`0HfhHf zWed;Bn>Uj*NTH0XCKn}mXUPu%3j66KDYu%Mrx9$33}__^`x)MwO^h=-2{4v7I@9sw z8PwKe<#{NrtW|=K`J)5R>?dj@nl}$k&sW2hk_YKW2l{&PTPg>`usPmW7nhb|b_dvN zj^iC+PIssZH7g16Kt&vh&{vV6f@``tFW?&+^*>yJF_ ztCMDw56{un*pA$Pk<~j=D0=|}0O+Ct0Dk`?tDL@rlcJfvoiVL}gWZ*er0ga=eD{ay z>uUWIrOUpRgAku=l?J5H41!#EpxU71{*J4O%i8cAaT>9 zSScr^x7FtCB;P?Wn4QUH!tmQD*mz{X0qUI`B6LH;TCeiEb;pc(mW5%{0Ce!V8XWy} zBsV^$XT`K<-vz7Nh{YHH7p?PH89+zMkt)4X*SulU-tE?^1;pdl>CtX?!Z+AfkJ(0P z>riLE)(OM&_t-F41`)k(jLA-s|5_-RPv1q&2ITlIGmUp;a{z`A!14P8J{2LVWV?l8 zy_Rb=lqnP9sK2Fy35xC(>>`hVEsZ%y|EG+zh%KZya;y}T#B#Q()iEVYUzBk)Yl^XH zVwz2)MX=eHinA=bx`JF)t924h5kymUZ5=SA!jYg9O}9;5C#&btynKg}r5sB4V8u%W z%HvyE(7&}0&TDLAA7(OOJU&T-BO1uz0PIZA;q+=qUR`i-`jk~DI9!QV3_>ZJ_^Uq! z`s{Su_pX0vkrpSvsi<t-IIu90Y$LtsMHQ!; zt|o^rh4qZ!apT$^FuwW&w@zPgQi^W9;YMB622^=NS|1X zzqfkdqJdF_R$JwMBK;>q`0uiXAni8z`dg<=Fw#oP{AhAD>E9et>|B{>ALW)&AeAf~ zt7$6M5XW$K9;dfXDNC%kAz&(gx9k!SN(My4=06r-n9CGRMNN9BgebEyn!zYF+IK4u;^l(a~+XB#Jumb9m$ z39s`A2l---oDRaKAlZZwJO5Q!Lu3{{BdtY3lNk~;_;@a6@V=GoSF8INU1(QhV4EogF`?F;-0$kr zsqA+xe$x6e1enNVD@ct?pz}2yf2c`$3)}enOW*+3daub;H&3G>i_%v#tfAAd6~1^{^{L@j6``i+!?X!dZTCcILd z(^gsFd~0Uy^B@L2CKHe(KsbVB3xv-i75Si&9}o@EivYw%2w0H@=tZLV$Xz+$fWRx8 zN5IUIFC@dlh&%$MibBC;i(dd{xPRf~1lr&yz+D>K0SCl(SGm5!k`{>=K5gK&@L~C# z!_nZxLGwT=LgrR;(Md7b0L`80MtWD>!^b~v`}5IeGHS<97AY$WOq+%kzB=bNT{^sHQdMyj6a*Gj^-2G1= zs>C`Yl6=3hX$ovVUICi*ZeZDPwPPvbD@z2zFtJ!?NYt>QaG|iFzuU(E-)fJGM008X&fA(Yezx1ai zXL=i6fH9lr5IWZjAaZUzu3%> zSW$jafwl#5a`UgS(C$>ld)9qv`M9__FZdSza(Zfb_j+;biJ*0f>9A#mWBusZZTVWd zMzF2Ton$?n+|m%M#{cw6{tnK@nvkeC3lnR%SBq2fhw#Y9H%Gwq}@ z&KV~U2GKUFr)3y1OH<@vOKvv#_PDMhQ)ei|2X;K??9(n|B{a!grb6P4&(jjG`lG_ThU}?)Qt&imDZ7{4`W0kbRgC>b!A(6L@-t#FFSGn1hoAfrHfsz ztb0vMJ2nTp~WheBPjO&dH{0`C|{^GJW}yI+o8M%9Lgz>BWvtC_V?yrj$Z>p1iIah0g8c za+H>P>f0(w?^w0;sh%!hMpehr^aV-evKdM!!BD)vZ6>#oADmn%y#f3oyjQ;Y4T z**vkd##>{007M{Tc^oFMz9#NeW_o-%2_VqBDmy6yHKb&?9y+3BJOJq=;J@0v8NZ-N z`#WHHetNEYc&!FSeC<`ik1vjUKV$1D8o=u@)eQUCvG_OkWL8Rle3k6>_WIcdJ!v$u zYRp0R6m4ypV-q`-v;PQs^3&i~4MR>;_1jF<54xdZ>q9J$(jQ*+6@E>NgEL)@QLqF~ zkTYc>{fM%URLfDEV6d5%Q~Fd;gryyf7$@RPOKOR6%=EqOu+AKdH28Vty%u9SM(U^O zqrIu$Uce3yU`7bC4UyomT=-dVu!V}n1pgWv=Gp5D5zLe5<#+ch;5XdMB@qFoio;xL z4!}T#U1jBgfJ3=p#vS^VmRuv5jrDtb$anVffpI;0y)J2^d`lE0bPtOYwY9IJKmSq~ z#H0&2(b*Q1zw9?-e7Eyt{BgYy2+xjS;27HuNp5dKdWRZD&e&4&{$k z$cvVB)pmfk^u1`ISm2pdJy z*dW)xWu2%r6cQzkd~4qGd>k`k4(IaLG(*3(cJhQ7HwaW96&=lOQ;cFHNF00*m;;>l zautdOL)u6w2BeLC!o%M00jsrF$BRzmNJ?p<9DhA2pkMY+*!pUsa;&325&Z?uuO6?$ zy8-EW7HF{w_!E$kOc>hnO3Ts9k3>&7Dz@SzY%4pXWi}a99OK3j4`7~$d;KW?IivBz zTM$o}(-)A|GZ6ZsG6*S8#A(BhQ@s%04keuG8s726%>92tw2|dFEkoAc5=yb@xKjd}U{;0AC)TNu*%as%eR2*CWJ4VLo3%?#rF|O`x z_%VMWus|*>Y6$$LkZjKi6C0&Lmk$^g^OLjzvKL)<$_r5-yca8A9N>YpXSO3OLpzy8 zE-2MV5s}H2mOQ8*=;?}nj7dQqr|yyGjz1T)PFg=e-RzEf3fP~%a6-S+tiisTL-(6E zdWMa}{}C&D$}ie$W*2V_#l@ui1K zpq2lE>4%^tj8vkdiBt;`dJ-##qey=-7_5S^?%n{yMY^wKy5P^=*lV({5XeDd1Je6Z zLn-C7EpA*F5o!zflBqLSY#uFE$@7YU@n75pnUV;09F*S_tMq6XG=^Bnx3iR73eUnX z)b#!V{_hGz<Rl&r$zpD{%Ep+>WT&;<9nET?> z-jmPz^z6ums}hUe4?19PILMDS6GoW?KTJgw=0CutoZ!*&lvfRf8*!n|)+*b`8KG^G(XP|=#_QTlBXj-u_9y*Ed#X2yVr8X^|cG5O7FRJ(}pF)ZytvF6Lg6K+Diy<($;{(BQ>3I= zDz>MjNfWRkt78Y}(-LS^q8S<9q-L^wf@?IIae3mTWgLm!RR7Kk8zy@Fajnm2Zz&mG zn_GCHDKdIE-GUkPF7v1Ba5X|vY!d&w*Hz%>#+z}dbT@Ny!o8QK-PQaH|;WVKsAYSM?(u{xF~n&f60zF-j9S-l?~q+W2Ik@~Rr0ej3*f z+%{ZXCLzs?oJqo z)`w35;f3AO+yQLskRu ziuy;meGsT_W1Yqvcn{w8)+w5?QyKe@q^BSizO>TFla_vmsrG>zYLz|&%NRYf)qdgD zygD4yTqkd=*+85K^$ zK$#w?OnJ&9RsYU6>I4fYUq36_5{SPU` zU||w$L10d?duv7MT9KJ!#XX28hlJT7V6=9Cz@9(A@5+t#HRb~6x|xxq%Ow{@O7i#d^b89u{EN~zKtf|* z#e8qsQJ~=)rI|KV_Xhgt1sE;Lh||d77Uqq@IH*P~brG@|(IIniVFU|}br;d*YexN; z9#wC>;n+pSr|5x)kVMkq;D|8R_~vmTx9tmx{8%D1fAnGe>64lEVEbVew4X4o%Otej zYnK4CkQu&qcCgfN^Tnk5KgP9n=D=5GPX{I<*Suqu6}dqxtx%LLDb5!XAQ3t}@XZ=& zJWs_Gjj69AxZ+QB%@R1b&^8al90K+~&Jp;K zShd`PBYq$n2^d^_{>a27-x0}Ro7d!fr0$SKkFbE4}?1hKtHHo)=8Uh+Q> zD0!J)LJh$r>i%I+W<;^Oq`=}2dwzqI#O5)D@2UH5_+p#qv&Ee}_o=z2U2A~HO`e)4 zt>2%SvydPmC+TuqoF)5D(V-4VUzz?3q}E~5)dn9Z>>y=*kQq@hC!vL@vW+e@n$;|qLJU)%U*P}E_=r5y-GYCNkNRK6GyT7e->}&bgYjBXojkDVgyJfwz>6sS zXk^6~e)<0(??5rzvonA}GB+v5XuTF@NYNpOy;3X&3kN42m6++(%JyORE$^k_rMp#G z?Oi_e&iXWQRC7LaG_b|Ut;<90qqU=3W0SzEk}?6_*{a$u=9Djc@*R_I`y_+tW6e1i znR_LK*JA&V@(NYQqDCg=vJvYMB1yf|n`>`I_75j_fi@v)NwzKzCvzE9C*51JK6pKQ z>UwSuFKY)|F*U~%UE>!ZY!D3(p0wU@eyGGAo*0Z1ii)P~wDo_BDun;TdTPaTvJ%7> z?Oxuf?GF#_O*0b}WUb)~2|0U~HS*1S;foSR52%(Gy#r*MDmj6>CN##U{3ZeO7Boh$4ZDOj zwt2e%$7r4ooct)oRvc>=k1e~5dd&kMO!+VlMat7>fnxB*wC=hnqA?p=ESvi3D`hYO z59pRz5zc@P)#0bTIeM|Q@U+S~#RgPoV&)dOT=lkoK>7z3KHp>7L=4&I27@{)= zJ-h-kEg>)jPT|7{L3DSMj+p5^I=ndjXmnel;YdBGKqGp^ea%m=L$OS4Hdw60{2jsg zOf7vPKiZYmRG9T-3ep{X>1YMpzi zT?;&+Ty5@Yw-mx^3Nl@`94F`Pvun+6X^k81%x~_*B&{263Dw)F7hEj{P~!>(V=!Et zUwPb>gL`{SMo~U0th_ZUEoBWC& zjar`cQ}(XKk8AToH+&hu8cNc(6rGLDco?Op(&gp7&s}+qbq2NBucYu8ySZACeXDIf zO=8$?OKcY0eLM1@1r9lHUU35rCx8zcJtlwgttCy$H!ApdDV0VTs&ZW|@3{Aj^r8IP zoKhLFW!-^~Bzzp8hW`x{FN?O5yu(1RW;AwEGxK838^W~>=_115#iYncrngJnr$Q0+ zlaN4AZ~yDAzkw+6>rV1sYm}F&n)!PmYBAiK;iX5kg@g>lYccbSbNyXshs_Jh_bjR{6><5NitK5 zbZudCH{$RCG5yEm3)!X-v+>y6F;MSM1zPLTC-IwC*sgv+5l!pxk%nh05}Xe6H9Fjd zG2D6iA7m4kKc94@Xev%<#$o{)(sP?&{J13@9wk3A7Nt`);nXHmpIbwKO3O#Z{Al(V z2;DAfr(oz3H43RkcwxK{C1_dP;jStP>wKJ}-y~?fyV~I*G$QE>`HQ$=e9iv2>jYVE z!GA0C5G7qoY$SmML3-Q>P8#|U>N=0QZ-J9q+CSNW7!0?Sp}`%RiOeYp8nT_7-XKZs zdOyyotGG zNdIwgf7kLd0HI##M;a$46dTrB`z zQ`IEDT|p9>JiS+soi(?TdIynEWaAlfc=0R${*-cGdVFGCOf(K|%t+`-DW{ug((>#S~ zzd!L=HAE|Y!vR=dz^1mw-qF`NShQGd5+Mz<#NSS8VzQ-$rs)8Kp32j%I+l@0V;06p zpn;+>zy7_mi=z}7h(##{n1|8xS1%GwzAi^oo~fRHOrh3PsjNt4k>cXdzLwu?V^&w9 zY@fD4^Yi0~_$@Z|D_#%qDTcq{I=1)=1}Z?~34aFfbN1lZ2jBjTsw)hl-)$a#T{XhA zdF+To`hpn+WQ!^!u{c}>a#H4_mAL()Z(N}?sUL_^-ET3>C*eP2_kLPlT<>#b#8e!P zMy}@K7j1ZCKw_s_2x67JjqDnv1e?$PgExfM!bpTMX}20PFMKmO2pik@#-uGQAz&p9 zVfCVoyhino8lpZrrWTTUiz?JiABcUz-nXrb7<*4ebPL*AIaZ|IDiFyL4zTQQ$C-(f zrxN==|BZ7+N9L~suzy2C@&9R?GyfmXHUHt94c_ZS_12zM17lx09uKIy$~Mc5(dD_Ll1z z)2;SS@~OtVSvh)pxBt32-ZOC|`(D+m!rPk)U>1OEDh=kXU%x=w`&su+F`;eTDLS#v zOjejs7?Y^XzV7i_&cQ9T2L1H7>?$|leaJ*obIp`253&r=UlF?LJZ#Rcm4?j=luVwm z&`&S_GfivRu&D8;I;kXxY58ok9ccig;|Tdu~TI!ACifmwN3Ay?aeetw%_$$KQCKHUsLbb?`JL^%O!|tvM)c? zHG1E<<${xV^-zK`{L#@Py$@f7VKiCru__9xLo*Lc1U@{nkB6$H3Ug)pov^lcY zT)t*A0z70B53e+3nxho`511E|IAO0k`qyGYEl>|&{Rtua_xls?RHFkTVQ@MBc1(Is zjrvYW-NKKuxD&num3$k~fJsN8zC#-(Cp?rbJl|e&1|b)REXZ6q|_H`#QTyGk2 zC$-ym!n7;*_*^#kY0z__gx1K-jpmeY(*cuik4q{DwX(bYH`|;pi-h!~0GOWjes@?5 z6KA~ib`mrATq!dL!QdSpEJj)qBMb8vh&0%gc2X_U%yHcuSH*8@*htGK;(cW+Mnxhsn70U7*nQpG#cS38K}XqpVBDP>P@yiggdxKeJGk= zPJJ~h$^aXaH~bLNGZIv+8f?;e8yt)?u@1^~3Hzqxx|M69gXBbEoDL}?gyF&xETdjU z(y2NEhfF)GmMt12j7J#oEyEu)0h|{Q6ppL3I5s?4CTQ? zplJEDPo{EI0ZNE5gKOdPToGfKF)>lPG*shdO@7t`3i-TL+GUD<-!^F5)P=8Q1Uoj| zdhUTaVc7ECYkykMylHJlB@gA&o;gP@!#dm*zf4|!1N80~Q-0I1ou&aN2c_eJTk|$j z7n_LJ7}mOwWAZkBn*Ig{Pz`;;BRtG5-=Z7fHPU-aZYW>r6Yd}N3&T>Mp|MM)^(#a* z7XG0b7S?w$Vj@ax-A}0?K%rZEb12T>14mH9MZ7{ab-@lt>$7SAktH?6!nfk6 z_zJ{b;$hTBW&~R+Wj_3=23FWXfF)eDq6?K;$(CAT)X4;Uw?NrZCLkm@<0JrY{x+%) z)u@j5rLdSR1-_1>0ptd9yuiVvS`5T`~JltR1!c`I#RG_iNQ~uVN{y2M?s+n9W%T6Ym+JT)+~70 zbH!n2FVL&D8~|?JGl#_B%ws^(M|=s`zT3bJe{-2i>uAfwDck4kj7Mivp$s}*smxvp z!@<;q#Nc{Fe(P>xd8NssQ}Dy6cfDVvjgtBd-B_{_7IYUE8tA~6p*-?vVf9sar^z?P z$wmKJ5VP!?r0F0@Tl+(d{YyO_KrbM`RCYf1QJZG>(Vcc$A`a=RiypzUAg&pZrl}*r z#59V7>M9qHWzIBo9R~ktJ0m9KxjtMKo3TkRLS4FyYUOziAoVewr2|#O6$1euH6j*I zscr`u8KILcYHvfM>3*Hh5i=xDtd?{j1eZfYr+w6M&Rg&jXepM5+6T>( z=*8Z=SKE3GF-nK^6df`z7!K*@O9o-gBu3p25=?v{JNu;577l(Ib&oo|p=iBKiUhnF z(e;wF+t{|AvJh)b;(CEmnZ2`IP32XA5y)-lVF&FXK%`fTg_;?`OwA19!l37gg#?-} zRVh<51_QsfSyarT&Cdyjy=d5a#J!OH_q6cvSJi_R6lZrOEvQM>;E$w4k>D|#N~xu9 zLU=R>Tw6)O!WwFRf-U-$zsk1thAFF8C6W-kx zJu9&6OjGvOynd1%p&j@!&%pt3=^Cdsk1;ntH|Am@7=M>!ZeXk^hL11LGjNxGp*NiP zmwvp3i0iuV_g+n|=vsij@yfJCf_h1b;!vMg|J_)C_bIWKHY&Id@p~{AyqUV6YC$1O z#4j`L$y2QVmP^A_Q*ZH~Tp|DVo&Ia+&+;F+rc@?u`sv|2Z~pB(2`H}py=5cJEm5fg z@oxZ46cK=w0EG42a6pMgv7U4ImHPs#UEEzyu3DnUm>kR*Q68W1Y!&_6+ASr!t93`V zeUCM_&4+tOKCw^lwQQdU|BQW`dtkz)11-X|3)?G8V4{rxEYvdT z0_l*uxk-p4W7f;_v^FwQak;whWm_c2bc z+r{GaeGBEEU)hrlYGfM+)t91(CL@=MHM4}?k`Z<@eBnN2BaxEOdK1905|p2OArV$La2;tXc_o&uVA>6|?M*_u8Fc%} z#&jU7hY{kJW_WaYg!0bWQ{V0K~gQCA_p38>XNIB;B6N1(yu{8WKHBL`!gHZ|B zi;HfACU7qO{qKo|bqL8i9@E!`==X&|X?obWonjkrh|hA<3WpDj&nI3TFvV`c*tW0I zLd4gY5?yzN3j)TXv|2%C5E}kQT66klKs@|_{kQ)3-BG|XzyLrJ%Kzxk`XBw5)HZA| z`C+_XR3{Cgw=6o*Xk!ox|Lwemk$dUHB@z;_>?2b6=z4&Z>ebv{)+-0(k1?j-y<_8f zaP=PAu(V}tcZ8f5X(&gqzJ%s%hP;WsRBc+18);mRuN=9kSM6E;p>ut#b!NxkHTC(n z-=U~!hovb_$FPNw>#io?O33qpt!@qdYiI{1_`9!Yx(HVL7|{ur^keG6 z@x9SG71*msDe~o*Jx_ccOJ8B5x=qoreiUVe$O`oa^gW1P!1quK%|gvsb@Ig0RJF(65804;7*<-HP0)hm*M(3*a^t5dn@?@VP2 zC5tvdl}ZeapymAi`R{XqMi))FGfUCI_wA?GSFL*T#gMo2sT%j>bB69wX1KrxPcM{` znU{@v#|bM^ExFbzgj}6DH5=vMZ3(Ok=!_?#uHLjUZAS!s z2*M39zc7&|2OLET*iUSdrtWiZ_ztjP&uTsYSa#y0URHo3qlFi|0twfBxr*SQ$op#n zS)i-B#nFgeFtW~)klRQ~P1XjZpP|;^F2NU6@(__C56N@W#h=5P?Nu@iCHh7eJPHul z5~IT|`Xy5-2emcCBFoT5hEq6vtt@)el=5G}wN#O zbu*Zkq-eEpRcpO0mLzho90zSE5DBShsjhZbWPpHN!c7HKv;%|Tr`UK#MsQ{IoLDio zqHd-d-K&$AK9{&!Wse6g3*J<0R*V^GTaG3S8cJ1eo6?gsJ6BVIv0G=JKMk#Bads#A zrJ#fRrN9Fu=l$j3A?UFsuq)al$r1v9(=4`(1 z6M1YRC4qi)DTg(lxRV`Pmj?ntnj+eTaMrDcOvwb=88V!gZ6|w)cuCa4SUhpVDvM+*?B+ys2otEUP1TUspMf-T z6@XhL&S?+xKnt>7a{Npvea{YE-=rvOZ*QG0b++=Vl(S;dF?^+=e4Ur~&+uPa;ZOgBb(w0rl@1j9y@cw(yuEp#**AHF)8H2%D9-H~0zwFu$EAHGi=0dsz%hzHi5Uoct_ zL|1|udw)AK>yqL$;tzxJBZLSFzy;>9&l-h57{G8f?gRL5BM&!P>=FJO2vAA=kCEB` zW8^EX4I3=h|LY*sHI3`hZ7!WN)Gm~u(%=($p=K^J=&AY90o}iF4lw#^B(t{=Gb^I_ta$LsUBNAb-ug2IJNw1 zEL7R5%(&eZMzoD9f75P!&8?NXCjQjf3o`wR!g`--l|r7tqjv~e4w`l@ldf)PVas;J z)`p=1Y4C+$)8&Tgwfe|NxH>RjGu_AgbXPHXJXI4PyyfYN!2}<46y{1)KHyqB_RkuWlyTZZ0 z{<^RY8Nv0G!m%_F@TBJd@62c(azkWOM!VSvil`{7Q{GR{2D<<)% z;7YzSac~|BdY=|0UWqY@YdF|XsY1-$)ic08b*T_rZ=Jt54!Q1_z}C`(;We3B;-)Q; zQW-+Jii}_ic5Kq+J+6e-(yZwAWtKqpBw8lMd3IP_E9I;go=$`BQ367U&N_RQ?ehFX zGhxTTt1`OaUOK3JRhaOg#+kgcHpOe6zy;ZngA1R=+dUZGU25m~TYDJA4!L;Bo!Q6U+Pw@_kH*b6zBP&R+Qh z+j+m=)Li)-=|pGgka=8b?<2@w+2aOv%1icTS@-=L=D3r$kQer&`Fdm_=>6h4i2wrO z&_>Zv$(j-yVd|-}pMM$3p{E+)in^_RqU7kw3?MxY{oGTNVsm3mbxV05ZjN10@Q}f& zGtHkl+Z>*(Q#(?tv{1JKNdJ2b(q>N97%EI4wl`1FdtnG!7;cwGaA>4#yxC=Fl6MOuaVS%-jY^qu?tL;qm)92o=gzKob!+psBN^!0!We|}<$5g4Z%OB@S_m?lE zc(4Q-h~|OBijT~KfnSL*tMr4WRx7GLkF-=C{dV!9Oya)1Z}t&FLGu*D6SV#Ji;`F- zY#9OK9@MO9R)9R_FDjEuC#9iY5M0!OK;ZD9;2K-7bjlE&N?1a*yUa5@P8U{OReIkb zWxi||iq%A;LytkeT7LpUHBcz^8^)dneHj+JTBub%PLu*GJGXp#`dSCy{*T8{`d=!& zi#lq3!?cxVzM&d>daVX7T~Elp`P2#4WO7n<8%RVk?N&-k>bUuPeZb$#=JqmQzOe+dB0)zlGYm{wXkVaN+(6Am|Be^TbszcJS zUPKVW8fpXyPNTatjD3Ctx_D+ZgEZEWJ{B-mXXkIndVZPA(+3emQ_Yx0ev^whmSHne zEhl>*V_k0GH5)s~k=<*T)tujo7+2S@iVexF1Ff zGr)aL*A z65g8o99el|fVz4P=JTK=KKiH8ar~y4xFbfpJ4cWmn!Nb^b-|1_1OLaIwILsRzP?ZyWhOT-9+nIG8k))#6=d7dS#rL< zJgN+hX>I&*4M*0ayOz>i@e!C872&9xe96G#==U;sSlUn}nj628+7$Cq=E#hSU6x;D z8+g}ysnFQ<YvsRl4xhybom2j&~S4=o-sr}gB3F_WY zp-|9ci6aa>nl2Xg>9KD8UZob;1M!7cle@7nNa=VX%<3Viu|MX~Q0ZrIJctS7$I4yz z96Dh1B|Y>N*Cyy(i#Ns=SIoOUXmlbw4Fjd##4u|0nuV-0 zm8r(AMuh3&wxh|)epCHAG`j(izp1ntG({$yu9BDLjaTj)EjTek+FVy%#1&9hsSEM8 zoRzwYE}rPbRoh5v?3CM$=HOBHSJsQXj~IIPaM6Z7GV23uEMYVnFl&znaErDkk*u#@ zK4+->KSsNFYr2eF>uCDVL8CJAXbCTW$=ePrgx1b;1;TvPuY+N*%#F~DGcQ6_Q*Cze zny8uo6%D1?N`R=_sW|ca9h!s-DOPtx+9a5(2Dtgy?|M8EkOKaBm}2FdF#W?}o-I}I zckaqb&oN^)9r0n3aP8bXq7Nd;J4q=E-^MmQhQ*0A>7Y5UBiM4SoS-Ui8^`8kI}diV zS%quc0cMK9T2*C~YS>z`{e*J=$~sBwzSRpQFvTgbGU|9=p<~&7YH0pl!sv<-BJ6oz zp7-VA#GQrlu#A{|oQBS&4+ofzLT zMYDIVI?Cm0g)=p{QroVUqJ)lb`8!VS<2*%@*`h$cV==i&XO;!NkyZ9l)rS%bXH=3h z>73OrwG^~* z>+yiC{HnZ}^r}X??pGU)c3!|Aix2qnO4nf1CWg(`YwPvm%g-qc|DSZPg-ZG2NanxEAP#D2DlU^y3b4yC$VnTj(|{>CG5hAhlo~ZvrW2?oRohuz&Z8 z>xk>v0df8J4u>}XcU&Ju36aPMUr!H45sVd8o0LOzxWdPCeOrR1r1?r1X|4}THpMnq zw3(9Mjlgk6FV!ey#g;&$)f(-@T3* z$HvcHQnBFPL|nOG|OMCndWQs}ZlV>eD6vGh?k-Ej{AB zjOT_|@)~Z)DI0yR3@3_S$zJ2W0GGtLmJc z(nCRk>;215B~Vri(a>XqLGigbssV)12kjnnelO!j}0*R+ND~jQ)tq9#EHpMP(*E zC@m}KvBZkPLVAFRMUQpPt#!}&PWQO$8DszK$NBNyZ)e{<=bp2E?$sCS4_Q~H~jDFw7 z?lRiLn(g&FYu}cRYY)%wh%0Xh8f3VW;rZFRH6nLemuFhVpSx}T;i@;I&RMFZ|&A` z)Fietl3>MW)*uU)^dGi2e~B*DfKthiDMS-3bPvHju+ zR$MBAES!&**k%pEinH^Og|iP58!?lai-0gW8sL+?{7rCqlj(v3lCTPr$iW8q$IfH% zXzXu-D;cq%Hi9s$iX?awf~gt_qNFq3Z!O~-&x3Ip;%|cM6)VlqupE)-5h=9wG+xKF zwGpA9gyO-p^;QIfP%~Z2TMNKi!|Rx~Zey&uFl{|Hm9b`MSX@c5UW8~eLlOeF-hog$ z)?Apj_OR9r4T~tCY`oU4BUDJLg@_Q!nAc2fwjC-_Py$UiFCWZ<^ z=y^G0@-|)*yr#B5pvWZ5LMl;-J^p60REu@)j{)9SdYF90@4iB_x)h%1eU^so=d0+bQh)rTE zw8dlngZ8Fy-!qF)^=!LH)BnKYj?~fPQizkVg@kOYfK=cqf5EDF(NrHI$RKv9_wjhD zPY>m!5>^Mx5pR(XA2)VfA;ps^JKiEk#Jh12e3`#ccBSRxa&G(W`Qo0MI}+Y*0t-3c zc)46|)=ER##9h6p!%>^F7%N_4#x76SX^ymsXE#so#IyU)7}JyYLyB&7so|Sfs`1IqM(|OzAisJf^-G;y5Ux5}G_wM{IpOe0oFN%hO zaLg`JuWZJcY5srvK*RB*o;3IK3|bG2j4fBRWL~ZvIFPIc;)nRyeI#ysm`xYt7B09g zAMT*gug|EL$OBBteq~-=!TOh!z203`GGab7%?`_wi6WC(*qsUgnl4HpM=_BWY&_r` zsGCnTV)disU$k2E2xe=b^;$+Q0?mpU&;AhmgIfu+Ov;S^9w?u<=@VF}ua68qu2}eE z9DUfh<7PK)8x)6dc04!1@4b=$QtS9p)tz`IT(`0z&n@1ft{ zLzQC?!6-SASE>b^Pi*P;J0wm%GTuIq_AINd4nB*6My~jD(yH${Z=aG%6eea02q6w+ z{mxuYrUdp2E=0IswzgxjNQMi>Ea9N#i^cwGzG)f)c{DB@r8yo_2HNkym1|xeDeG-=>wU z{^go_HLwO^61Zm-B#3{+=18IxES{aU3Jeow%xlG3Z)tonS(NM~89CIcLo&$%*k%vS z91b0!>o*uYaW_BU~*A5Gw0Wg9l0&ibhQx3LgDn27CJ?(fVr?`zvIC}lW{><2`3b& z-&*s^T|b-p!K~^7XWODuC#YbO2H}eOv$pdWLue^ycI9C=p9l#|)kti5zod!htV3h} zT1I~e*tM>CX7WuG!91iN z(3o;fy!Um#B~<)Bj_iBy2`=KFvpOXn2nhb?$W}CRc2%)7ax`Nwc6Pkd+px#uMDe|; zI~|E_=0ANuVy;gv(<2Lry}a)o32#-&QJ3Dot7G#f+9OT2M7(-aIbm_@|}oU8bme1D=FwYXCANl zma6-%v1ppQGYx1Jj4!%Ad8eJ!n6n;*Q@wg=H_L1rt$PGV4~Q(uq>U=L>a!2xS@oqLU$tPgYFf`anh>|e?uBl2R?OsO zbw*V!P4s@m;Fr8+j(NZ!8!n}SRDgG^PbqyYq70#X0p3C2Zl07(1nU%>q+c61Uu~v( zE^EB^_WEf=$E5=LP)DtMhpX?5j!x04LJsG&-an>@nXVEiBP(Uqyz;Y;K%hUG7e^}! z{$J|fZ`?QMaDE7;PaGw5XYsxZ^7nt{cW{+O5DC6Ah@GB~X&0*&18=YOUtR>#x9N6) zC-taS0v^n32}K56Ihgpau6Lx#hwG_3MYt#7xtABfWvL(EGD;T(1)UX7b)v zDhtNj6lNJUOLI4cOb2gytz)KU5McN-k(H*IYDKgJ4GcKWC!?7~>?k=>+D^EhAz038 zW=*Ke_R-o(f#qnq{NtEqRkU75?sck!f6J)+*h*oE6I0T=_$R~FT%m6Alj5JWHkNVe z;ovLUW}=na)b3z1m8_SZeeKM`I{`5%r85jEv`E9cjJ`&IAIdWMkk-5hsB}9cSo9^W z^l*Ya;7_p~CF~nX?#-^J637aD9G%bjdXMK|0eH7?(lc9B0KVeyIo_lj2Jf-B0(4~n zYD3|#6TZl43T3uU?{L>?(p(4rWJ||*r79~z-?ITB*?JL)^z#F}c!=Hieq@EH2sGrz zqWEy9#%YA?r@-ZKG^G3AJDg|6`spa8ozNJRoaD0N_>$1c%@L&`W9qTF=W}-jcjQ;< zMl*S13en1JtJr2y5R^Fc=IfG#^TQ$xXmb=D(zvgO!DTdL zYLXO0G(OZmcKlzP_!uQIXKbJ|FE4$*n;0eB=caFsIE0v?#RuWP!<<9)x2DTd>DRE*0NW62)}pnWm7-zHeNvv z@976!+s&>vrRX;Ip)~4o&B|5ASUwv1{nuc9cfQnY=DPh~*m)Pr6o?NYv8nSI`E)8T|u zN^yhuxTLAk^k13dmS1zG8^hW$*+RC7*^mF6Z#&3 z*E3329)qmt9fsq?ws;NuXLl_qESR?mTTAa(1x+``)^M)le1vQCH=^Rp+3*O zu!&dVr>7`i6tl610xFKH{!Kj*B?;EaOzU0~Cu*PzChwyiKW?8(rz{Kd`)rCNCeyg= zEHU5W)sK?ogxWVq5XC&Fp$ zD)ja#4K=Deu&+{E#}b=j_9=#gC0_}7mz3dn&~v!g)7C}N#G8u^;RU-rdjcZWD0sYH z$ZR!V+ZjKi_NNx(JsvEF9W9~3*B@J&ZKF2dI`2<91>PHLS5R!&n8 zFm)wWZK&5K8<`Gn?ne3zk~Y4~p&bMrg->cpe?GACtNJ-dbDEN|F0Y;Y zs0yoE0n*O~maYhFHLq_Nf{ZneaE~pYhbbS5@K$oy=FpjeFeMC8dH}LyFW5N~k%`tt zfXc*Y_qYX;b0d~v7g*r-8EomT+XP}CNW%dY$JB8B>50xbyw3{!`du$y1G=#jFF5 z`Hj5q2TUFA?qLKUApv4xQs%;CWGtPLflNUWVwH(_>u=!`Aa_(KwnYw4wzEF-Cicmh zLEt%2(%KpSgwKi~7oCR?wrR`2Mia~)$pm+;_-FU_aesPZtoZ|R9X{huP0mxrGX_p$ zVI5?GDjHd-5#|zNCQ>V1*8p`3%-y&?YuTk9!b}LW8+mm!pk71O1$ccN^e%G%2PwWd zWAy-!1}hUryfi4W0;tuT5gO8xwJ69b5GF(x!^k;vQc!WG7Dk(pR3bgw{TFa&cC`gBOvsu+p5d$=c3~m_{4xHJG@n-Kr(X~&`u%L)WXJ%j^ zpAG^nUs%j^Og#8*Iw~Sal*W{3?kr~R4@Wn(px1C` z8a&*1Q1>r0}N2(^bx)D|iJ360SQswcrnO{ zh>n+1pv?TK@*Tq|QrqCyGh`Yea^`^7`4cLxgT*1P+|ERjavQq>vkb9tLFgj4JbOOm zAm0M@O>Yv2VXf@D@_^Z-hf-UCa2rPq{C>p(at>O6C}3$moSle3N@&OQ&?*uiRd^(1 zmYLXfA|wEK5~@Il49vrXC{&%z{0OXX!&TSh(^7pb!qV==q{cp=F1Vkg{#4ovI*0ZJ zWnB%(#!Lt%K5eg74iRp=aEN)0raqmK+zKEK6nKSoslC;kPp6GHO2alNp8d5D@YWlU z=JumQzh_P|?kp(aRc=CcmIWO!p&IbSN@JN`E~wbcoW2Z98eyhlPc(>IvpanxGuLfG z8!q)3s#kr2s$0O4AYSDc&K_S6U!05K)JRnQ8xM5SjURF<{rQ@v!4eS74{YA-!;g=Z z0lrNjPD^GQ(xRu)XSgT8F*{f)j&cPo8-ApZ%6?uqP@+K zQGiC@nJWSv0F4vCy5LX>*0JDP0db~FJ!%Ho6%eM*_DizW*7NA0_vRgD=ywK-TZl>~ z)?FR?O??-{aNuz82QK5@t1I*_PKL&4B)v3B>mnIW26#))ge5&lK4WKhoA97b7R~Tj zHr6t)Aue_jDVJXL4jW~-4bv@`lvQ~3sDchVXMOOcyrXES^ z^>#W*gE($=o)aoKQ*vvTgF5oZ;0H`5NSXYbEb!D>G-dNmy*bKp;B2rg0^^=n}|KZxnh-6cCMj}kO6e@=Mpg?WG zA(KI7{aI;HQ&54KMd(Cza45u*-Uh7r(ONAIF{x6Du@o{fXYevn=3!WQ@t(k|0d%Qr zwVD-8?pUt;Eg?hBVfO5CkJVIf?liO){=algH4`A&hnbq0E$%8nbs=oM2`kbtKjK?z zfqMjl4)s>1`wK_AD(32ILO#S`B$g{;^4g^=1SHgsfkx$UVmW|PdY%_@`xP6AD`;-> zu98QEA?RALEFjmU~t^2{;GW;b$uD_qHET^%3y1DchTrcW8~1fHzrGWF9KO;%j>3B=zJ1;v_Rb!z7Rt(Yc6@!F zKfZ3`PYCk__R`~}@(3sUa#WrTlC~exMP8aW!Z08@>`vWK)5)dMa%7WgBPLNX*16_0 z@B}T4&bkyg|LVq{ijUUnHFl;~QEn77Y^ASUQ1U%P-RRf-xg96%^8V}BuM>ZJ{df*N z!?WO~boO7o%TRMLu=1|rxHzqrX3+{!%wf0?nVy*ZnPk`m6R9*l@~L zmtT_6Z5S%Bo-^yBi=;L!M7g8cr~(w|SF%iJYbieqE7@Gi#a_ECNM+et3+F(tv#y81>o-bomu$*>dM?)_ zH(odhX?syQqqh7|GPfJ=VnfNj5u~RwA8X$8PI@|=i;8&#C2v~mHR&Gtftt@)O5947 zh>X9MBbQHFRbS$Te4?Zq*6!eEfWyKc-sd!^ZX1tW4J-2PWG^1mxazX=u{}69k<|=u z_mZZYe#IO##Jm{y+U_(XC_RzB5cfZEr5gO!k%$QQoNVMGz`-VG52ur=&Bzrq$i8OY zMCrA|U)HN=asq`U{w&^>pBP&6!8BC1SBPlH+Il-VNhN-38%&}5CiYx^WEj`+3Ba*2 z-s+$8x>BQri^(1_;9xpJp7;2q(DiAob%`NPCe2**s!hxZ4qM2rpQcnZzJkUN@;s*S>fwd>>+Q|y3;k<0F_hD`!QnGPs>m! z5(U=$oTTnfm+Y~X%?F!Rjt*@pJ|l0ojub98g#3Yq*Sj1PaY-sn?^8E+=*3+>t<)Yh z@MzfU=I&7gcXDa_FwD=BT8+p>6&2%0yJ+#QGY>8B=u6{~yRf}a5eo5M$D9I8oH$Zd z(wIH@78&9gtMNIh;|knAX720!KR!MLzA+SNFZ{lr-&+Z{`Tu^u-q&r3JkJkg&k%k+ zKY+HZpgqX4N~xcu?Yz%h&Ld!=-V#roFj{P35++3a!}J0bbx_(r@@3PxL`iSx5tCPh z_7B$aG`{L-dbfQpxsb37XrB;%9)_wAC_RUAIJZ_Neeh)_3G?@V)ewK&{+t=>I^~FH zrrcaQHQ*#QJ~iN8LVl>rKHr6A!T8j%HASCe)ar7x5VYlN&;CWi+v8lxN%P=cM4@qB zTr;*gOknS!%Z<i!3n*tY^e51~IaGYe9>Eh4+E!!Mn#(a*S#To+lRnJ@P z%ilTs-lynO0}nc?#Sg4c+A^M?FEgbFG6 zFG77eEFQkaO~Ut1LPUe8JA>og-9<;)J~CHmo2LiN=ZGc|dBQ3EZ<)`~I6+a&aMIQE z!!ha!WnF#zT3Kq;GBmu9cocZ?}e9&j&dl6vb^E`o5Fpk-aEU80q@N+_g zfF{~*$_hgGTdaZYax}&2pY(3xyk8i77J@!yP8BdQIgbFLJCK_Ke3x5T7M2~lZ+Qj9UkGd zYGp~c<@H; zi~%8{KsRf!d7`pJR#34{35NZ?32Z_9tX$1>OwR5vFKsVTtPI%<3z~2|`pkWrSljDY z85%KGJOfP|hB!80__)^EEY+Sf=P{+;sVo|JxG*dJiXxsP$|@i;zLKg`)RpC|eE+nu zygK|6^f=~1%*~S2W)T}B+X@NKvmQaUTiJk;eLd%B%-u|d@5*rbN@ODSCDIt~DOqZ1 zBao3nrl~AZl_Pjqv&ueHGnh-?V82*kAy#dW#I@cAZ-#s`L->AwYE{a z5mNTPezpfV`<|W&CQd~`rQnGtu(CDgwuPbn5P#Vc=amGC*)fnK%laHrI!yP}Z76gZ z!J2XAOypsHiBbyOVDyMLIZfajY}%)DlafN}gQ;s_T1PhYYxWTIeIG))RMTziF(mcn z7jaf01LX|7yUg*d#_^!J<_aL!7l}z9N1t(pFKmSaIADSvfchMJCA$;ubIW;AW1X~m zd$(Fi84&^%>`o=bQNU}pHP?fySpj>Zp8frwYFp%1I72&w3s^5&?6AOBQg==Zb}NBFBE%;LeiRd zaS{WQNYW0U)Z)lVr`!I~bQQNXLJ^>`=%ljwKtwVKs$mz{g1t$-#^0_Jw_6jg&ADTOsFKr*&RLrQ>p*}+KDC8#0WBDYKc)9JqY=p?>y#jyOR=gW zWfM?^$Zem=l{pc*0VfNStT0rP(JGsBLmOSoEZkD<2^Qy#ag<}&F7V)5Z z3koHPzUhyD{5(>bj0F1aPWy|Whw8x)DuqePXeRc`8N^G@Z>IBhATcJS|r!kKSF>I=Nzd-!HNIW5|spnEoOJ@e^AS$nntoNLkxzfP$LEF z_rw)mRYv^=4{_vf*!#0->_rEJ7stPu zCMtW;KDGY-#>e#ld86B3a zzV2n?kG-2NLY@CsqXa|BXJ+|6>SJ00)LAn{3B91P)Yvv#pav5GduzZYsCs=NW?)3- z#)Kyp{I3`MA0Z}U)h3?Pxt}vDaOjgNV^sgj)QjsDqIMHEp)g2OJD4zFNP#GXN0?d# zRjLRM^3SLk2=VE|ERm@wFfj2z1^{6{W&^2z!GfgL9V5T7QXC2dN7f%qINul`FGjd$ z$VWV=&lf^82Or}4s~xlgEFla@81Dv~`0yQ+b=a5pD>ke%-qPr;sBtbSs%A6oFrI(& z_m2kgQvx8E!u(BExUq`nBpkOln)2phsCI?Nc}C0hmj9Hh!6DaJzKh4wGqSZ?KUY;#NH6MY zB{EkZo_!xQGofKU=F9^VtiqPUH7iJRnA1K)M0Hh{5ckuQ1KXyFsLX=MA3JkHhY>=Z z^1pW-2t*rl7+Fvld?13Q*)8wIigC&rxclKpnsny8szqxB11iaee7Cii1UGI1)u9UK zL*~;w?4(xqfWRS61%HK7tJnttfefwy(&grU@?Hq6%UR=CnU zA;ZUClBZglR)mf|!Ocy^f6%6&RKSjSYJ2Rl%Uc8-wdG9r8Zb+G-j@P(qNm34;3Tf% z+?Q^V-mvjFYdj>{JV|(=j-VTLB2L%7{`x;Th(ik^4ka=WkmcV0#X(s9e>jNye;h>U ziO;by4tM}{RX*V3{j)MFtG=_UqL4~CO>zJ$j!n6#s-xS>!{zy{v$d|r``-6%;D>?` z{@M9X{IL9wgKQZj`wRGfezh%tvpp zg&K6)S{mg~g!$R-H_*Uz=X z+`L3rsq57^MRZh8?SYCNnYjAJG}Sr|4@+0|BHek{J#_=llSE&y94>80-qHN zDbJL|cMY$J=AtuG3|k8ZXWng!L}Z&ecD-b4a4J@IaX*cqYW~$)pFgMV%t|-1&1$U6 zboi`GlyeIdYaT$`zNj&Ssx1pbfea^l{P51iWkcsJX0F_iU0l+ z)F81fpa>F5wEQEqp60xM9XKqvxrw(9w_hsurF!Hph}4;J$hM#c2u$In zxl&77S?M;k@oOqp>W$%^J6xf0_FNIuK(n@&jvJ3r*t$@9G&4-$xj*2lY-iU`(c5Z= zAIF9MWc~@kZlu}pI(a(tKIZ}=Y?#@DpR46Wx0=jh=Oeqg_hgjkrooa4p1-E^$u+2xk@?r~YKeVD3x`?#q9lf=`#risJM-p)JLJ0!wU%8 zp(u^ry%V!{l!^X=X>Zu(oIa(pMc5D}6ogI2$F^SN$Va#NWzbuX{`@NwsA@Bc?o3ih zjJYQ&%Sh*ZuLD!8EmE6+iZpts$>HWtn`eb7BT7Ja|FN6sJ{Z2qHCIAHjB51ej+{vZ z-#%`J#C|voO(ph3d~c%7wKfXSloyc}w?byyoHvaYI2?{l{;4T;cA4i;B}ZgIzY>At zoC<>N98?*urZ|B?e}<>jQVvHba7Ai08jI?m))cBeMZ$tieZUYLrjunWB~q(Gw1nfF z=p!OagxUT|53XE8tT77B^7D?U8-iMeF4-KWYl>|TEhiy|mDXHDtim^GLLG=^H&4R( zz0CGMEz`vfZ)F+YUY3iQg5WskP7wXqooQM2mVe%_uYX^!Dqj$Ytp6d9GC~1=&$oxK z*7z;b*ZHlD9f9wgGyIl4w1?3qDPE(8caXuU&sG)Nd2=k(TapP(8kem&CgKsjht@-n5m1kYB z%kWqW)WB4(iRGD&k@1z1O)7?W-m zDuMY2nn{xgG)dQJF+MMzz0Qa3aAnY>z17-?1vUlSLHO&%8w(&Q5`9Ms>#kR{Z2Sb5 zwqHG81J#o7xe;vP3+t9aZJ?5h+XTTvvanTzJ!&xPT7}n`ud}K@a3bTqf~ZAUj8~5Mp)GWkqa;2i;o%0aO;e z$FHu>qcaUQT=UGe&zJk_!;5abUoEgRz=$m8l5OCRk9tuQBYM`#!QY)43&RXsA|sy- zJ>OQ(^UL=v|G*?NOkgMqWL6(VZrUuWubkg3pWY148C}5&DJ@$ezmxd5O|_yXse&Kvt?k>{Z@0mv+{d_U-XTx zzds#Oc(hUR&_cVb{$nYgP4X~4cQ*=1q)N6qdvc+SVuLHclKC!|y0Eav3(A0tWe*@t6A-|UOB*%bo&xknczcBRGj|#HnS8tgls9?8? z_YN`!@N%5yN+K(ao)ef*KIyRtdU;IT_XA&-==#A@^OVCL5PRVrlXTOmD*s&g#Ofbc8dkaN+wc zwE$4Gr1y#cG=WJv8iv+Tku4rU`^0$Pahf2TzocA{?dHkuoZ&a*jd^g4FNX$Ftgu5E zG54pp0p#{*Bg|m=kZcPmv&Kl!@>M+)qJUt9U?@Nd0jXV5NpA#Q-wBiO8=+0X-Hf63 zqA^678(1;Rq3VwU&a-lV7%YVPA*86Ewc^gIl#?4DF2NPVDN@+L zM!2Mz_5`FY6@()M`kvPI4i5Hdr`v41WKD!lv8?)?UMNcW+4xG&;AY~2t*WtItIMs% z0Q(N=R%}~UDee23N?fABH2u6d*({mYB2^5rd;=z}M-7xTP-`}*v6ku-THxTsxRICm(fTXiKZ8i6pof$kdi= z)7)~TI#Di)1z=NssxEt1XHWp;{|d4t?y&A5>XI_tsWAy5=YA=0b)>gHhm=|Kh^2RuBz~4#B-cX)L*2W?2!4Y z551P=Z-uDtRu^n(_Z9K)q;vpMQc^V$**?Rl;RCYkBpM~5jmWo@kH7kz!cQx=OeMB* zp%m3xkff@b!K<;Mh;UqA4On8=4;y8Glc#?$LOeH^c1+N!}wMPZ}a| zs|*;+OUrx%#>n$5C==FAH|urxMc*rGi#5iN)j{(DHTT{Q6E20FwUD2;n;Q04>Y;|R3(=Bm$v#phTW#{7&?zoMqoZBNY89)Lgz8ZhBt}$pANn zw5a?u3m^wdv7`cNsl0@cS^_Cw0=5z@y#Tz+04_TY!23r@eWL5=&8V zb|C&|*WRKdbyK&=E~OW=HYBiko}rZAR5Q|-KgI=dC=j-?TdR3X%5ocswJqPppNAFBQVi?Uvh; ziM*0d489^8``n96loy9D{IC+~U!D^Rwl|I_*Pqe{p1JrrMe*<=_bHDY_I&|D*AObA z{&s@m$=W*o|>09UWL6bE@LgE!j%&seS50|@X~{TyraXgNYE8o{s}AGqVGsKj2!X<%eKWHh9LYenf5QD^D_U@DfR04Og3HY98%3Bgq+iq>Gw z1D1%}hs=m3dWiD+O5&h=hy_AmECr+nOhgh%4^Wby5@Ixg#l#UvBi`mv zTHilV2{PWlXitDlJL9X|wxzg`mXqq$1o4>&dEw2ZDZLk5X~uCqjZ`%|0{(+HEje>f zG^d^RNf|*$O;@VqpVGnl#jOzQ%@0qZoLVk=>!?QoFq6CBblL` z2R;?mvG?x0IAx$#Z)~MJP53?&0mSmfvmo`GlwsXQ;6||*CNZ6;7wugk{F>4Oo~StR z4`FNW-~+*A2M6SwJ4C#DCy6w`L_q|)ilW3@O6pg#vN=Uk7Tz%QI!^%V`8}_LUz>s~ zDFi?Q6}pAFT{+nGLrn1OXJe#kzE(m5DHzs>1A)7=fl&?mwt4t@77@z|NR{vu$47#j!!RT8~+>iChr;ls$Ilurum)!6PXgr=pHey z>HkJ5I-L4Nd_PEqaR2{8Dy;u6QrYA{>3*)8b>jTHfb_V`T;EjY3yjcsB9tTthn3eW z4|2G3qapSvN{&&YEVGqoH3lud5MQ7<^mZSj|0Fm zYbLV8>7-2o*C(0@8PCs_7zsNkTGran5xP_YMR(erAKT~(}=T^DabNO$#e}6Xc-quAYC7(yq?fnI3 zkMG;($YuCUx#&?)hK@zANI*vhNw zEYq}lU+k$T5UI^jIm_xQsBHKro9wx4nC#fWSSX$RNc%Rl-&#*Ag@PD5OO-MuSM0NG z(b=+?214ye{Ru56wcBa4JXnkH%|LVuACw{En-hwH)ug<aiAo%8@66~#=dRw$WO^Q}-qY@WBW7(QzE54vU0f#J!EO~d zA13|)fxS1R#8k7C*%W=?VrJXGB~3ilLK`O{Zs?%lGJfaxt8(IH3inLnQ@(2Fi`{ZG z7o9G55nfK1I`xntrP02ia*+0PYzn5Nl3J#KT1CS!+8RmSU?fo$)A+Hohm9ZGy~Oa~ zuQ@))D71QV0b@H4fR@V zYt|a$ue?FOf`RkMk_l+!#(WR3pI z>Kp2vqF)trwTTI;ZigJ?%5#bI&WHO%i5O)L+jQ?ml>*H~t z|7zq}s+djW!g+Cr7p(NIAJhEbj?1LQ*Re^mm&`~?NjWnvYW$utEvizorlupiMWZxvrz|@~w*?5>l_KG)hy3#dKK?B%jC{}&xGsNw-Nf(s zd40e9E87upow<-fyzzT~=oz_bU@glZDY)_$?(jQ-X91Zq)+zRC5+=0oTeG!kcO~om zL~!nrOEVbA>Y+oNX^pl|xRxBaecRrc&~{kIv|a?MT8Yuep#&^&Sbb*uZ5LJOynmrI zf7$cTPIPFkcIX)3D&!iLfpSPZbzAIqSrGL{zRwKOo?KPp0Od%EaR7q07Tpy#(;?bC z8aZj7y?1E2g}4G#9)USlfn^1HF~+tp5y0d?ZJVl8?twuDPTKDI9TQicfve|&w$E*z zUW)>I#i_#yR!bjla-&J}0US|Ld1ev!SI2%~9a~Kta#z-tEV1&50Ey!uK5Zkt_6{u~5jN z)L6?*uEU3=%c-78|Jk{4B?Jja#H;L5mG?THnT?Kij4haJ~fK{DGO z@N~UvS;C?_*6XKx?X^HJEo-Xle=y0MkTx)9OT*F+CP|hKW-`t7ja>^~--~oc zMqeO%a}EWJudP70grMAP09jK11O4NMsl8#6hS8>kxA~$>=vxu4hemRjlAKCxjO9Zu zYG`$dWtB_^F767Q*B{}*HFsm2z_P3^-q$zA!b$`V>WnSfahB~Pk0tp2@DGZFSK4rw zQAFxoNjN=_+nI|FhU#~BJ-w41e-w&OML0@0=&UenI?8rX_HS=o7YpV%taQ6SHvCW} zR^V}|dw>7N!pAEN-IAGOZD$KvX{$W3=}t%w?2Yj~z#uk~Y!S;=+3-pA13HEk$VxdO zBurF>72F4DV{=Q9*!kRbaJ?IrXFqwD8vnzhXj z-n_j(m0mT_)dPFh5w)D2!i;Tcf1y`3z$abM;^>%N4$%x+b0;EC2l`3-I<@qoyp6LL z4#IOeIR9Yq22!M!@hlW!l=gt;#&zdZphA=RO%g{YRK?y>rLf*gXP8smD)w}=U2#te zm>S?(5hC?L7oSr`a_Hf?R7d%UO)3;K;jum7vLZ`ttRb~I7XBw?fMeJ!$*Z7DA|*Jv zFPEFeD{g~o$+MhHvO`pHsott#U9}KR0eI9M2_OfWiMuRs4y4YXJns=YOF| z55k7?I34ccLtF4JvHoAOOpkr+OCGDrXzG zMX=tUT@hPbiH8_Wogk6m2MkOc7b!dgn-tt;hezM^v)es|B*-#kYpt$i7F!Z+#QdyWRCrdMZfIIGz$`~ zqRc?G&nsUr)LFLK!9;JXZWRC?D#13AO&)&10&oS(*iu*_{D1@W26iFQ&(g+V zbVFGF^P`^m=yM_*m^0g5#?p?s_w5V~3!i;Dk`7wiF$4<>CSylQQ97&Zo||HDrp|Emiq-sV4g3bQh55_e>3ll(UoNtu|^1xNq0bFQg3 zu!dg)HeHuh{xUbTV4}X2RaOb0gU>-v)H&VB>m9JB>n5|p*BXg?T5Hm z1t|*JcaZAUDhW6OLsEp^4NnMR|)t|W|9A= zy|WC9BWW8o?(P!Yg1bX-26qU--Q6W<2<~nHg1Zh7oZuQ9g1cJ+34~zZu32YEJ|3ad@+rs;YC@$aXwF`O^($tT^cKWQVNCz9A~ zpg=}Us*7EbL}TxW<{R24dOx8ar7v1y5Csd((ZfxPIf%@C>47c|I_c^tD^O?^q3RQ; z*ayRTVKN26fqD}@r+|yIP?JvHny`!N5WEgW;;v7(oU@>eq`Opz1XC=`^C`gMBV)-D zcKEj9A(@^!TUXT1g8Y@>qpF>m*P3J$h1KF0#%O(*K46(VqVW)?ZVRh!#m9WSDf&dS zIJU;O#OV-5vkoW2S|6~j#cUH$9WofxjU)?T=n2zeDrwQ+HK$b8zpVFZ7YcR1OPKGv zN7Kn*g$AQ&3jSQ3v4JgsFsKic-o?%3A_V^gfDlzefQ|gzbfehXvYKE@os5m8aLzxp zz5yY$lfsg=5mUM~5>PhKi6$<0M~%B&&i2aD9Ipyzdrg*fQhs&I-f4fF&&LCIrJaxr z!r9K1^E(>sCO-K~e9@p=d6Sbp8f|neB>)-d`II#33gQJ<40z+ASN#D1#3_;_WMV6f zfOV+ASC`G{_DIt`z`Ku`8xp#VEQL$uUpnRS0BRL`?(eMgnZ->OX5PGJ-S)EWNrf4+ z({^MIv_0yzYn)+;FBHCJ+O8+Z|KKPO{zXhR=fJjFvK2{VuTx-b;GK$IpzN#U_3PT1 z(befa`1#spFhfYUA$0I9w2v;Y#ezfVX_8M75jwr$o-vB}v#&Oe-%?&YSvMsk#tWz) zL3AZTEEPn~qG_a)ff*}R?bi#((4b8gPPho60N+s=S`&B5z~nJ3N|3!tSf}Nl*X;4% zM&h!Rteqh{^}tt31q(XIfhd*7$!7Y}W54ymyy@Zb;DEqco@7TT2AJ4*&G5;K|4UGKAus zTz7yteNK)UexwodqPBSe0lY9+!EJ2>%AZCFzcXl}I`_^}fesPDAY1od(_3epr!u2MsTDn~A+4e#kJ5)(Ldul4TJ4C4>j5fGgGIXXkxT;=Rm zh$y#CaqtrU5Opr_N)99|)+S{B#%y&CNyEIS+CB0z~Dn!7r{GvrK6BrRn z-{uLE6-E#jj*q+Aiqz)twZ9HdE)=386goyjB>6h@wts4St+t7{ZgG2cO&S%F#DSJCDpF z>141mDZ-~ z&6CaLmW~nT3!xo-`+Hm81;5)?Mg7x`llz-b+uh4WTm3DK*Hz!ndK1IsZIWC3sD%zv zdW4SO$s*$NolGv`RI(JZlyG`FogbfPci?vTu<9nQ-Jj17JAdZ3cfwhCvm4J<#{c|S z>+683pjDUljgcT$W4>SVTzmH zSLha1&XXV*ekXAuE<@oLcws?xU&~2G)yqH$$p1R4=s+%kPX%!4WefN6q&01eT$}*Z zYC+@`Tm;yt9o#)x7j;?kM2Rjd82H|KuEkS1n*L&gffU|>@d>xafc4tD8a6%1{;0&y z1Uz>6p>yvYjbFDSfP!U9-C@aj;M+9l-AK^8c|nnz?_|TSsp*?1-CWZe8;%bvX@>yI z+Mf8kHm^9Hst%yXa0O0512zh9z1_c%EzAk(3pB;AMU*^^%Uoch=Qr;zD97;|Jy_u! zQV>K&^o|p`rD!wQB~$<}8GJz+BNHkCCZM)Z3PTse&@p}Qxuu_u1MXjZLr1-~fX$-e zi*NM;oC-4ZSP1HViqOEYx!n1U%yK$#q&cmi`zC*-K1~|F;OSQG5!2X>`~@^+y5|(k ziRYnIsAxoZtt+Ltm`Acye(rQeNY`qxm|$@}b_PJyDXnCSHj4%$etOL5Ga6AZ;@g}( z*lDZtKC&6cAO{=TfpDX6S=JA|Mk8p!e&5m9gVwY8I-}DY0jA%y0it7{8l!`<*6oSH zz=Audo^IgXCC7#ue*+zN^iwt!MlQ)RA4a@PD3YJ7uoP0q7=k$_J#%#qcZbFVp(B+bU{~F2`MYMs5is9>ckc-i{5$>fOSUpA+$+h* z$}w^;ilsnj*1?u?x2Otcr7RZhwi-o8oWX(*%;tOTYbhePyDc$(Z7tVo?R^PgeW&-= zUv|zzZj0PkpGA*(4kRqvXWw`DMYQ=WW*XTG(Y=hGPgCVzeeK=ysuV#X>nt=*0O4$$ zclE>0JUjv~`IMlqW7tJ-L4?AUo5vcw3?Mf)rsj<29w$~g>O}yzI$Mn^>Gaif1>{?W zB0C~DA1+r}DRC;*MksMLCf9Re3)PY_j8Ij;)SL{Z0@1t>=aZNE`&3x*+>NJ~eoCTm zixc#H{X8r-#T@O(gBB)_Aw@^60(-3Eb8=TV^v`s+w%a<*e6LRZWQpxGJn-5@Zh0jQ zk$vD|K;8H!uXi<&cP$7v@xg}rDDdDY!L5`tCXZ~C*D1gVItssMTvY@D=;Q!N_(&@21KgJ(+!9L*J6hAW8##7!K2bPCG0f0j>yjm3C@a;yHLRkD5Vq@eZDeMp zf-Popq}p1iqhF*}u-Q1xv^za(dIgqO-!5SABN#|~ zx67JkrD9Rl^Ojt{T3CyVi3ndijzQEu|19uYeWHJ&Wh}*UAJ+g&8@DM=e$oCI51=54 zm;-~c8<>h}M(tz;&b)QG)GwR`#_TDPf?h4+K_*s_iHOU50PQgm5;6x4*h~`s#tByp z6Q-N-QJ(HAqJkQiD*iHpY}?6#YO9wM8!d^s#aGzS=;yVL#MPob`c6Y^n#ingD8_U3 zCVe#rh_sI^@pZx}S_u-)JE@!<@%;;^gzchWQ>~Ggm6^1fRj}N?IZSLPuZb#0YNKr> z^<;Kom|`#vlWgtF3fO2_@2CR#4yd*_<(itwMB|)k^svWXjK_yng=*k$?GAVOlLloN z&9P{?Wade*x7dW+eMJ_;-2PIQ>sC-?1BgxOcjioWuuet;G!~}-F;g`GrKN!3;lnHg z`RU5@AdT1z=JlO=vy&VN+8`hy25EFg{~`;-x zdeb>rL=0$rK3_+oX26VMUT3D6mANwtrMJT97ncBC#S_E1DX+Fe9=%R}#JzzUGuefN zqXkGwW=i6GJT@+R$l$8*_dF9S7l?zrypvVYBf~)Bt;(ToN3D@d1|#y?+Ji0f{EFz2 zOeAzlMAkV*l>{KsB=V*5mO-ZMcbI~-JwiQrk*K+|S+cOh(rM~3p32J7&5Z*`g?^Vw z212pf*al;^;87_1Y^bpu9_UAlOCM5v4}E z1q4q`SU|^q;~VIoBmLYTG^J!HDmwt#)j-j`ZvlkR6d0lC9G)@wys+&i6GHa^^32gJ zT+>7pLYyo!S^^OsTen9xntouoTN&i@ssK$(lo&0a395pWt>&Sgv z@b&~KiTiiFPk3bl&2uOK^PI472I4MTq=YqyM1zy@L>REsQw+eh(BU)UWjnamzHuYk zHPPY0(AZ{WC>^Pgnu}&;=$?#YvnnNN8DX7_!ltWJAGm6-@aih+Ua;iG85QEeXvjb! zKmBM1@Hw^d0GulEo?HbBM6ZhP(;an1^B&S)PWn+ zhEX|r6XntAWtz*Q~JyGc-nn(r*&4yM{6S)i6yp`qS!@^CU%gZB_eR#m+-91EjQJ zHN0J;oCjlYMkFDpZGQlJ`Mi6^`Q{iWjO5G>kq+&JQiIx^udoug?O-yHsd#pU^y%at z5kEym_Jz9)rBy#a)qW?-M*g%G=<9W~@%fovU~q_Dh;9S+KPz&7gID+HR(!>m%YZu5><9VlGv1R$N&K%Mz`$xj zHzj`=>(2S`k8*vAy!|2zQt;^wHlN*BtWcSh@_zDt1wt-T5pS+ZCPcIziDw93R$~&U z47e<{8y0|4$n!WPDqFHRW{nZ^$2T7sB6f|m%k@VEeOa?LvPZ{m-i;j#2<J<^9oKJUY z^-(6e-9-9DW&;lBQFkE0*|S;I(DaHHbOky&kBaY!d;C^z<;?_y6Pn~_y7hT)BxNEA z6?8|NG#6nX+T!ZKpCF1%L6!8~;RNIue%zZ*Js-%O>=;vHV_U)n`v)I3fA)?S9TB zpO2uEx<_Aw?-CMoThVxjkO1b>^GvB6I>8Q8K@x4TJ#3Y?w}SyiX%=Aos@koVhAA`W zcSkSp7M|#4NYERij^h;Fj>B4r0J@ylX^+Tx%RWWg))eTN#)j-^!t$$rF-M&Vx1FJL zIfJxH($c-pgf9qZEGR7*g6(uZxxh*9wAHp!f0aU^UOP!zb6JGCy`WOzb&8WVJ>T5Y zY%S((Ype8DYuM;`q5bWB{jkXVy{2^Kn&CNDsDrk-`j~)yx+jWvaONfcSsng8iQMYC z9Zw>|(w2AZYj4vy-?5UgG78uzG^uQ-Ah8vuG|mdy8T8zW|0dm`1CtAUxQ=)cnZ}u9_4AlO{IEOnh1#xo zZ+$MW>{8m6d{%tgnmXoJsXLBWkDhIYTmy>}$Z0Fj?y@egsxVMHjk84Vs?N z)P<=uk+Acbt8wq%6pr>Lok2uBFSJaDQe$>&n$OE!<#N3xEm3t&DgBE`qfmDBDg^r) zDeEQA;P_sBPC=Xb;ydfnPTK2x#};KT@ewRVEA-{mx47JArkfdvmXgd>yOe(T%GnOn z+}H>{z*{E>F2|dNR=5jUIGGj?8yB|-q<|)-mPjbg!AOtfZ4&Q#ebMo{7g?M-Qg;Sk zs=)2zrTdza#{4rIRS)Gc>{DipYeO6R>fT1+6QXmYMh^vsbTJjL(weCbsZWfH+F^D0 zQRVoI_1)~YB=r09Hhy7Ci&p||C@>X@HCxP-hfQ5~RJrzLSQ@VEw}6oQ$lBVb3Yv>6 zy24-$rTk|?IMizM$j_}<8+rby!9trM>B1y8e7J}Y&mjGg4x8*4U{P}7?KIhFRzY`%} z?~aZNy$!Y9^<5!5{nh0oyH&p{k9QieG;{hVck^u`t^hkcC?b?dM>#H!YUAqTm(V8z z7$g~|y=`ncG=tACauKb7{Iy+mr6$+sT1)#m?`bs~=a7Ba62Dry1sB%!WFa^R-E$P$ zrbHRDq0L6x@Xx*#TZ=9yy{&cts5@vz8!s>#9i<`+#aJKAM`!@)_JXNvZTIrp zqGWJWYf@(tQl%6Ylx57SXcbPkug!znXV!_l6GA7QHTq63r{ODuy7TcW+78(oupPb z5DqOr?~{?DdC4I{8g5qFxHsYY;xY+kwiT;ie;cdYI?Xtp0Ozr(rtcGy?wBv^gDXRR zk}F=P?=HM7eyzz(=*UST#WLUQ&hIK2Til)}a<;dKq_0hk4DZIfFvI(TDhDYNqh*vWU_5MuXM)}-LA zk_sEJqqTsp=4l9{-zLENLi1zs*`ZELr5ZHcTOyepgbGirT~Bd!l%B+VXwAiD^l8dmf2S{ z9zaR$;K>(DSt32V)1~@q)>we-Bhlxe78<>*%!H!)GY-wtC+-DjR+Xm~S)XQz@`s1H zzheoIO|}L#53YFA;iA=yq+}{Co3n$q{_Z5S4y5kJ$%0A?6GOjrfj$RS={r?jeUmR^fe7S zdM?*S`x1ml`B}Y*=e(B~`nI%s#ZA$Y=u6C}Wv)qzG8cT&Y$E|(w4~1~w&x`e23X`ubwI=vst(1Gs6Zl@U>{7_Byi4Lf2Ypy&e0 zBmlWsTn$qeok-pY61Nmm!Dyj88Lqx`!V8IR)t;33lqiaRc-V=x<93a3z$nqh|+?hqOUD>&a*F)%ZJ5-4axgoK<_gaMrz zrh!K7$)xuBMh;f3{X;2?+ZJKhr-sNWyITJ7K_*yFJ#jDeOHlU}z?9CQE1j{gfkk?0 z-6w*?bj?7xL7IgEg=q|V6W^>iXnfu@V2zU=<%(Ve%dE&g#3Hr@;*c}A|?C_ zA*|;f4#eSF*tB@>7(Gr`0I84dBP2H=5oq1u zCORrfUc!XpirDzhBU)LRO?13Zh*#Sq)W4zkz~}>bc0t7?)5^OmXeX^8hHEuAu-{Q4 z>6J|Es(Hn`+kbKl4X-VuLFSNE`u5CGAHt~dQgY}svY)vMFZhmDL!G5NH4J8usbZ_k zQ4z^9fB)STf$}*54a630#3}+flw!W3hY>%8qGJg51%?Otaa>V3>!1wes0TI~*TrG{wLgA1Mw#x(I9!j$#&Dj*W?l1GdJnJer8mQm@}?80i;ho#3g4Ig)5p ze9O~{3l!h&l2YLn2IDf5B$>ju9_pngT7j>jmP6{>ZmN(_igiyhGh?T_v?Yqw{nzm~3t^!DCQ)wa2 zKUPS~TgAT-RNy5QuIqD~r-pB-zxUDZqYmaFWM?B|IaUoMwv%Nn={V7F-#xw^p=e|X z_gr&VRDYd?v4i>w{gP&R%9G7*p~!wU)5X`4OL5>jw8qz780NjhGh^Q~`Y?QoDN6V; zt%{Zwep4ju;FG=R<)2WtNUxb6SXNA9kF}!?x81u1sG3Pb4 zCHo$?iE`JA%*)d4Q|#@lggI>!-OHQ7CFeYFLT{U=?S&%o5^$$SuR(L6%a}v1Y%wYeF`j2906`&#$;1Es0Tzg z!PYg;=54v4cs%hs*&xTOQQ26zs>aCM#uGA&PMq^Q$K*0pepaLAr9uIkU-AW5L<;LY zG2HhankgvFc4{xRdGPN&x4R$rOPYpoorhGeBJtB@DjFmU%}z8`dw+BVw(~WVzh&J)tpIYt_M`2hqsyxWWH!3;Yr9RuNa-iFZ$EC= zQDdRRv5RqpbyJ=4f-$C}M0*0tuIG7EaMhUY7oNT)ezi|~tEyrdDC|Au0DQ|>LS$jxu*`+5-H5#3v`9G4^s<}DzhOT= z##VLsZ8BX&PZhp}_9WCy5U^3*eh~8boV3XW5L!Q>q$6#$T=7;@OEpZh1tCaW){#nY zwXHxieHGpMd6sm~LKVKXY!y_`LTJ4z%qhcX9;0IbQ=0cDnKB~l!(dxY>Uz}0; zZw!t{4v@dY&Dd#2m#gHOmD}F6YF-Oo-hJPJPvPaT&C_?oc3!nxZ(wTSBwdnx=OY|F zKY0`FK)8O<-CNRY$Mm!{$Wq&j>fv`$4%d4=1IVMSPo{E%IV={lQ9aiQ(d^9m){>Ur z1rD#jPjBd`W;L)St81EQ@n)%rILupI4v|bbLs-JCc*-V^Z-Hr%1tMn3S>{{e_CCmME^1Q7Nyl0I}}F zMQl%>OQvnm0W@1CE2)Cvb%*rpWShRo2$$;~gY_RSdiY##lUL=+dP;A72-Fr>c;`n= z=-y25RK1bY#yH2G!)6Zi`W@V=Jk%mw!`wL-!z&UY%wjL@XkZKMBIu|Fgzqnu@ftvF zA9%b8zK9oiR3H{x5^VLc)J$vA5$j^NNcUT?uE9qDJRRlc(acLmt%dh@4$DC1Bl}GU zqE3uYb7t*Q{m_FFl@cTOuJEhG=^tT0 zC6sjE98XkzlJMrPf97kW@9D;J3UOkH$cV&_YwsMiJzT$!k%CkEFDL`O{o-s&lsVw~Dsb1SX`<;R84txb~DvESPd({JW?e zZ^G_aMT5feu>@scbwDsl%FS;LuH!OOu+F zTL{k84mK3s^b7O%f1{CwdN(@g_iG+RD9q^rb%}tM+W9|=>sXqZxjLJQ+1uDV8JmCw zvYUSZE#L6V;tu1ISP~DrKYTxQQp;J|{bzp>CnrNs5Cj1lr};O`L%LP6x3qKlqmaLW zOvT=$|5?z(DiY#9xv@UT1>cu}|FzpgIlsC+K>tM!G|}v1xxb*alvXkS%8u=!pu>vY ze`WUv^!HWw|FHWDYWs?-DS78p#FX3{RQ=N*ge+cc+mSV zarb-MK2ZN&?=PsoYg^8Tg8psW{sH~#w*3o=TJ6Z;uOg4@q4Hv5(f(D_K0yDz?*4)j z34TiRS9aVFcFjrj|LSw`0R4NrpD1t$EU>>`P7L&c|6>CNJiPpT5uhadEBSa;oBwcN zV8DPn(DG!zta0-geLRWv5A+^%tMC7!e@topn0-9)(+?Jw;wScxX`mjnk4HHEV6`}Y zV*eQL_?UhC)ZP!aOX4T?k7xKEvybl#{a_E3eq#T)t@+Q{bk(2OKkhL-W*>L)|0q{l z<0tly4*$pO<4eLHth&K(7l@DHpHFBHi`4zO0RwbFcN>1rT#w1e>GTH~3nG6#2mc-W za7z4h0|xYf*hfkBG5k2a{(!F@DYHICe|G-0Tn3BB&VLI(B(y&_V1OYAekA=H{rJ@U zgH8d_KUXx{KerzG&H8WQU#;(dxBiWOoQ{83b6Wmt&Hm4=EkWq7@$t9tuhv;0_)%T| zM*ket4_W%p4Hz)}$eQDyTf|54ZI*1uYF{c~$^5c+F`{4M;ewI>LERM)@JkCXim>#9fA-2dEq<2UQS rg@3iiwfW5&L_>qR`oO@*L0^z?U|{l~ebB%polH%|M8rw|O!@x Import, select previously generated .cfg file. +3. Click File -> Import, select previously generated .cfg file. **Make sure it's .cfg file!!** 4. Click on imported model, then click "Export 3D model To Kicad", export it to ./GeneratedModel diff --git a/README.md b/README.md index d5772ad..4de55b8 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ Parts for 3D printing and model of the whole device were designed in OpenSCAD [[ ## Hardware - [Documentation of photomultiplier principles](./Hardware/README.md) -- [Documentation of acquisition module (in progress)](./Hardware/DataAcquisition/README.md) -- [Documentation of HV power supply module](./Hardware/HighVoltagePowerSupply/README.md). Note: values of elements were calculated using model made in Octave [[more info]](./Simulation/Octave/README.md). +- [Documentation of acquisition and HV power supply](./Hardware/GammaSpectrometer/README.md). Note: values of elements were calculated using model made in Octave [[more info]](./Simulation/Octave/README.md). PCBs were designed in KiCAD. diff --git a/Simulation/LTSPice/AnalogFrontend/AnalogFrontend.asc b/Simulation/LTSPice/AnalogFrontend/AnalogFrontend.asc new file mode 100644 index 0000000..c65ab00 --- /dev/null +++ b/Simulation/LTSPice/AnalogFrontend/AnalogFrontend.asc @@ -0,0 +1,312 @@ +Version 4 +SHEET 1 1880 2280 +WIRE 64 -112 -16 -112 +WIRE 272 -112 144 -112 +WIRE -416 -32 -544 -32 +WIRE -16 -16 -16 -112 +WIRE 80 -16 -16 -16 +WIRE 272 -16 272 -112 +WIRE 272 -16 144 -16 +WIRE -416 16 -416 -32 +WIRE -256 64 -272 64 +WIRE -160 64 -176 64 +WIRE 400 96 384 96 +WIRE 512 96 480 96 +WIRE 752 112 592 112 +WIRE 96 144 96 128 +WIRE 656 144 656 80 +WIRE -416 160 -416 96 +WIRE -384 160 -416 160 +WIRE -272 160 -272 64 +WIRE -272 160 -320 160 +WIRE -256 160 -272 160 +WIRE -160 160 -160 64 +WIRE -160 160 -192 160 +WIRE -128 160 -160 160 +WIRE -16 160 -16 -16 +WIRE -16 160 -48 160 +WIRE 64 160 -16 160 +WIRE 592 160 592 112 +WIRE 624 160 592 160 +WIRE 272 176 272 -16 +WIRE 272 176 128 176 +WIRE 752 176 752 112 +WIRE 752 176 688 176 +WIRE 864 176 752 176 +WIRE -544 192 -544 -32 +WIRE -416 192 -416 160 +WIRE 64 192 -16 192 +WIRE 272 192 272 176 +WIRE 320 192 320 80 +WIRE 320 192 272 192 +WIRE 384 192 384 96 +WIRE 384 192 320 192 +WIRE 400 192 384 192 +WIRE 512 192 512 96 +WIRE 512 192 464 192 +WIRE 624 192 512 192 +WIRE 512 224 512 192 +WIRE 96 272 96 208 +WIRE 656 272 656 208 +WIRE -16 288 -16 192 +WIRE -544 304 -544 272 +WIRE -416 304 -416 272 +WIRE 512 352 512 304 +WIRE -16 400 -16 368 +WIRE 512 464 512 432 +WIRE 864 608 864 176 +WIRE 864 608 -560 608 +WIRE -80 736 -368 736 +WIRE 96 736 0 736 +WIRE 560 736 272 736 +WIRE 736 736 640 736 +WIRE -80 832 -208 832 +WIRE 96 832 96 736 +WIRE 96 832 -16 832 +WIRE 560 832 432 832 +WIRE 736 832 736 736 +WIRE 736 832 624 832 +WIRE -96 912 -96 896 +WIRE -560 928 -560 608 +WIRE -480 928 -560 928 +WIRE -368 928 -368 736 +WIRE -368 928 -400 928 +WIRE -336 928 -368 928 +WIRE -208 928 -208 832 +WIRE -208 928 -256 928 +WIRE -128 928 -208 928 +WIRE 544 928 544 912 +WIRE 96 944 96 832 +WIRE 96 944 -64 944 +WIRE 160 944 96 944 +WIRE 272 944 272 736 +WIRE 272 944 240 944 +WIRE 304 944 272 944 +WIRE 432 944 432 832 +WIRE 432 944 384 944 +WIRE 512 944 432 944 +WIRE -128 960 -160 960 +WIRE 736 960 736 832 +WIRE 736 960 576 960 +WIRE 784 960 736 960 +WIRE -368 976 -368 928 +WIRE 512 976 480 976 +WIRE -160 992 -160 960 +WIRE -160 992 -304 992 +WIRE 272 992 272 944 +WIRE 480 1008 480 976 +WIRE 480 1008 336 1008 +WIRE -304 1040 -304 992 +WIRE -96 1040 -96 976 +WIRE -160 1056 -160 992 +WIRE 336 1056 336 1008 +WIRE 544 1056 544 992 +WIRE -368 1072 -368 1040 +WIRE 480 1072 480 1008 +WIRE 272 1088 272 1056 +WIRE -304 1168 -304 1120 +WIRE -224 1168 -304 1168 +WIRE -160 1168 -160 1120 +WIRE -160 1168 -224 1168 +WIRE 336 1184 336 1136 +WIRE 416 1184 336 1184 +WIRE 480 1184 480 1136 +WIRE 480 1184 416 1184 +WIRE -224 1216 -224 1168 +WIRE 416 1232 416 1184 +WIRE -224 1328 -224 1296 +WIRE 416 1344 416 1312 +WIRE -304 1568 -304 1536 +WIRE -304 1696 -304 1648 +FLAG 320 80 1st_charge_amp_out +FLAG -304 1536 Vcc +FLAG -304 1696 0 +FLAG -416 304 0 +FLAG -544 304 0 +FLAG 784 960 output +IOPIN 784 960 Out +FLAG 272 1088 0 +FLAG -368 1072 0 +FLAG -224 1328 0 +FLAG 416 1344 0 +FLAG -96 896 Vcc +FLAG 544 912 Vcc +FLAG -96 1040 0 +FLAG 544 1056 0 +FLAG 656 80 Vcc +FLAG 656 272 0 +FLAG 96 128 Vcc +FLAG 96 272 0 +FLAG -16 400 0 +FLAG 512 464 0 +SYMBOL cap 144 -32 R90 +WINDOW 0 0 32 VBottom 2 +WINDOW 3 32 32 VTop 2 +SYMATTR InstName Cf +SYMATTR Value 220p +SYMBOL voltage -304 1552 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V4 +SYMATTR Value 5 +SYMBOL cap -192 144 R90 +WINDOW 0 0 32 VBottom 2 +WINDOW 3 32 32 VTop 2 +SYMATTR InstName C4 +SYMATTR Value 150p +SYMBOL current -416 192 R0 +WINDOW 0 15 107 Left 2 +WINDOW 3 -253 172 Left 2 +WINDOW 123 14 76 Left 2 +WINDOW 39 0 0 Left 2 +SYMATTR InstName I1 +SYMATTR Value PULSE(0 400u 1mS 300n 2u 100n 3m 8) +SYMATTR Value2 AC 1 +SYMBOL res 48 -96 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName Rf +SYMATTR Value 10e5 +SYMBOL cap 400 208 R270 +WINDOW 0 32 32 VTop 2 +WINDOW 3 0 32 VBottom 2 +SYMATTR InstName C3 +SYMATTR Value {Czero} +SYMBOL res 384 112 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R4 +SYMATTR Value {Rzero} +SYMBOL voltage -544 176 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V1 +SYMATTR Value 1500 +SYMBOL res -432 0 R0 +SYMATTR InstName Rf1 +SYMATTR Value 2e8 +SYMBOL res -144 176 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName Rf2 +SYMATTR Value 1 +SYMBOL res -272 80 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName Rf3 +SYMATTR Value 1e6 +SYMBOL cap -320 144 R90 +WINDOW 0 0 32 VBottom 2 +WINDOW 3 32 32 VTop 2 +SYMATTR InstName C6 +SYMATTR Value 150n +SYMBOL res 496 208 R0 +SYMATTR InstName R2 +SYMATTR Value 100k +SYMBOL res 144 960 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R6 +SYMATTR Value 3k9 +SYMBOL cap 288 1056 R180 +WINDOW 0 24 56 Left 2 +WINDOW 3 24 8 Left 2 +SYMATTR InstName C5 +SYMATTR Value 33n +SYMBOL res 288 960 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R7 +SYMATTR Value 5k6 +SYMBOL res 544 752 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R9 +SYMATTR Value 3k9 +SYMBOL cap 560 848 R270 +WINDOW 0 32 32 VTop 2 +WINDOW 3 0 32 VBottom 2 +SYMATTR InstName C8 +SYMATTR Value 10n +SYMBOL res 320 1040 R0 +SYMATTR InstName R10 +SYMATTR Value 5k6 +SYMBOL cap 496 1136 R180 +WINDOW 0 24 56 Left 2 +WINDOW 3 24 8 Left 2 +SYMATTR InstName C9 +SYMATTR Value 100n +SYMBOL TLC27M2 544 896 R0 +WINDOW 3 18 126 Left 2 +SYMATTR InstName U4 +SYMBOL res -496 944 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R1 +SYMATTR Value 3k9 +SYMBOL cap -352 1040 R180 +WINDOW 0 24 56 Left 2 +WINDOW 3 24 8 Left 2 +SYMATTR InstName C1 +SYMATTR Value 33n +SYMBOL res -352 944 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R3 +SYMATTR Value 5k6 +SYMBOL res -96 752 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R5 +SYMATTR Value 3k9 +SYMBOL cap -80 848 R270 +WINDOW 0 32 32 VTop 2 +WINDOW 3 0 32 VBottom 2 +SYMATTR InstName C2 +SYMATTR Value 10n +SYMBOL res -320 1024 R0 +SYMATTR InstName R8 +SYMATTR Value 3k9 +SYMBOL cap -144 1120 R180 +WINDOW 0 24 56 Left 2 +WINDOW 3 24 8 Left 2 +SYMATTR InstName C7 +SYMATTR Value 100n +SYMBOL TLC27M2 -96 880 R0 +WINDOW 3 18 126 Left 2 +SYMATTR InstName U2 +SYMBOL TLC27M2 656 112 R0 +WINDOW 3 18 126 Left 2 +SYMATTR InstName U5 +SYMBOL voltage -224 1200 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V5 +SYMATTR Value {VirtualGND} +SYMBOL voltage 416 1216 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V6 +SYMATTR Value {VirtualGND} +SYMBOL voltage -16 272 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V2 +SYMATTR Value {VirtualGND} +SYMBOL voltage 512 336 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +SYMATTR InstName V3 +SYMATTR Value {VirtualGND} +SYMBOL Opamps\\LTC6240 96 176 R0 +SYMATTR InstName U3 +TEXT -632 1512 Left 2 !.tran 0 25mS 0 1uS +TEXT -88 1552 Left 2 ;.step param R list 1e3 1e4 1e5 +TEXT -648 1768 Left 2 !.param VirtualGND=2 +TEXT -632 1544 Left 2 !.options method=gear\n.options trtol=10 +TEXT -88 1680 Left 2 ;Rf * Cf >> PMT pulse time +TEXT -640 1672 Left 2 !.param Rzero=60e5 +TEXT -88 1608 Left 2 ;Rzero=Rf*N\nCzero=Cf/N +TEXT -640 1704 Left 2 !.param Czero=22p +TEXT -648 1824 Left 2 !.inc TLC27M2.5_2 +TEXT -80 1736 Left 2 ;R8=R3\nR10=R7 diff --git a/Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.plt b/Simulation/LTSPice/AnalogFrontend/AnalogFrontend.plt similarity index 100% rename from Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.plt rename to Simulation/LTSPice/AnalogFrontend/AnalogFrontend.plt diff --git a/Simulation/LTSPice/AnalogFrontend/TLC27M2.5_2 b/Simulation/LTSPice/AnalogFrontend/TLC27M2.5_2 new file mode 100644 index 0000000..48f0c88 --- /dev/null +++ b/Simulation/LTSPice/AnalogFrontend/TLC27M2.5_2 @@ -0,0 +1,59 @@ +* TLC27M2 OPERATIONAL AMPLIFIER "MACROMODEL" SUBCIRCUIT +* CREATED USING PARTS RELEASE 4.03 ON 07/11/90 AT 10:35 +* REV (N/A) SUPPLY VOLTAGE: 5V +* CONNECTIONS: NON-INVERTING INPUT +* | INVERTING INPUT +* | | POSITIVE POWER SUPPLY +* | | | NEGATIVE POWER SUPPLY +* | | | | OUTPUT +* | | | | | +.SUBCKT TLC27M2 1 2 3 4 5 +* + C1 11 12 6.938E-12 + C2 6 7 15.00E-12 + CPSR 85 86 79.6E-9 + DCM+ 81 82 DX + DCM- 83 81 DX + DC 5 53 DX + DE 54 5 DX + DLP 90 91 DX + DLN 92 90 DX + DP 4 3 DX + ECMR 84 99 (2,99) 1 + EGND 99 0 POLY(2) (3,0) (4,0) 0 .5 .5 + EPSR 85 0 POLY(1) (3,4) -90E-6 18.0E-6 + ENSE 89 2 POLY(1) (88,0) 185E-6 1 + FB 7 99 POLY(6) VB VC VE VLP VLN VPSR 0 25.22E6 -40E6 40E6 40E6 -40E6 25E6 + GA 6 0 11 12 39.87E-6 + GCM 0 6 10 99 2.248E-9 + GPSR 85 86 (85,86) 100E-6 + GRD1 60 11 (60,11) 3.987E-5 + GRD2 60 12 (60,12) 3.987E-5 + HLIM 90 0 VLIM 1K + HCMR 80 1 POLY(2) VCM+ VCM- 0 1E2 1E2 + IRP 3 4 99E-6 + ISS 3 10 DC 6.000E-6 + IIO 2 0 .1E-12 + I1 88 0 1E-21 + J1 11 89 10 JX + J2 12 80 10 JX + R2 6 9 100.0E3 + RCM 84 81 1K + RN1 88 0 40E3 + RO1 8 5 85 + RO2 7 99 85 + RSS 10 99 33.33E6 + VAD 60 4 -.5 + VCM+ 82 99 1.20 + VCM- 83 99 -2.3 + VB 9 0 DC 0 + VC 3 53 DC 1.68 + VE 54 4 DC .6 + VLIM 7 8 DC 0 + VLP 91 0 DC 20 + VLN 0 92 DC 20 + VPSR 0 86 DC 0 +.MODEL DX D(IS=800.0E-18) +.MODEL JX PJF(IS=300.0E-15 BETA=529.8E-6 VTO=-.017 KF=8.2E-17) +.ENDS + \ No newline at end of file diff --git a/Simulation/LTSPice/AnalogFrontend/TLC27M2.asy b/Simulation/LTSPice/AnalogFrontend/TLC27M2.asy new file mode 100644 index 0000000..efa90da --- /dev/null +++ b/Simulation/LTSPice/AnalogFrontend/TLC27M2.asy @@ -0,0 +1,33 @@ +Version 4 +SymbolType CELL +LINE Normal -32 32 32 64 +LINE Normal -32 96 32 64 +LINE Normal -32 32 -32 96 +LINE Normal -28 48 -20 48 +LINE Normal -28 80 -20 80 +LINE Normal -24 84 -24 76 +LINE Normal 0 32 0 48 +LINE Normal 0 96 0 80 +LINE Normal 4 44 12 44 +LINE Normal 8 40 8 48 +LINE Normal 4 84 12 84 +WINDOW 0 16 32 Left 2 +WINDOW 3 16 96 Left 2 +SYMATTR Value TLC27M2 +SYMATTR Prefix X +SYMATTR Description TLC27M2 +PIN -32 80 NONE 0 +PINATTR PinName In+ +PINATTR SpiceOrder 1 +PIN -32 48 NONE 0 +PINATTR PinName In- +PINATTR SpiceOrder 2 +PIN 0 32 NONE 0 +PINATTR PinName V+ +PINATTR SpiceOrder 3 +PIN 0 96 NONE 0 +PINATTR PinName V- +PINATTR SpiceOrder 4 +PIN 32 64 NONE 0 +PINATTR PinName OUT +PINATTR SpiceOrder 5 diff --git a/Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.asc b/Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.asc deleted file mode 100644 index 5ebfeb2..0000000 --- a/Simulation/LTSPice/ChargeAmplifierWithAutomaticalReset/ChargeAmplifierWithAutomaticalReset.asc +++ /dev/null @@ -1,234 +0,0 @@ -Version 4 -SHEET 1 1648 1716 -WIRE -32 -624 -32 -656 -WIRE 240 -576 240 -656 -WIRE -128 -560 -208 -560 -WIRE -128 -528 -128 -560 -WIRE -32 -512 -32 -544 -WIRE -32 -512 -96 -512 -WIRE 320 -512 288 -512 -WIRE -464 -496 -464 -528 -WIRE -352 -496 -464 -496 -WIRE -320 -496 -352 -496 -WIRE -160 -496 -256 -496 -WIRE 80 -480 -96 -480 -WIRE 112 -480 80 -480 -WIRE 240 -480 192 -480 -WIRE -352 -464 -352 -496 -WIRE -32 -448 -32 -512 -WIRE 80 -448 80 -480 -WIRE 240 -448 240 -480 -WIRE -208 -416 -208 -560 -WIRE -128 -416 -128 -464 -WIRE -352 -352 -352 -384 -WIRE -32 -352 -32 -368 -WIRE 80 -352 80 -384 -WIRE 240 -352 240 -368 -WIRE -464 -288 -464 -496 -WIRE 176 -288 -464 -288 -WIRE 176 -272 176 -288 -WIRE 32 -224 -16 -224 -WIRE 144 -224 112 -224 -WIRE 272 -224 240 -224 -WIRE 64 -112 -16 -112 -WIRE 272 -112 144 -112 -WIRE 1248 -112 1152 -112 -WIRE 1488 -112 1328 -112 -WIRE -16 -16 -16 -112 -WIRE 80 -16 -16 -16 -WIRE 272 -16 272 -112 -WIRE 272 -16 144 -16 -WIRE 1152 16 1152 -112 -WIRE 1248 16 1152 16 -WIRE 1488 16 1488 -112 -WIRE 1488 16 1312 16 -WIRE -192 48 -224 48 -WIRE -80 48 -112 48 -WIRE 224 80 80 80 -WIRE 80 112 80 80 -WIRE 1392 112 1248 112 -WIRE 1248 144 1248 112 -WIRE -224 160 -224 48 -WIRE -224 160 -432 160 -WIRE -192 160 -224 160 -WIRE -16 160 -16 -16 -WIRE -16 160 -128 160 -WIRE 48 160 -16 160 -WIRE -432 192 -432 160 -WIRE 272 192 272 -16 -WIRE 272 192 192 192 -WIRE 320 192 320 -512 -WIRE 320 192 272 192 -WIRE 400 192 400 96 -WIRE 400 192 320 192 -WIRE 544 192 400 192 -WIRE 592 192 544 192 -WIRE 752 192 672 192 -WIRE 832 192 832 96 -WIRE 832 192 752 192 -WIRE 928 192 832 192 -WIRE 1152 192 1152 16 -WIRE 1152 192 1008 192 -WIRE 1216 192 1152 192 -WIRE 48 224 -16 224 -WIRE 544 224 544 192 -WIRE 752 224 752 192 -WIRE 1488 224 1488 16 -WIRE 1488 224 1360 224 -WIRE 1616 224 1616 112 -WIRE 1616 224 1488 224 -WIRE 1216 256 1152 256 -WIRE -16 288 -16 224 -WIRE -432 304 -432 272 -WIRE 544 320 544 288 -WIRE 752 320 752 288 -WIRE 1152 320 1152 256 -WIRE 80 336 80 272 -WIRE 224 336 224 80 -WIRE 1248 368 1248 304 -WIRE 1392 368 1392 112 -WIRE -528 592 -528 560 -WIRE -400 592 -400 560 -WIRE -528 720 -528 672 -WIRE -400 720 -400 672 -FLAG 400 96 1st_charge_amp_out -FLAG -400 720 0 -FLAG -528 560 Vcc -FLAG 224 336 Vcc -FLAG -400 560 Vee -FLAG 80 336 Vee -FLAG 544 320 0 -FLAG 832 96 2nd_charge_amp_in -FLAG -528 720 0 -FLAG -208 -416 Vcc -FLAG -128 -416 Vee -FLAG -32 -352 0 -FLAG -32 -656 Vcc -FLAG 80 -352 0 -FLAG -464 -528 comparator_out -FLAG 240 -656 Vcc -FLAG 240 -352 0 -FLAG -352 -352 0 -FLAG -16 288 0 -FLAG 1392 368 Vcc -FLAG 1248 368 Vee -FLAG 1152 320 0 -FLAG 1616 112 2nd_charge_amp_out -FLAG -432 304 0 -FLAG 752 320 0 -SYMBOL cap 144 -32 R90 -WINDOW 0 0 32 VBottom 2 -WINDOW 3 32 32 VTop 2 -SYMATTR InstName C1 -SYMATTR Value 20p -SYMBOL voltage -400 688 R180 -WINDOW 123 0 0 Left 0 -WINDOW 39 0 0 Left 0 -SYMATTR InstName V3 -SYMATTR Value 16 -SYMBOL voltage -528 576 R0 -WINDOW 123 0 0 Left 0 -WINDOW 39 0 0 Left 0 -SYMATTR InstName V4 -SYMATTR Value 16 -SYMBOL res 16 -208 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R4 -SYMATTR Value 5m -SYMBOL cap -128 144 R90 -WINDOW 0 0 32 VBottom 2 -WINDOW 3 32 32 VTop 2 -SYMATTR InstName C4 -SYMATTR Value 120p -SYMBOL res -16 -352 R180 -WINDOW 0 36 76 Left 2 -WINDOW 3 36 40 Left 2 -SYMATTR InstName R3 -SYMATTR Value 4k7 -SYMBOL res -16 -528 R180 -WINDOW 0 36 76 Left 2 -WINDOW 3 36 40 Left 2 -SYMATTR InstName R5 -SYMATTR Value 9k -SYMBOL Comparators\\LT1716 -128 -496 M0 -SYMATTR InstName U3 -SYMBOL res 96 -464 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R8 -SYMATTR Value 100k -SYMBOL cap 96 -384 R180 -WINDOW 0 24 56 Left 2 -WINDOW 3 24 8 Left 2 -SYMATTR InstName C7 -SYMATTR Value 1n -SYMBOL njf 240 -272 R90 -SYMATTR InstName J4 -SYMBOL njf 288 -576 M0 -SYMATTR InstName J1 -SYMBOL res 256 -352 R180 -WINDOW 0 36 76 Left 2 -WINDOW 3 36 40 Left 2 -SYMATTR InstName R6 -SYMATTR Value 4k7 -SYMBOL diode -320 -480 R270 -WINDOW 0 32 32 VTop 2 -WINDOW 3 0 32 VBottom 2 -SYMATTR InstName D1 -SYMBOL res -336 -368 R180 -WINDOW 0 36 76 Left 2 -WINDOW 3 36 40 Left 2 -SYMATTR InstName R7 -SYMATTR Value 470k -SYMBOL Opamps\\LTC6269 80 192 R0 -SYMATTR InstName U1 -SYMBOL cap 1312 0 R90 -WINDOW 0 0 32 VBottom 2 -WINDOW 3 32 32 VTop 2 -SYMATTR InstName C5 -SYMATTR Value 320p -SYMBOL Opamps\\LTC6269 1248 224 R0 -SYMATTR InstName U2 -SYMBOL res 1232 -96 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R9 -SYMATTR Value 1k -SYMBOL current -432 192 R0 -WINDOW 0 15 107 Left 2 -WINDOW 3 -86 170 Left 2 -WINDOW 123 14 76 Left 2 -WINDOW 39 0 0 Left 2 -SYMATTR InstName I1 -SYMATTR Value PULSE(0 400u 1mS 300n 3u 100n 1m) -SYMATTR Value2 AC 1 -SYMBOL res -208 64 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R2 -SYMATTR Value 1Meg -SYMBOL res 48 -96 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R10 -SYMATTR Value 1e4 -SYMBOL res 912 208 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R1 -SYMATTR Value 1k -SYMBOL res 576 208 R270 -WINDOW 0 32 56 VTop 2 -WINDOW 3 0 56 VBottom 2 -SYMATTR InstName R11 -SYMATTR Value 1e5 -SYMBOL cap 768 288 R180 -WINDOW 0 24 56 Left 2 -WINDOW 3 24 8 Left 2 -SYMATTR InstName C2 -SYMATTR Value 100n -TEXT -312 544 Left 2 !.tran 0 3mS 0 1uS -TEXT -312 576 Left 2 ;.step param R3 list 2e3 3e4 4e4 -TEXT -312 608 Left 2 ;.param R3 1e15 -TEXT 232 552 Left 2 !.options method=gear\n.options trtol=10 diff --git a/Simulation/LTSPice/HVParallelStabilizer/HVParallelStabilizer.asc b/Simulation/LTSPice/HVParallelStabilizer/HVParallelStabilizer.asc new file mode 100644 index 0000000..b9725e4 --- /dev/null +++ b/Simulation/LTSPice/HVParallelStabilizer/HVParallelStabilizer.asc @@ -0,0 +1,157 @@ +Version 4 +SHEET 1 1664 4020 +WIRE -512 688 -1232 688 +WIRE -368 688 -512 688 +WIRE -1232 720 -1232 688 +WIRE -1232 864 -1232 800 +WIRE -1232 960 -1232 944 +WIRE -512 960 -512 688 +WIRE -1232 1056 -1232 1040 +WIRE -1232 1152 -1232 1136 +WIRE -1376 1312 -1424 1312 +WIRE -1232 1312 -1232 1232 +WIRE -1232 1312 -1296 1312 +WIRE -1232 1424 -1232 1312 +WIRE -1424 1440 -1424 1312 +WIRE -864 1440 -864 1424 +WIRE -784 1456 -832 1456 +WIRE -1136 1472 -1168 1472 +WIRE -1088 1472 -1136 1472 +WIRE -896 1472 -1008 1472 +WIRE -512 1488 -512 1040 +WIRE -512 1488 -832 1488 +WIRE -1184 1504 -1184 1472 +WIRE -864 1520 -864 1504 +WIRE -1232 1568 -1232 1520 +WIRE -1136 1568 -1136 1472 +WIRE -784 1568 -784 1456 +WIRE -512 1568 -512 1488 +WIRE -1424 1696 -1424 1520 +WIRE -1232 1696 -1232 1648 +WIRE -1136 1696 -1136 1648 +WIRE -784 1696 -784 1648 +WIRE -512 1696 -512 1648 +WIRE -1200 1888 -1200 1856 +WIRE -1024 1888 -1024 1856 +WIRE -1200 2000 -1200 1968 +WIRE -1024 2000 -1024 1968 +FLAG -1200 2000 0 +FLAG -1200 1856 Vcc +FLAG -1024 2000 0 +FLAG -1024 1856 Vee +FLAG -1424 1696 0 +FLAG -1136 1696 0 +FLAG -1232 1696 0 +FLAG -864 1424 Vcc +FLAG -864 1520 Vee +FLAG -784 1696 0 +FLAG -368 688 out +IOPIN -368 688 Out +FLAG -512 1696 0 +SYMBOL voltage -1200 1872 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 49 52 Left 2 +WINDOW 0 48 20 Left 2 +SYMATTR Value 12 +SYMATTR InstName V2 +SYMBOL voltage -1424 1424 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 200 +SYMATTR InstName V6 +SYMBOL res -1392 1328 R270 +WINDOW 0 32 56 VTop 2 +WINDOW 3 0 56 VBottom 2 +SYMATTR InstName R4 +SYMATTR Value 100 +SYMBOL res -1152 1552 R0 +SYMATTR InstName R5 +SYMATTR Value 22k +SYMBOL voltage -784 1552 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 5 +SYMATTR InstName V10 +SYMBOL res -992 1456 R90 +WINDOW 0 0 56 VBottom 2 +WINDOW 3 32 56 VTop 2 +SYMATTR InstName R6 +SYMATTR Value 1k +SYMBOL Opamps\\LTC6079 -752 1248 M0 +SYMATTR InstName U2 +SYMBOL voltage -1232 1136 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 375 +SYMATTR InstName V11 +SYMBOL voltage -1232 1040 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 375 +SYMATTR InstName V12 +SYMBOL voltage -1232 944 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 375 +SYMATTR InstName V13 +SYMBOL voltage -1232 848 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 50 64 Left 2 +WINDOW 0 52 36 Left 2 +SYMATTR Value 275 +SYMATTR InstName V14 +SYMBOL voltage -1232 704 R0 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 506 67 Right 2 +WINDOW 0 63 31 Left 2 +SYMATTR Value PULSE(0 -50 0 500u 500u 4e-3 7e-3 0) +SYMATTR InstName V15 +SYMBOL res -496 1056 R180 +WINDOW 0 36 76 Left 2 +WINDOW 3 36 40 Left 2 +SYMATTR InstName R13 +SYMATTR Value 1e7 +SYMBOL res -496 1664 R180 +WINDOW 0 36 76 Left 2 +WINDOW 3 36 40 Left 2 +SYMATTR InstName R14 +SYMATTR Value 33444.82 +SYMBOL res -1248 1552 R0 +SYMATTR InstName R1 +SYMATTR Value 0.01 +SYMBOL voltage -1024 1984 R180 +WINDOW 123 0 0 Left 0 +WINDOW 39 0 0 Left 0 +WINDOW 3 49 52 Left 2 +WINDOW 0 48 20 Left 2 +SYMATTR Value 12 +SYMATTR InstName V7 +SYMBOL npn -1168 1424 M0 +SYMATTR InstName Q1 +SYMBOL Opamps\\RH1498 -992 1200 M0 +SYMATTR InstName U1 +SYMBOL Opamps\\OP284 -640 1248 M0 +SYMATTR InstName U3 +SYMBOL Opamps\\LTC2054 -832 1136 M0 +SYMATTR InstName U4 +SYMBOL Opamps\\LT6016 -864 1472 M0 +SYMATTR InstName U5 +TEXT -944 1864 Left 2 !.tran 0 15mS 1m 1uS +TEXT -1848 1448 Left 2 ;Winding for voltage stabilization\n(uing paraller stabilizer) +TEXT -1728 1032 Left 2 ;Power supply from "normal" windings\n3*375V + 275V = 1400V. +TEXT -1768 744 Left 2 ;Simulated variation in voltage\ndue to imperfection of DC/DC converter. +TEXT -488 1464 Left 2 ;5V +TEXT -952 1912 Left 2 !.inc TLC27M2.5_2 diff --git a/Simulation/Octave/HVPowerSupplyElementsCalculator.m b/Simulation/Octave/HVPowerSupplyElementsCalculator.m index 4fabede..3dfa161 100644 --- a/Simulation/Octave/HVPowerSupplyElementsCalculator.m +++ b/Simulation/Octave/HVPowerSupplyElementsCalculator.m @@ -2,8 +2,8 @@ v_in = 12; % input voltage -v_out = 1.1e3; % output voltage -i_out = 10e-5; % output current +v_out = 1.5e3; % output voltage +i_out = 280e-6; % output current ( https://www.osti.gov/servlets/purl/1117124#:~:text=The%20charge%20amplifier%20is%20a,converts%20it%20to%20a%20voltage.&text=Vbias%20is%20a%20DC%20voltage,are%20referenced%20to%20this%20voltage. ) v_divider = 2.5; % output voltage of the fedback voltage divider r_divider_top = 50e6; % upper resistor value in the fedback voltage divider f_osc = 3e4; % frequency of oscilator