diff --git a/cvpcb/cvframe.cpp b/cvpcb/cvframe.cpp index d937b5758d..1c612f0c49 100644 --- a/cvpcb/cvframe.cpp +++ b/cvpcb/cvframe.cpp @@ -302,21 +302,28 @@ void CVPCB_MAINFRAME::ToFirstNA( wxCommandEvent& event ) if( m_netlist.IsEmpty() ) return; - long selection = m_compListBox->GetFirstSelected(); + long first_selected = m_compListBox->GetFirstSelected(); - if( selection < 0 ) - selection = -1; // We will start to 0 for the first search , if no item selected + if( first_selected < 0 ) + first_selected = -1; // We will start to 0 for the first search , if no item selected - for( unsigned jj = selection+1; jj < m_netlist.GetCount(); jj++ ) + int candidate = -1; + + for( unsigned jj = first_selected+1; jj < m_netlist.GetCount(); jj++ ) { if( m_netlist.GetComponent( jj )->GetFPID().empty() ) { - m_compListBox->SetSelection( wxNOT_FOUND, false ); // Remove all selections - m_compListBox->SetSelection( jj ); - SendMessageToEESCHEMA(); - return; + candidate = jj; + break; } } + + if( candidate >= 0 ) + { + m_compListBox->DeselectAll(); + m_compListBox->SetSelection( candidate ); + SendMessageToEESCHEMA(); + } } @@ -325,24 +332,28 @@ void CVPCB_MAINFRAME::ToPreviousNA( wxCommandEvent& event ) if( m_netlist.IsEmpty() ) return; - int selection = m_compListBox->GetFirstSelected(); + int first_selected = m_compListBox->GetFirstSelected(); - if( selection < 0 ) - selection = m_compListBox->GetCount(); - else - while( m_compListBox->GetNextSelected( selection ) >= 0 ) - selection = m_compListBox->GetNextSelected( selection ); + if( first_selected < 0 ) + first_selected = m_compListBox->GetCount(); - for( int kk = selection-1; kk >= 0; kk-- ) + int candidate = -1; + + for( int jj = first_selected-1; jj >= 0; jj-- ) { - if( m_netlist.GetComponent( kk )->GetFPID().empty() ) + if( m_netlist.GetComponent( jj )->GetFPID().empty() ) { - m_compListBox->SetSelection( wxNOT_FOUND, false ); // Remove all selections - m_compListBox->SetSelection( kk ); - SendMessageToEESCHEMA(); - return; + candidate = jj; + break; } } + + if( candidate >= 0 ) + { + m_compListBox->DeselectAll(); + m_compListBox->SetSelection( candidate ); + SendMessageToEESCHEMA(); + } } @@ -359,12 +370,12 @@ void CVPCB_MAINFRAME::SaveQuitCvpcb( wxCommandEvent& aEvent ) void CVPCB_MAINFRAME::DelAssociations( wxCommandEvent& event ) { - wxString Line; - if( IsOK( this, _( "Delete selections" ) ) ) { m_skipComponentSelect = true; - m_compListBox->SetSelection( 0 ); + + // Remove all selections to avoid issues when setting the fpids + m_compListBox->DeselectAll(); for( unsigned i = 0; i < m_netlist.GetCount(); i++ ) { @@ -374,6 +385,9 @@ void CVPCB_MAINFRAME::DelAssociations( wxCommandEvent& event ) SetNewPkg( wxEmptyString ); } + // Remove all selections after setting the fpids + m_compListBox->DeselectAll(); + m_skipComponentSelect = false; m_compListBox->SetSelection( 0 ); m_undefinedComponentCnt = m_netlist.GetCount(); diff --git a/cvpcb/cvstruct.h b/cvpcb/cvstruct.h index 26be44264f..90eb4ef4c0 100644 --- a/cvpcb/cvstruct.h +++ b/cvpcb/cvstruct.h @@ -51,8 +51,17 @@ public: ~ITEMS_LISTBOX_BASE(); + /** + * @return the index of the selected item in lists allowing only one item selected + * and the index of the first selected item in lists allowing many selection + */ int GetSelection(); + /** + * Removes all selection in lists which can have more than one item selected + */ + void DeselectAll(); + virtual CVPCB_MAINFRAME* GetParent() const; /* Function UpdateWidth diff --git a/cvpcb/listboxes.cpp b/cvpcb/listboxes.cpp index 2ef8b25239..e06c039f68 100644 --- a/cvpcb/listboxes.cpp +++ b/cvpcb/listboxes.cpp @@ -107,6 +107,14 @@ int ITEMS_LISTBOX_BASE::GetSelection() return GetFirstSelected(); } +/* Removes all selection in list +*/ +void ITEMS_LISTBOX_BASE::DeselectAll() +{ + for( int i = 0; i < GetItemCount(); i++ ) + Select( i, false ); +} + CVPCB_MAINFRAME* ITEMS_LISTBOX_BASE::GetParent() const { diff --git a/demos/complex_hierarchy/ampli_ht.sch b/demos/complex_hierarchy/ampli_ht.sch index cb57bef972..2d6ae4b6f7 100644 --- a/demos/complex_hierarchy/ampli_ht.sch +++ b/demos/complex_hierarchy/ampli_ht.sch @@ -1,5 +1,5 @@ EESchema Schematic File Version 2 -LIBS:complex_hierarchy_schlib +LIBS:device LIBS:power LIBS:complex_hierarchy-cache EELAYER 25 0 @@ -21,27 +21,27 @@ Wire Wire Line Wire Wire Line 8900 5400 9100 5400 Wire Wire Line - 9100 5400 9100 5350 + 9100 5400 9100 5250 Connection ~ 9100 4150 Wire Wire Line - 9100 4850 9100 4150 + 9100 4950 9100 4150 Wire Wire Line - 9800 4450 9700 4450 + 9800 4450 9600 4450 Wire Wire Line 9800 4150 9800 4450 Wire Wire Line - 9800 4150 9700 4150 + 9800 4150 9600 4150 Wire Wire Line - 8100 5500 8100 5550 + 8100 5400 8100 5600 Wire Wire Line 5850 6250 5850 5500 Wire Wire Line - 6900 5400 7150 5400 + 6900 5400 7250 5400 Wire Wire Line - 2700 2000 3000 2000 + 2600 2000 3100 2000 Connection ~ 7300 3300 Wire Wire Line - 7300 3200 7300 3350 + 7300 3200 7300 3450 Wire Wire Line 5400 6400 5600 6400 Wire Wire Line @@ -50,15 +50,15 @@ Connection ~ 5450 2400 Wire Wire Line 5450 3000 5450 1600 Wire Wire Line - 5450 1600 4550 1600 + 5450 1600 4500 1600 Wire Wire Line - 3500 2000 3700 2000 + 3400 2000 3800 2000 Wire Wire Line 7000 5100 7000 5200 Wire Wire Line 7600 3300 7300 3300 Wire Wire Line - 7900 3000 7900 3100 + 7900 2900 7900 3100 Connection ~ 7900 3700 Wire Wire Line 8600 5000 8600 5300 @@ -67,9 +67,9 @@ Wire Wire Line Wire Wire Line 8600 3300 8600 3500 Wire Wire Line - 7300 3850 7300 3950 + 7300 3750 7300 3850 Wire Wire Line - 7500 5100 7600 5100 + 7400 5100 7600 5100 Wire Wire Line 1700 2200 1800 2200 Wire Wire Line @@ -83,16 +83,14 @@ Wire Wire Line Wire Wire Line 4350 3000 5450 3000 Wire Wire Line - 4350 2000 4200 2000 + 4350 2000 4100 2000 Wire Wire Line - 4150 1600 3600 1600 + 4200 1600 3600 1600 Wire Wire Line 3600 1600 3600 2000 Connection ~ 3600 2000 Wire Wire Line - 7300 2700 7300 2800 -Wire Wire Line - 2200 2000 1700 2000 + 2300 2000 1700 2000 Wire Wire Line 5350 2400 5450 2400 Wire Wire Line @@ -106,22 +104,22 @@ Connection ~ 5150 3000 Wire Wire Line 7900 5300 7900 5400 Wire Wire Line - 7900 5400 7650 5400 + 7900 5400 7550 5400 Wire Wire Line - 8100 4800 8100 5000 + 8100 4800 8100 5100 Connection ~ 8100 4800 Wire Wire Line - 7900 3500 7900 3800 + 7900 3500 7900 3900 Wire Wire Line - 7900 4700 7900 4900 + 7900 4600 7900 4900 Wire Wire Line 9800 4300 10400 4300 Connection ~ 9800 4300 Wire Wire Line - 8900 4450 8900 4850 + 8900 4450 8900 4950 Connection ~ 8900 4450 Wire Wire Line - 8900 5350 8900 6400 + 8900 5250 8900 6400 Connection ~ 8900 5400 $Comp L R R26 @@ -131,7 +129,7 @@ AR Path="/4B3A1333/4B617B88" Ref="R26" Part="1" AR Path="/4B3A13A4/4B617B88" Ref="R28" Part="1" F 0 "R28" H 9200 4850 50 0000 C CNN F 1 "220K" V 9100 5100 50 0000 C CNN -F 2 "" H 9100 5100 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 9100 5100 60 0001 C CNN F 3 "" H 9100 5100 60 0001 C CNN 1 9100 5100 -1 0 0 1 @@ -144,35 +142,35 @@ AR Path="/4B3A1333/4B616B96" Ref="R25" Part="1" AR Path="/4B3A13A4/4B616B96" Ref="R27" Part="1" F 0 "R27" V 9530 4450 50 0000 C CNN F 1 "47" V 9450 4450 50 0000 C CNN -F 2 "" H 9450 4450 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 9450 4450 60 0001 C CNN F 3 "" H 9450 4450 60 0001 C CNN 1 9450 4450 0 1 1 0 $EndComp $Comp -L DIODE D8 +L D_Small D8 U 1 1 4B616AFA P 7900 4000 AR Path="/4B3A1333/4B616AFA" Ref="D8" Part="1" AR Path="/4B3A13A4/4B616AFA" Ref="D9" Part="1" F 0 "D9" V 7850 4200 50 0000 C CNN F 1 "1N4148" V 7950 4200 50 0000 C CNN -F 2 "" H 7900 4000 60 0001 C CNN +F 2 "discret:D3" H 7900 4000 60 0001 C CNN F 3 "" H 7900 4000 60 0001 C CNN 1 7900 4000 - 0 1 1 0 + 0 -1 -1 0 $EndComp $Comp L GND #PWR019 U 1 1 4B6168A3 -P 8100 6000 +P 8100 5950 AR Path="/4B3A13A4/4B6168A3" Ref="#PWR019" Part="1" AR Path="/4B3A1333/4B6168A3" Ref="#PWR035" Part="1" -F 0 "#PWR035" H 8100 6000 30 0001 C CNN -F 1 "GND" H 8100 5930 30 0001 C CNN -F 2 "" H 8100 6000 60 0001 C CNN -F 3 "" H 8100 6000 60 0001 C CNN - 1 8100 6000 +F 0 "#PWR035" H 8100 5950 30 0001 C CNN +F 1 "GND" H 8100 5880 30 0001 C CNN +F 2 "" H 8100 5950 60 0001 C CNN +F 3 "" H 8100 5950 60 0001 C CNN + 1 8100 5950 1 0 0 -1 $EndComp $Comp @@ -183,7 +181,7 @@ AR Path="/4B3A1333/4B61688C" Ref="R10" Part="1" AR Path="/4B3A13A4/4B61688C" Ref="R20" Part="1" F 0 "R20" V 8180 5250 50 0000 C CNN F 1 "5,6K" V 8100 5250 50 0000 C CNN -F 2 "" H 8100 5250 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 8100 5250 60 0001 C CNN F 3 "" H 8100 5250 60 0001 C CNN 1 8100 5250 1 0 0 -1 @@ -191,27 +189,27 @@ $EndComp $Comp L GND #PWR036 U 1 1 4B4F364A -P 2850 2550 +P 2850 2450 AR Path="/4B3A1333/4B4F364A" Ref="#PWR036" Part="1" AR Path="/4B3A13A4/4B4F364A" Ref="#PWR020" Part="1" -F 0 "#PWR036" H 2850 2550 30 0001 C CNN -F 1 "GND" H 2850 2480 30 0001 C CNN -F 2 "" H 2850 2550 60 0001 C CNN -F 3 "" H 2850 2550 60 0001 C CNN - 1 2850 2550 +F 0 "#PWR036" H 2850 2450 30 0001 C CNN +F 1 "GND" H 2850 2380 30 0001 C CNN +F 2 "" H 2850 2450 60 0001 C CNN +F 3 "" H 2850 2450 60 0001 C CNN + 1 2850 2450 1 0 0 -1 $EndComp $Comp L C C12 U 1 1 4B4F3641 -P 2850 2300 +P 2850 2250 AR Path="/4B3A1333/4B4F3641" Ref="C12" Part="1" AR Path="/4B3A13A4/4B4F3641" Ref="C14" Part="1" -F 0 "C14" H 3000 2350 50 0000 L CNN -F 1 "150nF" H 3000 2250 50 0000 L CNN -F 2 "" H 2850 2300 60 0001 C CNN -F 3 "" H 2850 2300 60 0001 C CNN - 1 2850 2300 +F 0 "C14" H 3000 2300 50 0000 L CNN +F 1 "150nF" H 3000 2200 50 0000 L CNN +F 2 "discret:C2" H 2850 2250 60 0001 C CNN +F 3 "" H 2850 2250 60 0001 C CNN + 1 2850 2250 1 0 0 -1 $EndComp $Comp @@ -222,7 +220,7 @@ AR Path="/4B3A1333/4B4F363E" Ref="R23" Part="1" AR Path="/4B3A13A4/4B4F363E" Ref="R24" Part="1" F 0 "R24" V 2350 2000 50 0000 C CNN F 1 "1K" V 2450 2000 50 0000 C CNN -F 2 "" H 2450 2000 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 2450 2000 60 0001 C CNN F 3 "" H 2450 2000 60 0001 C CNN 1 2450 2000 0 1 1 0 @@ -267,7 +265,7 @@ AR Path="/4B3A13A4/4B3A137D" Ref="Q6" Part="1" AR Path="/4B3A1333/4B3A137D" Ref="Q2" Part="1" F 0 "Q6" H 8500 3950 50 0000 R CNN F 1 "MPAS42" H 8500 3850 50 0000 R CNN -F 2 "" H 8500 3700 60 0001 C CNN +F 2 "discret:TO92-CBE" H 8500 3700 60 0001 C CNN F 3 "" H 8500 3700 60 0001 C CNN 1 8500 3700 1 0 0 -1 @@ -280,23 +278,23 @@ AR Path="/4B3A13A4/4B3A137C" Ref="Q7" Part="1" AR Path="/4B3A1333/4B3A137C" Ref="Q3" Part="1" F 0 "Q7" H 8500 4650 60 0000 R CNN F 1 "MPAS92" H 8500 4950 60 0000 R CNN -F 2 "" H 8500 4800 60 0001 C CNN +F 2 "discret:TO92-CBE" H 8500 4800 60 0001 C CNN F 3 "" H 8500 4800 60 0001 C CNN 1 8500 4800 1 0 0 1 $EndComp $Comp -L DIODE D7 +L D_Small D7 U 1 1 4B3A137B P 7900 4500 AR Path="/4B3A13A4/4B3A137B" Ref="D7" Part="1" AR Path="/4B3A1333/4B3A137B" Ref="D4" Part="1" F 0 "D7" V 7850 4700 50 0000 C CNN F 1 "1N4148" V 7950 4700 50 0000 C CNN -F 2 "" H 7900 4500 60 0001 C CNN +F 2 "discret:D3" H 7900 4500 60 0001 C CNN F 3 "" H 7900 4500 60 0001 C CNN 1 7900 4500 - 0 1 1 0 + 0 -1 -1 0 $EndComp $Comp L GND #PWR023 @@ -319,7 +317,7 @@ AR Path="/4B3A13A4/4B3A1379" Ref="Q8" Part="1" AR Path="/4B3A1333/4B3A1379" Ref="Q4" Part="1" F 0 "Q8" H 7800 4950 50 0000 R CNN F 1 "MPAS42" H 7800 5250 50 0000 R CNN -F 2 "" H 7800 5100 60 0001 C CNN +F 2 "discret:TO92-CBE" H 7800 5100 60 0001 C CNN F 3 "" H 7800 5100 60 0001 C CNN 1 7800 5100 1 0 0 -1 @@ -338,17 +336,17 @@ F 3 "" H 7000 5200 60 0001 C CNN 1 0 0 -1 $EndComp $Comp -L DIODE D6 +L D_Small D6 U 1 1 4B3A1377 -P 7300 3000 +P 7300 3100 AR Path="/4B3A13A4/4B3A1377" Ref="D6" Part="1" AR Path="/4B3A1333/4B3A1377" Ref="D3" Part="1" -F 0 "D6" V 7250 3200 50 0000 C CNN -F 1 "1N4148" V 7350 3200 50 0000 C CNN -F 2 "" H 7300 3000 60 0001 C CNN -F 3 "" H 7300 3000 60 0001 C CNN - 1 7300 3000 - 0 1 1 0 +F 0 "D6" V 7250 3300 50 0000 C CNN +F 1 "1N4148" V 7350 3300 50 0000 C CNN +F 2 "discret:D3" H 7300 3100 60 0001 C CNN +F 3 "" H 7300 3100 60 0001 C CNN + 1 7300 3100 + 0 -1 -1 0 $EndComp $Comp L R R13 @@ -358,23 +356,23 @@ AR Path="/4B3A13A4/4B3A1376" Ref="R13" Part="1" AR Path="/4B3A1333/4B3A1376" Ref="R3" Part="1" F 0 "R13" V 7980 2750 50 0000 C CNN F 1 "470" V 7900 2750 50 0000 C CNN -F 2 "" H 7900 2750 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 7900 2750 60 0001 C CNN F 3 "" H 7900 2750 60 0001 C CNN 1 7900 2750 1 0 0 -1 $EndComp $Comp -L DIODE D5 +L D_Small D5 U 1 1 4B3A1375 -P 7300 2500 +P 7300 2800 AR Path="/4B3A13A4/4B3A1375" Ref="D5" Part="1" AR Path="/4B3A1333/4B3A1375" Ref="D2" Part="1" -F 0 "D5" V 7250 2700 50 0000 C CNN -F 1 "1N4148" V 7350 2700 50 0000 C CNN -F 2 "" H 7300 2500 60 0001 C CNN -F 3 "" H 7300 2500 60 0001 C CNN - 1 7300 2500 - 0 1 1 0 +F 0 "D5" V 7250 3000 50 0000 C CNN +F 1 "1N4148" V 7350 3000 50 0000 C CNN +F 2 "discret:D3" H 7300 2800 60 0001 C CNN +F 3 "" H 7300 2800 60 0001 C CNN + 1 7300 2800 + 0 -1 -1 0 $EndComp $Comp L R R14 @@ -384,7 +382,7 @@ AR Path="/4B3A13A4/4B3A1374" Ref="R14" Part="1" AR Path="/4B3A1333/4B3A1374" Ref="R4" Part="1" F 0 "R14" V 7380 3600 50 0000 C CNN F 1 "220K" V 7300 3600 50 0000 C CNN -F 2 "" H 7300 3600 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 7300 3600 60 0001 C CNN F 3 "" H 7300 3600 60 0001 C CNN 1 7300 3600 1 0 0 -1 @@ -392,14 +390,14 @@ $EndComp $Comp L GND #PWR025 U 1 1 4B3A1373 -P 7300 3950 +P 7300 3850 AR Path="/4B3A13A4/4B3A1373" Ref="#PWR025" Part="1" AR Path="/4B3A1333/4B3A1373" Ref="#PWR041" Part="1" -F 0 "#PWR041" H 7300 3950 30 0001 C CNN -F 1 "GND" H 7300 3880 30 0001 C CNN -F 2 "" H 7300 3950 60 0001 C CNN -F 3 "" H 7300 3950 60 0001 C CNN - 1 7300 3950 +F 0 "#PWR041" H 7300 3850 30 0001 C CNN +F 1 "GND" H 7300 3780 30 0001 C CNN +F 2 "" H 7300 3850 60 0001 C CNN +F 3 "" H 7300 3850 60 0001 C CNN + 1 7300 3850 1 0 0 -1 $EndComp $Comp @@ -410,7 +408,7 @@ AR Path="/4B3A13A4/4B3A1371" Ref="R18" Part="1" AR Path="/4B3A1333/4B3A1371" Ref="R8" Part="1" F 0 "R18" V 7150 5100 50 0000 C CNN F 1 "1K" V 7250 5100 50 0000 C CNN -F 2 "" H 7250 5100 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 7250 5100 60 0001 C CNN F 3 "" H 7250 5100 60 0001 C CNN 1 7250 5100 0 1 1 0 @@ -423,7 +421,7 @@ AR Path="/4B3A13A4/4B3A1370" Ref="R22" Part="1" AR Path="/4B3A1333/4B3A1370" Ref="R12" Part="1" F 0 "R22" H 9000 4850 50 0000 C CNN F 1 "220K" V 8900 5100 50 0000 C CNN -F 2 "" H 8900 5100 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 8900 5100 60 0001 C CNN F 3 "" H 8900 5100 60 0001 C CNN 1 8900 5100 -1 0 0 1 @@ -449,7 +447,7 @@ AR Path="/4B3A13A4/4B3A136D" Ref="R19" Part="1" AR Path="/4B3A1333/4B3A136D" Ref="R9" Part="1" F 0 "R19" V 7300 5400 50 0000 C CNN F 1 "1K" V 7400 5400 50 0000 C CNN -F 2 "" H 7400 5400 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 7400 5400 60 0001 C CNN F 3 "" H 7400 5400 60 0001 C CNN 1 7400 5400 0 1 1 0 @@ -462,7 +460,7 @@ AR Path="/4B3A13A4/4B3A136C" Ref="P5" Part="1" AR Path="/4B3A1333/4B3A136C" Ref="P3" Part="1" F 0 "P5" V 10700 4400 40 0000 C CNN F 1 "CONN_2" V 10800 4400 40 0000 C CNN -F 2 "" H 10750 4400 60 0001 C CNN +F 2 "connect:bornier2" H 10750 4400 60 0001 C CNN F 3 "" H 10750 4400 60 0001 C CNN 1 10750 4400 1 0 0 -1 @@ -477,7 +475,7 @@ AR Path="/4B3A13A4/4B3A136B" Ref="R16" Part="1" AR Path="/4B3A1333/4B3A136B" Ref="R6" Part="1" F 0 "R16" V 3150 2000 50 0000 C CNN F 1 "22K" V 3250 2000 50 0000 C CNN -F 2 "" H 3250 2000 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 3250 2000 60 0001 C CNN F 3 "" H 3250 2000 60 0001 C CNN 1 3250 2000 0 1 1 0 @@ -498,14 +496,14 @@ $EndComp $Comp L GND #PWR028 U 1 1 4B3A1369 -P 4000 2850 +P 4000 2750 AR Path="/4B3A13A4/4B3A1369" Ref="#PWR028" Part="1" AR Path="/4B3A1333/4B3A1369" Ref="#PWR044" Part="1" -F 0 "#PWR044" H 4000 2850 30 0001 C CNN -F 1 "GND" H 4000 2780 30 0001 C CNN -F 2 "" H 4000 2850 60 0001 C CNN -F 3 "" H 4000 2850 60 0001 C CNN - 1 4000 2850 +F 0 "#PWR044" H 4000 2750 30 0001 C CNN +F 1 "GND" H 4000 2680 30 0001 C CNN +F 2 "" H 4000 2750 60 0001 C CNN +F 3 "" H 4000 2750 60 0001 C CNN + 1 4000 2750 1 0 0 -1 $EndComp $Comp @@ -516,7 +514,7 @@ AR Path="/4B3A13A4/4B3A1368" Ref="U4" Part="1" AR Path="/4B3A1333/4B3A1368" Ref="U3" Part="1" F 0 "U4" H 6450 5600 60 0000 C CNN F 1 "LM358N" H 6550 5200 50 0000 C CNN -F 2 "" H 6400 5400 60 0001 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 6400 5400 60 0001 C CNN F 3 "" H 6400 5400 60 0001 C CNN 1 6400 5400 1 0 0 -1 @@ -529,7 +527,7 @@ AR Path="/4B3A13A4/4B3A1367" Ref="P6" Part="1" AR Path="/4B3A1333/4B3A1367" Ref="P4" Part="1" F 0 "P6" V 1300 2100 40 0000 C CNN F 1 "CONN_2" V 1400 2100 40 0000 C CNN -F 2 "" H 1350 2100 60 0001 C CNN +F 2 "connect:bornier2" H 1350 2100 60 0001 C CNN F 3 "" H 1350 2100 60 0001 C CNN 1 1350 2100 -1 0 0 -1 @@ -537,14 +535,14 @@ $EndComp $Comp L C C7 U 1 1 4B3A1366 -P 4000 2600 +P 4000 2550 AR Path="/4B3A13A4/4B3A1366" Ref="C7" Part="1" AR Path="/4B3A1333/4B3A1366" Ref="C4" Part="1" -F 0 "C7" H 4100 2700 50 0000 L CNN -F 1 "4.7nF" H 4100 2500 50 0000 L CNN -F 2 "" H 4000 2600 60 0001 C CNN -F 3 "" H 4000 2600 60 0001 C CNN - 1 4000 2600 +F 0 "C7" H 4100 2650 50 0000 L CNN +F 1 "4.7nF" H 4100 2450 50 0000 L CNN +F 2 "discret:C2" H 4000 2550 60 0001 C CNN +F 3 "" H 4000 2550 60 0001 C CNN + 1 4000 2550 1 0 0 -1 $EndComp $Comp @@ -555,7 +553,7 @@ AR Path="/4B3A13A4/4B3A1365" Ref="C8" Part="1" AR Path="/4B3A1333/4B3A1365" Ref="C5" Part="1" F 0 "C8" H 8150 5850 50 0000 L CNN F 1 "820pF" H 8150 5650 50 0000 L CNN -F 2 "" H 8100 5750 60 0001 C CNN +F 2 "discret:C2" H 8100 5750 60 0001 C CNN F 3 "" H 8100 5750 60 0001 C CNN 1 8100 5750 1 0 0 -1 @@ -568,7 +566,7 @@ AR Path="/4B3A13A4/4B3A1364" Ref="R15" Part="1" AR Path="/4B3A1333/4B3A1364" Ref="R5" Part="1" F 0 "R15" V 9530 4150 50 0000 C CNN F 1 "47" V 9450 4150 50 0000 C CNN -F 2 "" H 9450 4150 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 9450 4150 60 0001 C CNN F 3 "" H 9450 4150 60 0001 C CNN 1 9450 4150 0 1 1 0 @@ -589,27 +587,27 @@ $EndComp $Comp L R R21 U 1 1 4B3A1362 -P 5150 6400 +P 5250 6400 AR Path="/4B3A13A4/4B3A1362" Ref="R21" Part="1" AR Path="/4B3A1333/4B3A1362" Ref="R11" Part="1" -F 0 "R21" V 5050 6400 50 0000 C CNN -F 1 "4,7K" V 5150 6400 50 0000 C CNN -F 2 "" H 5150 6400 60 0001 C CNN -F 3 "" H 5150 6400 60 0001 C CNN - 1 5150 6400 +F 0 "R21" V 5150 6400 50 0000 C CNN +F 1 "4,7K" V 5250 6400 50 0000 C CNN +F 2 "discret:R3-LARGE_PADS" H 5250 6400 60 0001 C CNN +F 3 "" H 5250 6400 60 0001 C CNN + 1 5250 6400 0 1 1 0 $EndComp $Comp L GND #PWR030 U 1 1 4B3A1361 -P 4850 6400 +P 5050 6400 AR Path="/4B3A13A4/4B3A1361" Ref="#PWR030" Part="1" AR Path="/4B3A1333/4B3A1361" Ref="#PWR046" Part="1" -F 0 "#PWR046" H 4850 6400 30 0001 C CNN -F 1 "GND" H 4850 6330 30 0001 C CNN -F 2 "" H 4850 6400 60 0001 C CNN -F 3 "" H 4850 6400 60 0001 C CNN - 1 4850 6400 +F 0 "#PWR046" H 5050 6400 30 0001 C CNN +F 1 "GND" H 5050 6330 30 0001 C CNN +F 2 "" H 5050 6400 60 0001 C CNN +F 3 "" H 5050 6400 60 0001 C CNN + 1 5050 6400 0 1 1 0 $EndComp $Comp @@ -620,7 +618,7 @@ AR Path="/4B3A13A4/4B3A1360" Ref="Q5" Part="1" AR Path="/4B3A1333/4B3A1360" Ref="Q1" Part="1" F 0 "Q5" H 7800 3150 60 0000 R CNN F 1 "MPAS92" H 7800 3450 60 0000 R CNN -F 2 "" H 7800 3300 60 0001 C CNN +F 2 "discret:TO92-CBE" H 7800 3300 60 0001 C CNN F 3 "" H 7800 3300 60 0001 C CNN 1 7800 3300 1 0 0 1 @@ -628,27 +626,27 @@ $EndComp $Comp L HT #PWR031 U 1 1 4B3A135F -P 7300 2250 +P 7300 2650 AR Path="/4B3A13A4/4B3A135F" Ref="#PWR031" Part="1" AR Path="/4B3A1333/4B3A135F" Ref="#PWR047" Part="1" -F 0 "#PWR047" H 7300 2370 20 0001 C CNN -F 1 "HT" H 7300 2340 40 0000 C CNN -F 2 "" H 7300 2250 60 0001 C CNN -F 3 "" H 7300 2250 60 0001 C CNN - 1 7300 2250 +F 0 "#PWR047" H 7300 2770 20 0001 C CNN +F 1 "HT" H 7300 2740 40 0000 C CNN +F 2 "" H 7300 2650 60 0001 C CNN +F 3 "" H 7300 2650 60 0001 C CNN + 1 7300 2650 1 0 0 -1 $EndComp $Comp L HT #PWR032 U 1 1 4B3A135E -P 7900 2450 +P 7900 2550 AR Path="/4B3A13A4/4B3A135E" Ref="#PWR032" Part="1" AR Path="/4B3A1333/4B3A135E" Ref="#PWR048" Part="1" -F 0 "#PWR048" H 7900 2570 20 0001 C CNN -F 1 "HT" H 7900 2540 40 0000 C CNN -F 2 "" H 7900 2450 60 0001 C CNN -F 3 "" H 7900 2450 60 0001 C CNN - 1 7900 2450 +F 0 "#PWR048" H 7900 2670 20 0001 C CNN +F 1 "HT" H 7900 2640 40 0000 C CNN +F 2 "" H 7900 2550 60 0001 C CNN +F 3 "" H 7900 2550 60 0001 C CNN + 1 7900 2550 1 0 0 -1 $EndComp $Comp @@ -672,7 +670,7 @@ AR Path="/4B3A13A4/4B3A135C" Ref="U4" Part="2" AR Path="/4B3A1333/4B3A135C" Ref="U3" Part="2" F 0 "U4" H 4900 2600 60 0000 C CNN F 1 "LM358N" H 5000 2200 50 0000 C CNN -F 2 "" H 4850 2400 60 0001 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 4850 2400 60 0001 C CNN F 3 "" H 4850 2400 60 0001 C CNN 2 4850 2400 1 0 0 -1 @@ -698,7 +696,7 @@ AR Path="/4B3A13A4/4B3A1359" Ref="R17" Part="1" AR Path="/4B3A1333/4B3A1359" Ref="R7" Part="1" F 0 "R17" V 3850 2000 50 0000 C CNN F 1 "22K" V 3950 2000 50 0000 C CNN -F 2 "" H 3950 2000 60 0001 C CNN +F 2 "discret:R3-LARGE_PADS" H 3950 2000 60 0001 C CNN F 3 "" H 3950 2000 60 0001 C CNN 1 3950 2000 0 1 1 0 @@ -711,7 +709,7 @@ AR Path="/4B3A13A4/4B3A1358" Ref="C6" Part="1" AR Path="/4B3A1333/4B3A1358" Ref="C3" Part="1" F 0 "C6" V 4200 1600 50 0000 C CNN F 1 "15nF" V 4500 1600 50 0000 C CNN -F 2 "" H 4350 1600 60 0001 C CNN +F 2 "discret:C2" H 4350 1600 60 0001 C CNN F 3 "" H 4350 1600 60 0001 C CNN 1 4350 1600 0 1 1 0 @@ -726,23 +724,23 @@ AR Path="/4B3A13A4/4B3A1357" Ref="RV2" Part="1" AR Path="/4B3A1333/4B3A1357" Ref="RV1" Part="1" F 0 "RV2" H 5850 6300 50 0000 C CNN F 1 "4,7K" H 5850 6400 50 0000 C CNN -F 2 "" H 5850 6400 60 0001 C CNN +F 2 "discret:RV2" H 5850 6400 60 0001 C CNN F 3 "" H 5850 6400 60 0001 C CNN 1 5850 6400 1 0 0 -1 $EndComp Wire Wire Line - 7900 4200 7900 4300 + 7900 4100 7900 4400 Wire Wire Line - 8600 4450 9200 4450 + 8600 4450 9300 4450 Wire Wire Line 8600 4450 8600 4600 Wire Wire Line - 8600 4150 9200 4150 + 8600 4150 9300 4150 Wire Wire Line 8600 4150 8600 3900 Wire Wire Line - 2850 2550 2850 2500 + 2850 2450 2850 2400 Wire Wire Line 4350 2000 4350 2300 Wire Wire Line @@ -751,24 +749,28 @@ Wire Wire Line 4000 2200 4000 2400 Connection ~ 4350 2200 Wire Wire Line - 4000 2850 4000 2800 + 4000 2750 4000 2700 Wire Wire Line 4750 2850 4750 2800 Wire Wire Line 4750 1950 4750 2000 Wire Wire Line - 7300 2300 7300 2250 + 7300 2700 7300 2650 Wire Wire Line - 7900 2450 7900 2500 + 7900 2550 7900 2600 Wire Wire Line 7900 4800 8300 4800 Connection ~ 7900 4800 Wire Wire Line - 8100 5950 8100 6000 + 8100 5900 8100 5950 Wire Wire Line 6300 4950 6300 5000 Wire Wire Line 6300 5850 6300 5800 Wire Wire Line - 4850 6400 4900 6400 + 5050 6400 5100 6400 +Wire Wire Line + 7100 5100 7000 5100 +Wire Wire Line + 7300 3000 7300 2900 $EndSCHEMATC diff --git a/demos/complex_hierarchy/complex_hierarchy-cache.lib b/demos/complex_hierarchy/complex_hierarchy-cache.lib index ecb4e7c5e7..7e82bbd87e 100644 --- a/demos/complex_hierarchy/complex_hierarchy-cache.lib +++ b/demos/complex_hierarchy/complex_hierarchy-cache.lib @@ -3,29 +3,31 @@ EESchema-LIBRARY Version 2.3 # # +12C # -DEF +12C #PWR 0 0 N Y 1 F P -F0 "#PWR" 0 -30 30 H I C CNN -F1 "+12C" 0 110 40 H V C CNN +DEF +12C #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12C" 0 150 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X +12C 1 0 0 0 U 30 30 0 0 W N -C 0 60 20 0 1 0 N -P 4 0 1 0 0 0 0 40 0 40 0 40 N +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 +12C 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # +12V # -DEF +12V #PWR 0 0 N Y 1 F P -F0 "#PWR" 0 -50 20 H I C CNN -F1 "+12V" 0 100 30 H V C CNN +DEF +12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12V" 0 140 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X +12V 1 0 0 0 U 20 30 0 0 W N -C 0 60 20 0 1 0 N -P 3 0 1 0 0 0 0 40 0 40 N +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 +12V 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # @@ -62,20 +64,22 @@ ENDDEF # C # DEF C C 0 10 N Y 1 F N -F0 "C" 0 100 40 H V L CNN -F1 "C" 6 -85 40 H V L CNN +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN F2 "" 38 -150 30 H V C CNN -F3 "" 0 100 30 H V C CNN +F3 "" 0 0 60 H V C CNN $FPLIST - SM* C? - C1-1 + C_????_* + C_???? + SMD*_c + Capacitor* $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 200 170 D 40 40 1 1 P -X ~ 2 0 -200 170 U 40 40 1 1 P +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P ENDDRAW ENDDEF # @@ -95,61 +99,72 @@ ENDDEF # # CP # -DEF CP C 0 10 N N 1 F N -F0 "C" 50 100 40 H V L CNN -F1 "CP" 50 -100 40 H V L CNN -F2 "" 100 -150 30 H V C CNN -F3 "" 50 100 30 H V C CNN -ALIAS CAPAPOL +DEF CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "CP" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN $FPLIST CP* - SM* + Elko* + TantalC* + C*elec + c_elec* + SMD*_Pol $ENDFPLIST DRAW -P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N -P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F -X ~ 1 0 200 150 D 40 40 1 1 P -X ~ 2 0 -200 150 U 40 40 1 1 P +S -90 20 -90 40 0 1 0 N +S -90 20 90 20 0 1 0 N +S -70 90 -30 90 0 1 0 N +S -50 70 -50 110 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +S 90 40 -90 40 0 1 0 N +S 90 40 90 20 0 1 0 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P ENDDRAW ENDDEF # -# DIODE +# D_Small # -DEF DIODE D 0 40 N N 1 F N -F0 "D" 0 100 40 H V C CNN -F1 "DIODE" 0 -100 40 H V C CNN -F2 "" 0 0 60 H V C CNN -F3 "" 0 0 60 H V C CNN +DEF D_Small D 0 10 N N 1 F N +F0 "D" -50 80 50 H V L CNN +F1 "D_Small" -150 -80 50 H V L CNN +F2 "" 0 0 60 V V C CNN +F3 "" 0 0 60 V V C CNN $FPLIST - D? - S* + Diode_* + D-Pak_TO252AA + *SingleDiode + *SingleDiode* + *_Diode_* $ENDFPLIST DRAW -P 2 0 1 6 50 50 50 -50 N -P 3 0 1 0 -50 50 50 0 -50 -50 F -X A 1 -200 0 150 R 40 40 1 1 P -X K 2 200 0 150 L 40 40 1 1 P +P 2 0 1 0 -30 -40 -30 40 N +P 4 0 1 0 30 -40 -30 0 30 40 30 -40 F +X K 1 -100 0 70 R 50 50 1 1 P +X A 2 100 0 70 L 50 50 1 1 P ENDDRAW ENDDEF # # GND # -DEF ~GND #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 0 30 H I C CNN -F1 "GND" 0 -70 30 H I C CNN +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "GND" 0 -123 30 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N -X GND 1 0 0 0 U 30 30 1 1 W N +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 20 30 1 1 W N ENDDRAW ENDDEF # # HT # DEF HT #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 120 20 H I C CNN -F1 "HT" 0 90 30 H V C CNN +F0 "#PWR" 0 120 50 H I C CNN +F1 "HT" 0 90 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW @@ -264,8 +279,8 @@ ENDDEF # PWR_FLAG # DEF PWR_FLAG #FLG 0 0 N N 1 F P -F0 "#FLG" 0 95 30 H I C CNN -F1 "PWR_FLAG" 0 180 30 H V C CNN +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW @@ -277,35 +292,32 @@ ENDDEF # R # DEF R R 0 0 N Y 1 F N -F0 "R" 80 0 40 V V C CNN -F1 "R" 7 1 40 V V C CNN +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN F2 "" -70 0 30 V V C CNN F3 "" 0 0 30 H V C CNN $FPLIST - R? - SM0603 - SM0805 - R?-* - SM1206 + R_* + Resistor_* $ENDFPLIST DRAW -S -40 150 40 -150 0 1 12 N -X ~ 1 0 250 100 D 60 60 1 1 P -X ~ 2 0 -250 100 U 60 60 1 1 P +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P ENDDRAW ENDDEF # # VCC # DEF VCC #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 100 30 H I C CNN -F1 "VCC" 0 100 30 H V C CNN +F0 "#PWR" 0 -150 50 H I C CNN +F1 "VCC" 0 150 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X VCC 1 0 0 0 U 20 20 0 0 W N -C 0 50 20 0 1 0 N -P 3 0 1 0 0 0 0 30 0 30 N +C 0 75 25 0 1 0 N +P 2 0 1 0 0 0 0 50 N +X VCC 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # diff --git a/demos/complex_hierarchy/complex_hierarchy.cmp b/demos/complex_hierarchy/complex_hierarchy.cmp deleted file mode 100644 index 02d968d0e5..0000000000 --- a/demos/complex_hierarchy/complex_hierarchy.cmp +++ /dev/null @@ -1,479 +0,0 @@ -Cmp-Mod V01 Created by CvPCB (20100127 SVN-R2271)-unstable date = 28/01/2010 13:02:06 - -BeginCmp -TimeStamp = /4B03CEC2; -Reference = C1; -ValeurCmp = 47uF; -IdModule = CP6; -EndCmp - -BeginCmp -TimeStamp = /4AE173CF; -Reference = C2; -ValeurCmp = 47uF/20V; -IdModule = CP6; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1358; -Reference = C3; -ValeurCmp = 15nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1366; -Reference = C4; -ValeurCmp = 4,7nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1365; -Reference = C5; -ValeurCmp = 820pF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1358; -Reference = C6; -ValeurCmp = 15nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1366; -Reference = C7; -ValeurCmp = 4,7nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1365; -Reference = C8; -ValeurCmp = 820pF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1558; -Reference = C9; -ValeurCmp = 47uF/63V; -IdModule = CP8; -EndCmp - -BeginCmp -TimeStamp = /4B4B15E7; -Reference = C10; -ValeurCmp = 10uF; -IdModule = CP6; -EndCmp - -BeginCmp -TimeStamp = /4B4B15D9; -Reference = C11; -ValeurCmp = 10uF; -IdModule = CP6; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B4F3641; -Reference = C12; -ValeurCmp = 150nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B4F3641; -Reference = C14; -ValeurCmp = 150nF; -IdModule = C2; -EndCmp - -BeginCmp -TimeStamp = /4AE172F4; -Reference = D1; -ValeurCmp = 1N4007; -IdModule = D5; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1375; -Reference = D2; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1377; -Reference = D3; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A137B; -Reference = D4; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1375; -Reference = D5; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1377; -Reference = D6; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A137B; -Reference = D7; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B616AFA; -Reference = D8; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B616AFA; -Reference = D9; -ValeurCmp = 1N4148; -IdModule = D3; -EndCmp - -BeginCmp -TimeStamp = /4B3A12F4; -Reference = P1; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4AD71B06; -Reference = P2; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A136C; -Reference = P3; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1367; -Reference = P4; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A136C; -Reference = P5; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1367; -Reference = P6; -ValeurCmp = CONN_2; -IdModule = bornier2; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1360; -Reference = Q1; -ValeurCmp = MPAS92; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A137D; -Reference = Q2; -ValeurCmp = MPAS42; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A137C; -Reference = Q3; -ValeurCmp = MPAS92; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1379; -Reference = Q4; -ValeurCmp = MPAS42; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1360; -Reference = Q5; -ValeurCmp = MPAS92; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A137D; -Reference = Q6; -ValeurCmp = MPAS42; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A137C; -Reference = Q7; -ValeurCmp = MPAS92; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1379; -Reference = Q8; -ValeurCmp = MPAS42; -IdModule = TO92-CBE; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1376; -Reference = R3; -ValeurCmp = 470; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1374; -Reference = R4; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1364; -Reference = R5; -ValeurCmp = 47; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A136B; -Reference = R6; -ValeurCmp = 22K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1359; -Reference = R7; -ValeurCmp = 22K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1371; -Reference = R8; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A136D; -Reference = R9; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B61688C; -Reference = R10; -ValeurCmp = 5,6K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1362; -Reference = R11; -ValeurCmp = 4,7K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1370; -Reference = R12; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1376; -Reference = R13; -ValeurCmp = 470; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1374; -Reference = R14; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1364; -Reference = R15; -ValeurCmp = 47; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A136B; -Reference = R16; -ValeurCmp = 22K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1359; -Reference = R17; -ValeurCmp = 22K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1371; -Reference = R18; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A136D; -Reference = R19; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B61688C; -Reference = R20; -ValeurCmp = 5,6K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1362; -Reference = R21; -ValeurCmp = 4,7K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1370; -Reference = R22; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B4F363E; -Reference = R23; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B4F363E; -Reference = R24; -ValeurCmp = 1K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B616B96; -Reference = R25; -ValeurCmp = 47; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B617B88; -Reference = R26; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B616B96; -Reference = R27; -ValeurCmp = 47; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B617B88; -Reference = R28; -ValeurCmp = 220K; -IdModule = R3-LARGE_PADS; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1357; -Reference = RV1; -ValeurCmp = 4,7K; -IdModule = RV2; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1357; -Reference = RV2; -ValeurCmp = 4,7K; -IdModule = RV2; -EndCmp - -BeginCmp -TimeStamp = /4B4B1230; -Reference = U1; -ValeurCmp = ICL7660; -IdModule = DIP-8__300_ELL; -EndCmp - -BeginCmp -TimeStamp = /4B4B1532; -Reference = U2; -ValeurCmp = 78L05; -IdModule = LM78LXX; -EndCmp - -BeginCmp -TimeStamp = /4B3A1333/4B3A1368; -Reference = U3; -ValeurCmp = LM358N; -IdModule = DIP-8__300_ELL; -EndCmp - -BeginCmp -TimeStamp = /4B3A13A4/4B3A1368; -Reference = U4; -ValeurCmp = LM358N; -IdModule = DIP-8__300_ELL; -EndCmp - -EndListe diff --git a/demos/complex_hierarchy/complex_hierarchy.kicad_pcb b/demos/complex_hierarchy/complex_hierarchy.kicad_pcb index 405a8e3c8e..40508007c9 100644 --- a/demos/complex_hierarchy/complex_hierarchy.kicad_pcb +++ b/demos/complex_hierarchy/complex_hierarchy.kicad_pcb @@ -1,20 +1,22 @@ -(kicad_pcb (version 4) (host pcbnew "(2014-07-02 BZR 4969)-product") +(kicad_pcb (version 4) (host pcbnew "(2015-06-24 BZR 5819)-product") (general (links 112) (no_connects 0) - (area 84.619458 51.714399 192.240543 131.927601) + (area 88.163399 51.714399 188.696601 131.927601) (thickness 1.6002) (drawings 6) (tracks 360) (zones 0) (modules 68) - (nets 51) + (nets 53) ) (page A4) (title_block (title Actionneur_piezo) + (company "Kicad devs") + (comment 1 Demo) ) (layers @@ -89,56 +91,58 @@ ) (net 0 "") - (net 1 +12V) - (net 2 -VAA) - (net 3 /12Vext) - (net 4 /ampli_ht_horizontal/PIEZO_IN) - (net 5 /ampli_ht_horizontal/PIEZO_OUT) - (net 6 /ampli_ht_horizontal/S_OUT+) - (net 7 /ampli_ht_horizontal/Vpil_0_3,3V) - (net 8 /ampli_ht_vertical/PIEZO_IN) - (net 9 /ampli_ht_vertical/PIEZO_OUT) - (net 10 /ampli_ht_vertical/S_OUT+) - (net 11 /ampli_ht_vertical/Vpil_0_3,3V) - (net 12 GND) - (net 13 HT) - (net 14 "Net-(C10-Pad1)") - (net 15 "Net-(C10-Pad2)") - (net 16 "Net-(C12-Pad1)") - (net 17 "Net-(C14-Pad1)") - (net 18 "Net-(C3-Pad2)") - (net 19 "Net-(C4-Pad1)") - (net 20 "Net-(C5-Pad1)") - (net 21 "Net-(C6-Pad2)") - (net 22 "Net-(C7-Pad1)") - (net 23 "Net-(C8-Pad1)") - (net 24 "Net-(D2-Pad2)") - (net 25 "Net-(D3-Pad2)") - (net 26 "Net-(D4-Pad1)") - (net 27 "Net-(D4-Pad2)") - (net 28 "Net-(D5-Pad2)") - (net 29 "Net-(D6-Pad2)") - (net 30 "Net-(D7-Pad1)") - (net 31 "Net-(D7-Pad2)") - (net 32 "Net-(D8-Pad1)") - (net 33 "Net-(D9-Pad1)") - (net 34 "Net-(Q1-PadE)") - (net 35 "Net-(Q2-PadE)") - (net 36 "Net-(Q3-PadE)") - (net 37 "Net-(Q4-PadB)") - (net 38 "Net-(Q4-PadE)") - (net 39 "Net-(Q5-PadE)") - (net 40 "Net-(Q6-PadE)") - (net 41 "Net-(Q7-PadE)") - (net 42 "Net-(Q8-PadB)") - (net 43 "Net-(Q8-PadE)") - (net 44 "Net-(R11-Pad1)") - (net 45 "Net-(R19-Pad2)") - (net 46 "Net-(R21-Pad1)") - (net 47 "Net-(R9-Pad2)") - (net 48 "Net-(RV1-Pad2)") - (net 49 "Net-(RV2-Pad2)") - (net 50 VCC) + (net 1 -VAA) + (net 2 /12Vext) + (net 3 /ampli_ht_horizontal/PIEZO_IN) + (net 4 /ampli_ht_horizontal/PIEZO_OUT) + (net 5 /ampli_ht_horizontal/S_OUT+) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V) + (net 7 /ampli_ht_vertical/PIEZO_IN) + (net 8 /ampli_ht_vertical/PIEZO_OUT) + (net 9 /ampli_ht_vertical/S_OUT+) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V) + (net 11 GND) + (net 12 HT) + (net 13 "Net-(C10-Pad1)") + (net 14 "Net-(C10-Pad2)") + (net 15 "Net-(C12-Pad1)") + (net 16 "Net-(C14-Pad1)") + (net 17 "Net-(C3-Pad2)") + (net 18 "Net-(C4-Pad1)") + (net 19 "Net-(C5-Pad1)") + (net 20 "Net-(C6-Pad2)") + (net 21 "Net-(C7-Pad1)") + (net 22 "Net-(C8-Pad1)") + (net 23 "Net-(D4-Pad1)") + (net 24 "Net-(D4-Pad2)") + (net 25 "Net-(D7-Pad1)") + (net 26 "Net-(D7-Pad2)") + (net 27 "Net-(Q1-PadE)") + (net 28 "Net-(Q2-PadE)") + (net 29 "Net-(Q3-PadE)") + (net 30 "Net-(Q4-PadB)") + (net 31 "Net-(Q4-PadE)") + (net 32 "Net-(Q5-PadE)") + (net 33 "Net-(Q6-PadE)") + (net 34 "Net-(Q7-PadE)") + (net 35 "Net-(Q8-PadB)") + (net 36 "Net-(Q8-PadE)") + (net 37 "Net-(R11-Pad1)") + (net 38 "Net-(R19-Pad2)") + (net 39 "Net-(R21-Pad1)") + (net 40 "Net-(R9-Pad2)") + (net 41 "Net-(RV1-Pad2)") + (net 42 "Net-(RV2-Pad2)") + (net 43 VCC) + (net 44 "Net-(U1-Pad6)") + (net 45 "Net-(U1-Pad7)") + (net 46 +12V) + (net 47 "Net-(D2-Pad1)") + (net 48 "Net-(D3-Pad1)") + (net 49 "Net-(D5-Pad1)") + (net 50 "Net-(D6-Pad1)") + (net 51 "Net-(D8-Pad2)") + (net 52 "Net-(D9-Pad2)") (net_class Default "Ceci est la Netclass par défaut" (clearance 0.3) @@ -166,16 +170,16 @@ (add_net "Net-(C6-Pad2)") (add_net "Net-(C7-Pad1)") (add_net "Net-(C8-Pad1)") - (add_net "Net-(D2-Pad2)") - (add_net "Net-(D3-Pad2)") + (add_net "Net-(D2-Pad1)") + (add_net "Net-(D3-Pad1)") (add_net "Net-(D4-Pad1)") (add_net "Net-(D4-Pad2)") - (add_net "Net-(D5-Pad2)") - (add_net "Net-(D6-Pad2)") + (add_net "Net-(D5-Pad1)") + (add_net "Net-(D6-Pad1)") (add_net "Net-(D7-Pad1)") (add_net "Net-(D7-Pad2)") - (add_net "Net-(D8-Pad1)") - (add_net "Net-(D9-Pad1)") + (add_net "Net-(D8-Pad2)") + (add_net "Net-(D9-Pad2)") (add_net "Net-(Q1-PadE)") (add_net "Net-(Q2-PadE)") (add_net "Net-(Q3-PadE)") @@ -192,6 +196,8 @@ (add_net "Net-(R9-Pad2)") (add_net "Net-(RV1-Pad2)") (add_net "Net-(RV2-Pad2)") + (add_net "Net-(U1-Pad6)") + (add_net "Net-(U1-Pad7)") ) (net_class power "" @@ -208,7 +214,672 @@ (add_net VCC) ) - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4AE19637) + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF06) + (at 109.855 74.676 180) + (descr "Condensateur polarise") + (tags CP) + (path /4B03CEC2) + (fp_text reference C1 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 43 VCC)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF15) + (at 133.985 60.706 180) + (descr "Condensateur polarise") + (tags CP) + (path /4AE173CF) + (fp_text reference C2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF/20V (at 0.635 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (pad 2 thru_hole circle (at 7.62 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF24) + (at 116.205 110.236 180) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1358) + (fp_text reference C3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF2E) + (at 116.205 112.776) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1366) + (fp_text reference C4 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 4.7nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF38) + (at 140.716 130.048) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B3A1365) + (fp_text reference C5 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 820pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(C5-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF42) + (at 116.205 81.026 180) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1358) + (fp_text reference C6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF4C) + (at 116.205 84.836) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1366) + (fp_text reference C7 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 4.7nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF56) + (at 140.589 104.14) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B3A1365) + (fp_text reference C8 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 820pF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(C8-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP8 (layer Composant) (tedit 0) (tstamp 5592CF60) + (at 112.395 60.706 180) + (descr "Condensateur polarise") + (tags CP) + (path /4B3A1558) + (fp_text reference C9 (at 1.27 1.27 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47uF/63V (at 1.27 -1.27 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/CP8.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.8 0.8 0.8)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF70) + (at 147.32 77.216) + (descr "Condensateur polarise") + (tags CP) + (path /4B4B15E7) + (fp_text reference C10 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 13 "Net-(C10-Pad1)")) + (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 14 "Net-(C10-Pad2)")) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:CP6 (layer Composant) (tedit 0) (tstamp 5592CF7F) + (at 160.02 70.866 90) + (descr "Condensateur polarise") + (tags CP) + (path /4B4B15D9) + (fp_text reference C11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 10uF (at 0.635 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.15)) + (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.15)) + (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at -7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (pad 2 thru_hole circle (at 7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (model Discret.3dshapes/CP6.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.6 0.6 0.6)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF8E) + (at 116.205 107.061) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A1333/4B4F3641) + (fp_text reference C12 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 150nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:C2 (layer Composant) (tedit 54F2ADF4) (tstamp 5592CF98) + (at 116.205 78.486) + (descr "Condensateur = 2 pas") + (tags C) + (path /4B3A13A4/4B4F3641) + (fp_text reference C14 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.2))) + ) + (fp_text value 150nF (at 0 0) (layer F.SilkS) hide + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/capa_2pas_5x5mm.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D5 (layer Composant) (tedit 0) (tstamp 5592CFA2) + (at 109.855 68.326) + (descr "Diode 5 pas") + (tags "DIODE DEV") + (path /4AE172F4) + (fp_text reference D1 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4007 (at -0.254 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.15)) + (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.15)) + (pad 2 thru_hole circle (at -6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 2 /12Vext)) + (pad 1 thru_hole rect (at 6.35 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model Discret.3dshapes/D5.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.5 0.5 0.5)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFB1) + (at 131.445 106.426 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A1375) + (fp_text reference D2 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 "Net-(D2-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFC0) + (at 131.445 108.966 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A1377) + (fp_text reference D3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 "Net-(D3-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 47 "Net-(D2-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFCF) + (at 140.97 119.761 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B3A137B) + (fp_text reference D4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D4-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFDE) + (at 128.905 79.756 180) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A1375) + (fp_text reference D5 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 "Net-(D5-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFED) + (at 128.905 82.296) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A1377) + (fp_text reference D6 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 49 "Net-(D5-Pad1)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592CFFC) + (at 141.605 93.726 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B3A137B) + (fp_text reference D7 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(D7-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592D00B) + (at 144.78 119.761 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A1333/4B616AFA) + (fp_text reference D8 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 24 "Net-(D4-Pad2)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 51 "Net-(D8-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:D3 (layer Composant) (tedit 0) (tstamp 5592D01A) + (at 145.415 93.726 270) + (descr "Diode 3 pas") + (tags "DIODE DEV") + (path /4B3A13A4/4B616AFA) + (fp_text reference D9 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1N4148 (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 26 "Net-(D7-Pad2)")) + (pad 2 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (model Discret.3dshapes/D3.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D029) (at 95.885 59.436 270) (descr "Bornier d'alimentation 2 pins") (tags DEV) @@ -225,17 +896,44 @@ (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) + (net 12 HT)) (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl + (net 11 GND)) + (model Device/bornier_2.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4AE19639) + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D033) + (at 95.885 72.136 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4AD71B06) + (fp_text reference P2 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) + ) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 2 /12Vext)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Device/bornier_2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D03D) (at 182.245 120.396 90) (descr "Bornier d'alimentation 2 pins") (tags DEV) @@ -252,241 +950,98 @@ (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 9 /ampli_ht_vertical/PIEZO_OUT)) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl + (net 11 GND)) + (model Device/bornier_2.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module CP6 (layer Composant) (tedit 200000) (tstamp 4AE1963F) - (at 133.985 60.706 180) - (descr "Condensateur polarise") - (tags CP) - (path /4AE173CF) - (fp_text reference C2 (at 0 0 180) (layer F.SilkS) + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D047) + (at 94.615 114.046 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A1333/4B3A1367) + (fp_text reference P4 (at 0 -5.08 270) (layer F.SilkS) (effects (font (thickness 0.3048))) ) - (fp_text value 47uF/20V (at 0.635 0 180) (layer F.SilkS) hide + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) (effects (font (thickness 0.3048))) ) - (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -7.62 0 180) (size 2.159 2.159) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 1 +12V)) - (pad 2 thru_hole circle (at 7.62 0 180) (size 2.159 2.159) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/c_pol.wrl + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 7 /ampli_ht_vertical/PIEZO_IN)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Device/bornier_2.wrl (at (xyz 0 0 0)) - (scale (xyz 0.6 0.6 0.6)) + (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module CP6 (layer Composant) (tedit 200000) (tstamp 4AE19649) - (at 109.855 74.676 180) - (descr "Condensateur polarise") - (tags CP) - (path /4B03CEC2) - (fp_text reference C1 (at 0 0 180) (layer F.SilkS) + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D051) + (at 182.245 97.536 90) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A13A4/4B3A136C) + (fp_text reference P5 (at 0 -5.08 90) (layer F.SilkS) (effects (font (thickness 0.3048))) ) - (fp_text value 47uF (at 0.635 0 180) (layer F.SilkS) hide + (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) (effects (font (thickness 0.3048))) ) - (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -7.62 0 180) (size 2.159 2.159) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 50 VCC)) - (pad 2 thru_hole circle (at 7.62 0 180) (size 2.159 2.159) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/c_pol.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.6 0.6 0.6)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D5 (layer Composant) (tedit 4AE6E2DB) (tstamp 4AE19662) - (at 109.855 68.326) - (descr "Diode 5 pas") - (tags "DIODE DEV") - (path /4AE172F4) - (fp_text reference D1 (at 0 0) (layer F.SilkS) - (effects (font (size 1.524 1.016) (thickness 0.254))) - ) - (fp_text value 1N4007 (at -0.254 0) (layer F.SilkS) hide - (effects (font (size 1.524 1.016) (thickness 0.254))) - ) - (fp_line (start 6.35 0) (end 5.08 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 0) (end 5.08 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 -1.27) (end -5.08 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -1.27) (end -5.08 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 0) (end -6.35 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 0) (end -5.08 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 1.27) (end 5.08 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 1.27) (end 5.08 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 -1.27) (end 3.81 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 4.064 -1.27) (end 4.064 1.27) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -6.35 0) (size 2.032 2.032) (drill 1.143) (layers *.Cu *.Mask F.SilkS) - (net 3 /12Vext)) - (pad 2 thru_hole rect (at 6.35 0) (size 2.032 2.032) (drill 1.143) (layers *.Cu *.Mask F.SilkS) - (net 1 +12V)) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.5 0.5 0.5)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196A3) - (at 149.225 124.206 180) - (descr "Transistor TO92 brochage type BC237") - (tags "TR TO92") - (path /4B3A1333/4B3A137C) - (fp_text reference Q3 (at 0.762 0.635 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) - (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 36 "Net-(Q3-PadE)")) - (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 27 "Net-(D4-Pad2)")) - (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/to98.wrl + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Device/bornier_2.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196A5) - (at 131.445 88.646) - (descr "Transistor TO92 brochage type BC237") - (tags "TR TO92") - (path /4B3A13A4/4B3A1360) - (fp_text reference Q5 (at 0.762 0.635) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (module connect:bornier2 (layer Composant) (tedit 0) (tstamp 5592D05B) + (at 95.885 87.376 270) + (descr "Bornier d'alimentation 2 pins") + (tags DEV) + (path /4B3A13A4/4B3A1367) + (fp_text reference P6 (at 0 -5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) ) - (fp_text value MPAS92 (at 0.254 -3.048) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) + (effects (font (thickness 0.3048))) ) - (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) - (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 39 "Net-(Q5-PadE)")) - (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 29 "Net-(D6-Pad2)")) - (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 33 "Net-(D9-Pad1)")) - (model discret/to98.wrl + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) + (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 3 /ampli_ht_horizontal/PIEZO_IN)) + (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Device/bornier_2.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196A7) - (at 149.225 99.441 180) - (descr "Transistor TO92 brochage type BC237") - (tags "TR TO92") - (path /4B3A13A4/4B3A137C) - (fp_text reference Q7 (at 0.762 0.635 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) - (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 41 "Net-(Q7-PadE)")) - (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 31 "Net-(D7-Pad2)")) - (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/to98.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196A9) - (at 150.495 89.916) - (descr "Transistor TO92 brochage type BC237") - (tags "TR TO92") - (path /4B3A13A4/4B3A137D) - (fp_text reference Q6 (at 0.762 0.635) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) - (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 40 "Net-(Q6-PadE)")) - (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 33 "Net-(D9-Pad1)")) - (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (model discret/to98.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196AB) + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D065) (at 131.445 115.316) (descr "Transistor TO92 brochage type BC237") (tags "TR TO92") @@ -506,11 +1061,11 @@ (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 34 "Net-(Q1-PadE)")) + (net 27 "Net-(Q1-PadE)")) (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 25 "Net-(D3-Pad2)")) + (net 48 "Net-(D3-Pad1)")) (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 32 "Net-(D8-Pad1)")) + (net 51 "Net-(D8-Pad2)")) (model discret/to98.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -518,7 +1073,7 @@ ) ) - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196AD) + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D073) (at 150.495 116.586) (descr "Transistor TO92 brochage type BC237") (tags "TR TO92") @@ -538,11 +1093,11 @@ (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 35 "Net-(Q2-PadE)")) + (net 28 "Net-(Q2-PadE)")) (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 32 "Net-(D8-Pad1)")) + (net 51 "Net-(D8-Pad2)")) (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) + (net 12 HT)) (model discret/to98.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -550,7 +1105,39 @@ ) ) - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196AF) + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D081) + (at 149.225 124.206 180) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A1333/4B3A137C) + (fp_text reference Q3 (at 0.762 0.635 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/to98.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D08F) (at 132.715 125.476) (descr "Transistor TO92 brochage type BC237") (tags "TR TO92") @@ -570,11 +1157,11 @@ (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 38 "Net-(Q4-PadE)")) + (net 31 "Net-(Q4-PadE)")) (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 37 "Net-(Q4-PadB)")) + (net 30 "Net-(Q4-PadB)")) (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 27 "Net-(D4-Pad2)")) + (net 23 "Net-(D4-Pad1)")) (model discret/to98.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -582,7 +1169,103 @@ ) ) - (module TO92-CBE (layer Composant) (tedit 4718C200) (tstamp 4AE196B1) + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D09D) + (at 131.445 88.646) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A1360) + (fp_text reference Q5 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(Q5-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (model discret/to98.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0AB) + (at 150.495 89.916) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A137D) + (fp_text reference Q6 (at 0.762 0.635) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS42 (at 0.254 -3.048) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 52 "Net-(D9-Pad2)")) + (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (model discret/to98.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0B9) + (at 149.225 99.441 180) + (descr "Transistor TO92 brochage type BC237") + (tags "TR TO92") + (path /4B3A13A4/4B3A137C) + (fp_text reference Q7 (at 0.762 0.635 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_text value MPAS92 (at 0.254 -3.048 180) (layer F.SilkS) + (effects (font (size 1.016 1.016) (thickness 0.2032))) + ) + (fp_line (start -1.27 2.54) (end 2.54 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -1.27) (end 2.54 -2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start 2.54 -2.54) (end 1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start 1.27 -3.81) (end -1.27 -3.81) (layer F.SilkS) (width 0.3048)) + (fp_line (start -1.27 -3.81) (end -3.81 -1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.3048)) + (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) + (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) + (pad E thru_hole rect (at -1.27 1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (pad B thru_hole circle (at -1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad C thru_hole circle (at 1.27 -1.27 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model discret/to98.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:TO92-CBE (layer Composant) (tedit 0) (tstamp 5592D0C7) (at 131.445 98.806) (descr "Transistor TO92 brochage type BC237") (tags "TR TO92") @@ -602,11 +1285,11 @@ (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) (pad E thru_hole rect (at -1.27 1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 43 "Net-(Q8-PadE)")) + (net 36 "Net-(Q8-PadE)")) (pad B thru_hole circle (at -1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 42 "Net-(Q8-PadB)")) + (net 35 "Net-(Q8-PadB)")) (pad C thru_hole circle (at 1.27 -1.27) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 31 "Net-(D7-Pad2)")) + (net 25 "Net-(D7-Pad1)")) (model discret/to98.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -614,43 +1297,846 @@ ) ) - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4AE6C393) - (at 95.885 72.136 270) - (descr "Bornier d'alimentation 2 pins") - (tags DEV) - (path /4AD71B06) - (fp_text reference P2 (at 0 -5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0D5) + (at 142.875 108.966 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1376) + (fp_text reference R3 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) ) - (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) + (fp_text value 470 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) ) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 3 /12Vext)) - (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 27 "Net-(Q1-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0E2) + (at 122.555 119.126 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1374) + (fp_text reference R4 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 48 "Net-(D3-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0EF) + (at 169.545 119.126 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1364) + (fp_text reference R5 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q2-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D0FC) + (at 106.045 110.236 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A136B) + (fp_text reference R6 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D109) + (at 106.045 112.776 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1359) + (fp_text reference R7 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 17 "Net-(C3-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D116) + (at 122.555 128.016 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1371) + (fp_text reference R8 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 30 "Net-(Q4-PadB)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D123) + (at 130.683 120.142 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A136D) + (fp_text reference R9 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 31 "Net-(Q4-PadE)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 "Net-(R9-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D130) + (at 140.589 127.381 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B61688C) + (fp_text reference R10 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5,6K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 23 "Net-(D4-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 19 "Net-(C5-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D13D) + (at 102.87 122.936 90) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1362) + (fp_text reference R11 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 "Net-(R11-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D14A) + (at 156.21 120.396 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B3A1370) + (fp_text reference R12 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D157) + (at 141.605 86.106 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1376) + (fp_text reference R13 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 470 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 12 HT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 32 "Net-(Q5-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D164) + (at 141.605 81.026) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1374) + (fp_text reference R14 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 50 "Net-(D6-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D171) + (at 169.545 91.186 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1364) + (fp_text reference R15 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D17E) + (at 106.045 82.296 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A136B) + (fp_text reference R16 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D18B) + (at 106.045 84.836) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1359) + (fp_text reference R17 (at 0 0) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 22K (at 0 0) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 20 "Net-(C6-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D198) + (at 121.793 101.346 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1371) + (fp_text reference R18 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 35 "Net-(Q8-PadB)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1A5) + (at 122.301 94.996 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A136D) + (fp_text reference R19 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 36 "Net-(Q8-PadE)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 "Net-(R19-Pad2)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1B2) + (at 137.795 101.346 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B61688C) + (fp_text reference R20 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 5,6K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 25 "Net-(D7-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 22 "Net-(C8-Pad1)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1BF) + (at 102.235 98.806 90) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1362) + (fp_text reference R21 (at 0 0 90) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at 0 0 90) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 "Net-(R21-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1CC) + (at 156.845 93.726 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B3A1370) + (fp_text reference R22 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1D9) + (at 106.045 107.061 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B4F363E) + (fp_text reference R23 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 15 "Net-(C12-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 7 /ampli_ht_vertical/PIEZO_IN)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1E6) + (at 106.553 78.74 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B4F363E) + (fp_text reference R24 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 1K (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 16 "Net-(C14-Pad1)")) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 3 /ampli_ht_horizontal/PIEZO_IN)) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D1F3) + (at 169.545 122.936 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B616B96) + (fp_text reference R25 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 8 /ampli_ht_vertical/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 29 "Net-(Q3-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D200) + (at 160.02 120.396 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A1333/4B617B88) + (fp_text reference R26 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 28 "Net-(Q2-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D20D) + (at 169.545 97.536 180) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B616B96) + (fp_text reference R27 (at 0 0 180) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 47 (at 0 0 180) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 4 /ampli_ht_horizontal/PIEZO_OUT)) + (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 34 "Net-(Q7-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:R3-LARGE_PADS (layer Composant) (tedit 0) (tstamp 5592D21A) + (at 161.29 93.726 270) + (descr "Resitance 3 pas") + (tags R) + (path /4B3A13A4/4B617B88) + (fp_text reference R28 (at 0 0 270) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 220K (at 0 0 270) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15)) + (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15)) + (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 33 "Net-(Q6-PadE)")) + (model Discret.3dshapes/R3-LARGE_PADS.wrl + (at (xyz 0 0 0)) + (scale (xyz 0.3 0.3 0.3)) + (rotate (xyz 0 0 0)) + ) + ) + + (module discret:RV2 (layer Composant) (tedit 0) (tstamp 5592D227) + (at 95.885 124.206) + (descr "Resistance variable / potentiometre") + (tags R) + (path /4B3A1333/4B3A1357) + (fp_text reference RV1 (at 0 -5.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at -0.254 5.207) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 37 "Net-(R11-Pad1)")) + (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 "Net-(RV1-Pad2)")) + (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 9 /ampli_ht_vertical/S_OUT+)) + (model Discret.3dshapes/RV2.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module DIP-8__300_ELL (layer Composant) (tedit 200000) (tstamp 4AE6C394) + (module discret:RV2 (layer Composant) (tedit 0) (tstamp 5592D22E) + (at 95.885 98.806) + (descr "Resistance variable / potentiometre") + (tags R) + (path /4B3A13A4/4B3A1357) + (fp_text reference RV2 (at 0 -5.08) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 4,7K (at -0.254 5.207) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.15)) + (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 39 "Net-(R21-Pad1)")) + (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 "Net-(RV2-Pad2)")) + (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 5 /ampli_ht_horizontal/S_OUT+)) + (model Discret.3dshapes/RV2.wrl + (at (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D235) (at 149.225 68.326) (descr "8 pins DIL package, elliptical pads") (tags DIL) (path /4B4B1230) (fp_text reference U1 (at -6.35 0 90) (layer F.SilkS) - (effects (font (size 1.778 1.143) (thickness 0.28702))) + (effects (font (size 1.778 1.143) (thickness 0.3048))) ) (fp_text value ICL7660 (at 0 0) (layer F.SilkS) - (effects (font (size 1.778 1.016) (thickness 0.254))) + (effects (font (size 1.778 1.016) (thickness 0.3048))) ) (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) @@ -661,58 +2147,19 @@ (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 14 "Net-(C10-Pad1)")) + (net 13 "Net-(C10-Pad1)")) (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) + (net 11 GND)) (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 15 "Net-(C10-Pad2)")) + (net 14 "Net-(C10-Pad2)")) (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 2 -VAA)) - (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) - (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS)) - (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 50 VCC)) - (model dil/dil_8.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module DIP-8__300_ELL (layer Composant) (tedit 200000) (tstamp 4AE6C396) - (at 111.125 92.456) - (descr "8 pins DIL package, elliptical pads") - (tags DIL) - (path /4B3A13A4/4B3A1368) - (fp_text reference U4 (at -6.35 0 90) (layer F.SilkS) - (effects (font (size 1.778 1.143) (thickness 0.28702))) - ) - (fp_text value LM358N (at 0 0) (layer F.SilkS) - (effects (font (size 1.778 1.016) (thickness 0.254))) - ) - (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) - (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 45 "Net-(R19-Pad2)")) - (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 49 "Net-(RV2-Pad2)")) - (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 7 /ampli_ht_horizontal/Vpil_0_3,3V)) - (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 2 -VAA)) - (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 22 "Net-(C7-Pad1)")) + (net 1 -VAA)) (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 7 /ampli_ht_horizontal/Vpil_0_3,3V)) + (net 44 "Net-(U1-Pad6)")) (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 7 /ampli_ht_horizontal/Vpil_0_3,3V)) + (net 45 "Net-(U1-Pad7)")) (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 1 +12V)) + (net 43 VCC)) (model dil/dil_8.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -720,1254 +2167,7 @@ ) ) - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4B3A1599) - (at 94.615 114.046 270) - (descr "Bornier d'alimentation 2 pins") - (tags DEV) - (path /4B3A1333/4B3A1367) - (fp_text reference P4 (at 0 -5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 8 /ampli_ht_vertical/PIEZO_IN)) - (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4B3A159B) - (at 182.245 97.536 90) - (descr "Bornier d'alimentation 2 pins") - (tags DEV) - (path /4B3A13A4/4B3A136C) - (fp_text reference P5 (at 0 -5.08 90) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value CONN_2 (at 0 5.08 90) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 5 /ampli_ht_horizontal/PIEZO_OUT)) - (pad 2 thru_hole circle (at 2.54 0 90) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module bornier2 (layer Composant) (tedit 3EC0ED69) (tstamp 4B3A159D) - (at 95.885 87.376 270) - (descr "Bornier d'alimentation 2 pins") - (tags DEV) - (path /4B3A13A4/4B3A1367) - (fp_text reference P6 (at 0 -5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value CONN_2 (at 0 5.08 270) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 4 /ampli_ht_horizontal/PIEZO_IN)) - (pad 2 thru_hole circle (at 2.54 0 270) (size 2.54 2.54) (drill 1.524) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model device/bornier_2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module DIP-8__300_ELL (layer Composant) (tedit 200000) (tstamp 4B3A159E) - (at 111.125 120.396) - (descr "8 pins DIL package, elliptical pads") - (tags DIL) - (path /4B3A1333/4B3A1368) - (fp_text reference U3 (at -6.35 0 90) (layer F.SilkS) - (effects (font (size 1.778 1.143) (thickness 0.28702))) - ) - (fp_text value LM358N (at 0 0) (layer F.SilkS) - (effects (font (size 1.778 1.016) (thickness 0.254))) - ) - (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) - (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) - (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) - (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 47 "Net-(R9-Pad2)")) - (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 48 "Net-(RV1-Pad2)")) - (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 11 /ampli_ht_vertical/Vpil_0_3,3V)) - (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 2 -VAA)) - (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 19 "Net-(C4-Pad1)")) - (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 11 /ampli_ht_vertical/Vpil_0_3,3V)) - (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 11 /ampli_ht_vertical/Vpil_0_3,3V)) - (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 1 +12V)) - (model dil/dil_8.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B3A159F) - (at 130.683 120.142 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A136D) - (autoplace_cost180 10) - (fp_text reference R9 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 38 "Net-(Q4-PadE)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 47 "Net-(R9-Pad2)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B3A15A1) - (at 169.545 91.186 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1364) - (autoplace_cost180 10) - (fp_text reference R15 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 47 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 5 /ampli_ht_horizontal/PIEZO_OUT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 40 "Net-(Q6-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module RV2 (layer Composant) (tedit 3FA15781) (tstamp 4B3A15A2) - (at 95.885 124.206) - (descr "Resistance variable / potentiometre") - (tags R) - (path /4B3A1333/4B3A1357) - (autoplace_cost90 10) - (autoplace_cost180 10) - (fp_text reference RV1 (at 0 -5.08) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 4,7K (at -0.254 5.207) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.2032)) - (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 44 "Net-(R11-Pad1)")) - (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 48 "Net-(RV1-Pad2)")) - (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 10 /ampli_ht_vertical/S_OUT+)) - (model discret/adjustable_rx2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module RV2 (layer Composant) (tedit 3FA15781) (tstamp 4B3A15A4) - (at 95.885 98.806) - (descr "Resistance variable / potentiometre") - (tags R) - (path /4B3A13A4/4B3A1357) - (autoplace_cost90 10) - (autoplace_cost180 10) - (fp_text reference RV2 (at 0 -5.08) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 4,7K (at -0.254 5.207) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.2032)) - (pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 46 "Net-(R21-Pad1)")) - (pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 49 "Net-(RV2-Pad2)")) - (pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 6 /ampli_ht_horizontal/S_OUT+)) - (model discret/adjustable_rx2.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE19645) - (at 116.205 110.236 180) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A1333/4B3A1358) - (fp_text reference C3 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 11 /ampli_ht_vertical/Vpil_0_3,3V)) - (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 18 "Net-(C3-Pad2)")) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE1963D) - (at 116.205 112.776) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A1333/4B3A1366) - (fp_text reference C4 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 4,7nF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 19 "Net-(C4-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE19643) - (at 140.716 130.048) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A1333/4B3A1365) - (fp_text reference C5 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 820pF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 20 "Net-(C5-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE19647) - (at 116.205 81.026 180) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A13A4/4B3A1358) - (fp_text reference C6 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 15nF (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 7 /ampli_ht_horizontal/Vpil_0_3,3V)) - (pad 2 thru_hole circle (at 2.54 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 21 "Net-(C6-Pad2)")) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE1964A) - (at 116.205 84.836) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A13A4/4B3A1366) - (fp_text reference C7 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 4,7nF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 22 "Net-(C7-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module C2 (layer Composant) (tedit 200000) (tstamp 4AE1963B) - (at 140.589 104.14) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A13A4/4B3A1365) - (fp_text reference C8 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 820pF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 23 "Net-(C8-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl - (at (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (module CP8 (layer Composant) (tedit 200000) (tstamp 4AE19641) - (at 112.395 60.706 180) - (descr "Condensateur polarise") - (tags CP) - (path /4B3A1558) - (fp_text reference C9 (at 1.27 1.27 180) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value 47uF/63V (at 1.27 -1.27 180) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.3048)) - (fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (pad 2 thru_hole circle (at 10.16 0 180) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/c_pol.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.8 0.8 0.8)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE19660) - (at 131.445 106.426 180) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A1333/4B3A1375) - (fp_text reference D2 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 24 "Net-(D2-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE1965E) - (at 131.445 108.966 180) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A1333/4B3A1377) - (fp_text reference D3 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 25 "Net-(D3-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 24 "Net-(D2-Pad2)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE1965C) - (at 140.97 119.761 270) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A1333/4B3A137B) - (fp_text reference D4 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 27 "Net-(D4-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 26 "Net-(D4-Pad1)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE19666) - (at 128.905 79.756 180) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A13A4/4B3A1375) - (fp_text reference D5 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 28 "Net-(D5-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE1965A) - (at 128.905 82.296) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A13A4/4B3A1377) - (fp_text reference D6 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 29 "Net-(D6-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 28 "Net-(D5-Pad2)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4AE19664) - (at 141.605 93.726 270) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A13A4/4B3A137B) - (fp_text reference D7 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 31 "Net-(D7-Pad2)")) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 30 "Net-(D7-Pad1)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19678) - (at 142.875 108.966 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1376) - (autoplace_cost180 10) - (fp_text reference R3 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 470 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 34 "Net-(Q1-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1969E) - (at 122.555 119.126 270) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1374) - (autoplace_cost180 10) - (fp_text reference R4 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 25 "Net-(D3-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1967E) - (at 169.545 119.126 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1364) - (autoplace_cost180 10) - (fp_text reference R5 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 47 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 9 /ampli_ht_vertical/PIEZO_OUT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 35 "Net-(Q2-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1968C) - (at 106.045 110.236 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A136B) - (autoplace_cost180 10) - (fp_text reference R6 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 22K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 18 "Net-(C3-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 16 "Net-(C12-Pad1)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE196A0) - (at 106.045 112.776 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1359) - (autoplace_cost180 10) - (fp_text reference R7 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 22K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 19 "Net-(C4-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 18 "Net-(C3-Pad2)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19680) - (at 122.555 128.016 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1371) - (autoplace_cost180 10) - (fp_text reference R8 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 37 "Net-(Q4-PadB)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19694) - (at 140.589 127.381 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B61688C) - (autoplace_cost180 10) - (fp_text reference R10 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 5,6K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 27 "Net-(D4-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 20 "Net-(C5-Pad1)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19686) - (at 102.87 122.936 90) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1362) - (autoplace_cost180 10) - (fp_text reference R11 (at 0 0 90) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 4,7K (at 0 0 90) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 44 "Net-(R11-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1966C) - (at 156.21 120.396 270) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B3A1370) - (autoplace_cost180 10) - (fp_text reference R12 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 10 /ampli_ht_vertical/S_OUT+)) - (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 36 "Net-(Q3-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19682) - (at 141.605 86.106 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1376) - (autoplace_cost180 10) - (fp_text reference R13 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 470 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 13 HT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 39 "Net-(Q5-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B4B1A4E) - (at 141.605 81.026) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1374) - (autoplace_cost180 10) - (fp_text reference R14 (at 0 0) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 29 "Net-(D6-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19690) - (at 106.045 82.296 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A136B) - (autoplace_cost180 10) - (fp_text reference R16 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 22K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 21 "Net-(C6-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 17 "Net-(C14-Pad1)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19670) - (at 106.045 84.836) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1359) - (autoplace_cost180 10) - (fp_text reference R17 (at 0 0) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 22K (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 22 "Net-(C7-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 21 "Net-(C6-Pad2)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1967A) - (at 121.793 101.346 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1371) - (autoplace_cost180 10) - (fp_text reference R18 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 42 "Net-(Q8-PadB)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19692) - (at 122.301 94.996 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A136D) - (autoplace_cost180 10) - (fp_text reference R19 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 43 "Net-(Q8-PadE)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 45 "Net-(R19-Pad2)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1969A) - (at 137.795 101.346 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B61688C) - (autoplace_cost180 10) - (fp_text reference R20 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 5,6K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 31 "Net-(D7-Pad2)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 23 "Net-(C8-Pad1)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE1968E) - (at 102.235 98.806 90) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1362) - (autoplace_cost180 10) - (fp_text reference R21 (at 0 0 90) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 4,7K (at 0 0 90) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 46 "Net-(R21-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0 90) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4AE19684) - (at 156.845 93.726 270) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B3A1370) - (autoplace_cost180 10) - (fp_text reference R22 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 6 /ampli_ht_horizontal/S_OUT+)) - (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 41 "Net-(Q7-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module CP6 (layer Composant) (tedit 200000) (tstamp 4B4B1727) - (at 147.32 77.216) - (descr "Condensateur polarise") - (tags CP) - (path /4B4B15E7) - (fp_text reference C10 (at 0 0) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value 10uF (at 0.635 0) (layer F.SilkS) hide - (effects (font (thickness 0.3048))) - ) - (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 14 "Net-(C10-Pad1)")) - (pad 2 thru_hole circle (at 7.62 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 15 "Net-(C10-Pad2)")) - (model discret/c_pol.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.6 0.6 0.6)) - (rotate (xyz 0 0 0)) - ) - ) - - (module CP6 (layer Composant) (tedit 200000) (tstamp 4B4B1729) - (at 160.02 70.866 90) - (descr "Condensateur polarise") - (tags CP) - (path /4B4B15D9) - (fp_text reference C11 (at 0 0 90) (layer F.SilkS) - (effects (font (thickness 0.3048))) - ) - (fp_text value 10uF (at 0.635 0 90) (layer F.SilkS) hide - (effects (font (thickness 0.3048))) - ) - (fp_line (start -7.62 0) (end -6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 0.508) (end -6.604 0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 0.508) (end -6.604 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.604 -0.508) (end -6.096 -0.508) (layer F.SilkS) (width 0.3048)) - (fp_line (start 7.62 0) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 0) (end 6.604 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 -1.524) (end -6.096 -1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 -1.524) (end -6.096 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start -6.096 1.524) (end 6.604 1.524) (layer F.SilkS) (width 0.3048)) - (fp_line (start 6.604 1.524) (end 6.604 0) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole rect (at -7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (pad 2 thru_hole circle (at 7.62 0 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 2 -VAA)) - (model discret/c_pol.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.6 0.6 0.6)) - (rotate (xyz 0 0 0)) - ) - ) - - (module LM78LXX (layer Composant) (tedit 4B58205C) (tstamp 4AE19669) + (module discret:LM78LXX (layer Composant) (tedit 0) (tstamp 5592D247) (at 125.095 69.596 90) (descr "Regulateur TO92 serie LM78Lxx") (tags "TR TO92") @@ -1987,11 +2187,11 @@ (fp_line (start -3.81 1.27) (end -2.54 2.54) (layer F.SilkS) (width 0.3048)) (fp_line (start -2.54 2.54) (end -1.27 2.54) (layer F.SilkS) (width 0.3048)) (pad VI thru_hole circle (at 1.27 -1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 1 +12V)) - (pad GND thru_hole rect (at -1.27 -1.397 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) + (net 46 +12V)) + (pad GND thru_hole rect (at -1.27 -1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 11 GND)) (pad VO thru_hole circle (at -1.27 1.27 90) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 50 VCC)) + (net 43 VCC)) (model discret/to98.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -1999,310 +2199,88 @@ ) ) - (module C2 (layer Composant) (tedit 200000) (tstamp 4B581420) - (at 116.205 78.486) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A13A4/4B4F3641) - (fp_text reference C14 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D255) + (at 111.125 120.396) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4B3A1333/4B3A1368) + (fp_text reference U3 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) ) - (fp_text value 150nF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (fp_text value LM358N (at 0 0) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 17 "Net-(C14-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 40 "Net-(R9-Pad2)")) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 41 "Net-(RV1-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 18 "Net-(C4-Pad1)")) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 10 /ampli_ht_vertical/Vpil_0_3,3V)) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model dil/dil_8.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module C2 (layer Composant) (tedit 200000) (tstamp 4B581422) - (at 116.205 107.061) - (descr "Condensateur = 2 pas") - (tags C) - (path /4B3A1333/4B4F3641) - (fp_text reference C12 (at 0 0) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (module dip_sockets:DIP-8__300_ELL (layer Composant) (tedit 0) (tstamp 5592D267) + (at 111.125 92.456) + (descr "8 pins DIL package, elliptical pads") + (tags DIL) + (path /4B3A13A4/4B3A1368) + (fp_text reference U4 (at -6.35 0 90) (layer F.SilkS) + (effects (font (size 1.778 1.143) (thickness 0.3048))) ) - (fp_text value 150nF (at 0 0) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) + (fp_text value LM358N (at 0 0) (layer F.SilkS) + (effects (font (size 1.778 1.016) (thickness 0.3048))) ) - (fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 16 "Net-(C12-Pad1)")) - (pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 12 GND)) - (model discret/capa_2pas_5x5mm.wrl + (fp_line (start -5.08 -1.27) (end -3.81 -1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 -1.27) (end -3.81 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -3.81 1.27) (end -5.08 1.27) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 -2.54) (end 5.08 -2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 -2.54) (end 5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start 5.08 2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.381)) + (fp_line (start -5.08 2.54) (end -5.08 -2.54) (layer F.SilkS) (width 0.381)) + (pad 1 thru_hole rect (at -3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 38 "Net-(R19-Pad2)")) + (pad 2 thru_hole oval (at -1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 42 "Net-(RV2-Pad2)")) + (pad 3 thru_hole oval (at 1.27 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 4 thru_hole oval (at 3.81 3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 1 -VAA)) + (pad 5 thru_hole oval (at 3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 21 "Net-(C7-Pad1)")) + (pad 6 thru_hole oval (at 1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 7 thru_hole oval (at -1.27 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 6 /ampli_ht_horizontal/Vpil_0_3,3V)) + (pad 8 thru_hole oval (at -3.81 -3.81) (size 1.5748 2.286) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) + (net 46 +12V)) + (model dil/dil_8.wrl (at (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B581423) - (at 106.045 107.061 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B4F363E) - (autoplace_cost180 10) - (fp_text reference R23 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 16 "Net-(C12-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 8 /ampli_ht_vertical/PIEZO_IN)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B581425) - (at 106.553 78.74 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B4F363E) - (autoplace_cost180 10) - (fp_text reference R24 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 1K (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 17 "Net-(C14-Pad1)")) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 4 /ampli_ht_horizontal/PIEZO_IN)) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4B617CC8) - (at 145.415 93.726 270) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A13A4/4B616AFA) - (fp_text reference D9 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 30 "Net-(D7-Pad1)")) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 33 "Net-(D9-Pad1)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module D3 (layer Composant) (tedit 200000) (tstamp 4B617CCA) - (at 144.78 119.761 270) - (descr "Diode 3 pas") - (tags "DIODE DEV") - (path /4B3A1333/4B616AFA) - (fp_text reference D8 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_text value 1N4148 (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.016 1.016) (thickness 0.2032))) - ) - (fp_line (start 3.81 0) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 0) (end 3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 -1.016) (end -3.048 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 -1.016) (end -3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.81 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 0) (end -3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.048 1.016) (end 3.048 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.048 1.016) (end 3.048 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.54 -1.016) (end 2.54 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 2.286 1.016) (end 2.286 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 2 thru_hole rect (at 3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 26 "Net-(D4-Pad1)")) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 32 "Net-(D8-Pad1)")) - (model discret/diode.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B617CCB) - (at 169.545 122.936 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B616B96) - (autoplace_cost180 10) - (fp_text reference R25 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 47 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 9 /ampli_ht_vertical/PIEZO_OUT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 36 "Net-(Q3-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B617CCD) - (at 160.02 120.396 270) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A1333/4B617B88) - (autoplace_cost180 10) - (fp_text reference R26 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 10 /ampli_ht_vertical/S_OUT+)) - (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 35 "Net-(Q2-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B617CCF) - (at 169.545 97.536 180) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B616B96) - (autoplace_cost180 10) - (fp_text reference R27 (at 0 0 180) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 47 (at 0 0 180) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 5 /ampli_ht_horizontal/PIEZO_OUT)) - (pad 2 thru_hole circle (at 3.81 0 180) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 41 "Net-(Q7-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - - (module R3-LARGE_PADS (layer Composant) (tedit 47E26765) (tstamp 4B617CD1) - (at 161.29 93.726 270) - (descr "Resitance 3 pas") - (tags R) - (path /4B3A13A4/4B617B88) - (autoplace_cost180 10) - (fp_text reference R28 (at 0 0 270) (layer F.SilkS) - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_text value 220K (at 0 0 270) (layer F.SilkS) hide - (effects (font (size 1.397 1.27) (thickness 0.2032))) - ) - (fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.3048)) - (fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.3048)) - (fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.3048)) - (pad 1 thru_hole circle (at -3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 6 /ampli_ht_horizontal/S_OUT+)) - (pad 2 thru_hole circle (at 3.81 0 270) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask F.SilkS) - (net 40 "Net-(Q6-PadE)")) - (model discret/resistor.wrl - (at (xyz 0 0 0)) - (scale (xyz 0.3 0.3 0.3)) - (rotate (xyz 0 0 0)) - ) - ) - (gr_text "Actionneur\nPiezo New Amp\nV02" (at 175.641 68.326) (layer Composant) (effects (font (size 2.032 1.524) (thickness 0.3048))) ) @@ -2314,368 +2292,368 @@ (gr_line (start 188.595 51.816) (end 188.595 131.826) (angle 90) (layer Edge.Cuts) (width 0.2032)) (gr_line (start 88.265 51.816) (end 188.595 51.816) (angle 90) (layer Edge.Cuts) (width 0.2032)) - (segment (start 107.315 116.586) (end 97.54108 116.586) (width 0.6096) (layer Cuivre) (net 1) (status 800)) - (segment (start 97.54108 116.586) (end 94.68866 113.73358) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 94.68866 113.73358) (end 92.64904 113.73358) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 92.64904 113.73358) (end 91.6686 112.75314) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 91.6686 87.249) (end 91.6686 85.4837) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 91.6686 112.75314) (end 91.6686 87.249) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 116.205 70.03542) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 116.205 68.326) (end 116.205 70.03542) (width 0.6096) (layer Cuivre) (net 1) (status 800)) - (segment (start 116.205 68.326) (end 117.91442 68.326) (width 0.6096) (layer Cuivre) (net 1) (status 800)) - (segment (start 141.605 60.706) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1) (status 800)) - (segment (start 117.91442 68.326) (end 122.4915 63.74892) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 123.825 63.74892) (end 136.78916 63.74892) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 122.4915 63.74892) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 136.78916 63.74892) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 123.825 68.326) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 1) (status 800)) - (segment (start 91.6686 81.8134) (end 95.25 78.232) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 95.25 78.232) (end 99.568 78.232) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 99.568 78.232) (end 100.838 76.962) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 100.838 76.962) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 91.6686 85.4837) (end 91.6686 81.8134) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 98.298 87.249) (end 99.695 88.646) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 99.695 88.646) (end 107.315 88.646) (width 0.6096) (layer Cuivre) (net 1) (status 400)) - (segment (start 91.6686 87.249) (end 98.298 87.249) (width 0.6096) (layer Cuivre) (net 1)) - (segment (start 158.75 64.516) (end 160.02 63.246) (width 0.6096) (layer Cuivre) (net 2) (status 400)) - (segment (start 153.035 64.516) (end 158.75 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 800)) - (segment (start 128.905 76.581) (end 131.445 76.581) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 131.445 76.581) (end 140.97 67.056) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 140.97 67.056) (end 152.4 67.056) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 152.4 67.056) (end 153.035 66.421) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 153.035 66.421) (end 153.035 64.516) (width 0.6096) (layer Cuivre) (net 2) (status 400)) - (segment (start 122.555 89.916) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 120.015 92.456) (end 122.555 89.916) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 117.602 92.456) (end 120.015 92.456) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 114.935 95.123) (end 117.602 92.456) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 114.935 96.266) (end 114.935 95.123) (width 0.6096) (layer Cuivre) (net 2) (status 800)) - (segment (start 104.775 106.807) (end 104.775 109.601) (width 0.6096) (layer Composant) (net 2)) - (segment (start 107.061 104.521) (end 104.775 106.807) (width 0.6096) (layer Composant) (net 2)) - (segment (start 112.776 104.521) (end 107.061 104.521) (width 0.6096) (layer Composant) (net 2)) - (segment (start 114.935 102.362) (end 112.776 104.521) (width 0.6096) (layer Composant) (net 2)) - (segment (start 114.935 96.266) (end 114.935 102.108) (width 0.6096) (layer Composant) (net 2) (status 800)) - (segment (start 104.775 109.601) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2)) - (segment (start 114.935 102.108) (end 114.935 102.362) (width 0.6096) (layer Composant) (net 2)) - (segment (start 128.143 76.581) (end 127 77.724) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 127 77.724) (end 123.317 77.724) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 123.317 77.724) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 128.905 76.581) (end 128.143 76.581) (width 0.6096) (layer Cuivre) (net 2)) - (segment (start 113.411 126.492) (end 105.41 126.492) (width 0.6096) (layer Composant) (net 2)) - (segment (start 105.41 126.492) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 2)) - (segment (start 114.681 126.492) (end 114.935 126.238) (width 0.6096) (layer Composant) (net 2)) - (segment (start 114.935 126.238) (end 114.935 124.206) (width 0.6096) (layer Composant) (net 2) (status 400)) - (segment (start 113.411 126.492) (end 114.681 126.492) (width 0.6096) (layer Composant) (net 2)) - (segment (start 95.885 69.596) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 3) (status 800)) - (segment (start 103.505 68.326) (end 98.92792 68.326) (width 0.6096) (layer Cuivre) (net 3) (status 800)) - (segment (start 98.92792 68.326) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 3)) - (segment (start 95.885 84.836) (end 95.885 83.185) (width 0.4318) (layer Cuivre) (net 4) (status 800)) - (segment (start 98.552 80.518) (end 100.965 80.518) (width 0.4318) (layer Cuivre) (net 4)) - (segment (start 95.885 83.185) (end 98.552 80.518) (width 0.4318) (layer Cuivre) (net 4)) - (segment (start 100.965 80.518) (end 102.743 78.74) (width 0.4318) (layer Cuivre) (net 4) (status 400)) - (segment (start 173.355 97.536) (end 173.355 91.186) (width 0.4318) (layer Cuivre) (net 5) (status C00)) - (segment (start 173.355 100.076) (end 182.245 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 400)) - (segment (start 173.355 97.536) (end 173.355 100.076) (width 0.4318) (layer Cuivre) (net 5) (status 800)) - (segment (start 156.845 89.916) (end 156.845 92.456) (width 0.4318) (layer Cuivre) (net 6) (status 800)) - (segment (start 135.89 91.186) (end 139.065 88.011) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 139.065 88.011) (end 142.24 88.011) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 142.24 88.011) (end 143.51 89.281) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 143.51 89.281) (end 143.51 91.821) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 143.51 91.821) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 135.89 92.71) (end 135.89 91.186) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 98.425 100.076) (end 98.48596 100.01504) (width 0.4318) (layer Cuivre) (net 6) (status 800)) - (segment (start 113.7285 102.0445) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 116.586 99.187) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 98.48596 100.01504) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 105.7275 102.0445) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 105.7275 102.0445) (end 113.7285 102.0445) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 118.618 99.187) (end 119.888 99.187) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 119.888 99.187) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 123.698 92.71) (end 120.523 95.885) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 120.523 95.885) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 135.89 92.71) (end 123.698 92.71) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 118.618 99.187) (end 116.586 99.187) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 156.845 89.916) (end 161.29 89.916) (width 0.4318) (layer Cuivre) (net 6) (status C00)) - (segment (start 154.305 94.996) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 156.845 92.456) (end 154.305 94.996) (width 0.4318) (layer Cuivre) (net 6)) - (segment (start 116.84 89.916) (end 116.078 90.678) (width 0.4318) (layer Cuivre) (net 7)) - (segment (start 116.84 83.566) (end 116.84 89.916) (width 0.4318) (layer Cuivre) (net 7)) - (segment (start 114.427 90.678) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status 400)) - (segment (start 112.395 88.646) (end 112.395 96.266) (width 0.4318) (layer Cuivre) (net 7) (status C00)) - (segment (start 116.078 90.678) (end 114.427 90.678) (width 0.4318) (layer Cuivre) (net 7)) - (segment (start 118.745 81.661) (end 116.84 83.566) (width 0.4318) (layer Cuivre) (net 7)) - (segment (start 118.745 81.026) (end 118.745 81.661) (width 0.4318) (layer Cuivre) (net 7) (status 800)) - (segment (start 109.855 88.646) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 7) (status C00)) - (segment (start 94.615 111.506) (end 94.615 108.204) (width 0.4318) (layer Cuivre) (net 8) (status 800)) - (segment (start 94.615 108.204) (end 95.758 107.061) (width 0.4318) (layer Cuivre) (net 8)) - (segment (start 95.758 107.061) (end 102.235 107.061) (width 0.4318) (layer Cuivre) (net 8) (status 400)) - (segment (start 173.355 122.936) (end 182.245 122.936) (width 0.4318) (layer Cuivre) (net 9) (status C00)) - (segment (start 173.355 122.936) (end 173.355 119.126) (width 0.4318) (layer Cuivre) (net 9) (status C00)) - (segment (start 117.221 126.746) (end 115.189 128.778) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 124.0155 125.9205) (end 131.572 118.364) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 131.572 118.364) (end 133.35 118.364) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 118.0465 125.9205) (end 117.221 126.746) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 106.553 128.778) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 115.189 128.778) (end 106.553 128.778) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 124.0155 125.9205) (end 118.0465 125.9205) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 99.695 125.476) (end 101.092 124.079) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 103.886 124.079) (end 105.029 125.222) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 101.092 124.079) (end 103.886 124.079) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 105.029 125.222) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 98.425 125.476) (end 99.695 125.476) (width 0.4318) (layer Cuivre) (net 10) (status 800)) - (segment (start 160.02 116.586) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status C00)) - (segment (start 152.4 120.396) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 10) (status 400)) - (segment (start 152.4 120.396) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 134.112 118.364) (end 138.43 114.046) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 138.43 114.046) (end 141.605 114.046) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 141.605 114.046) (end 142.875 115.316) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 142.875 115.316) (end 142.875 117.221) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 142.875 117.221) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 133.35 118.364) (end 134.112 118.364) (width 0.4318) (layer Cuivre) (net 10)) - (segment (start 112.395 124.206) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 11) (status 800)) - (segment (start 118.745 110.236) (end 117.983 110.236) (width 0.4318) (layer Cuivre) (net 11) (status 800)) - (segment (start 116.713 111.506) (end 116.713 112.522) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 112.395 116.586) (end 109.855 116.586) (width 0.4318) (layer Cuivre) (net 11) (status C00)) - (segment (start 117.983 110.236) (end 116.713 111.506) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 112.395 121.158) (end 112.395 116.586) (width 0.4318) (layer Cuivre) (net 11) (status 400)) - (segment (start 116.713 113.792) (end 118.618 115.697) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 118.618 115.697) (end 118.618 119.253) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 118.618 119.253) (end 116.713 121.158) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 116.713 121.158) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 116.713 112.522) (end 116.713 113.792) (width 0.4318) (layer Cuivre) (net 11)) - (segment (start 160.02 72.771) (end 160.02 78.486) (width 0.6096) (layer Cuivre) (net 12) (status 400)) - (segment (start 156.21 68.961) (end 160.02 72.771) (width 0.6096) (layer Cuivre) (net 12)) - (segment (start 123.825 70.866) (end 125.73 68.961) (width 0.6096) (layer Cuivre) (net 12)) - (segment (start 123.698 70.866) (end 123.825 70.866) (width 0.6096) (layer Cuivre) (net 12) (status 800)) - (segment (start 151.765 68.961) (end 156.21 68.961) (width 0.6096) (layer Cuivre) (net 12)) - (segment (start 150.495 72.136) (end 150.495 70.231) (width 0.6096) (layer Cuivre) (net 12) (status 800)) - (segment (start 150.495 70.231) (end 151.765 68.961) (width 0.6096) (layer Cuivre) (net 12)) - (segment (start 152.4 82.931) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 154.305 106.426) (end 151.765 108.966) (width 0.6096) (layer Composant) (net 13)) - (segment (start 121.76506 60.706) (end 120.97258 60.706) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 154.305 86.106) (end 154.305 106.426) (width 0.6096) (layer Composant) (net 13)) - (segment (start 151.765 83.566) (end 154.305 86.106) (width 0.6096) (layer Composant) (net 13)) - (segment (start 147.955 83.566) (end 151.765 83.566) (width 0.6096) (layer Composant) (net 13)) - (segment (start 151.765 108.966) (end 146.685 108.966) (width 0.6096) (layer Composant) (net 13) (status 400)) - (segment (start 142.11046 82.80146) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400)) - (segment (start 151.765 88.646) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 164.465 61.341) (end 164.465 77.851) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 149.225 86.106) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 13) (status 400)) - (segment (start 159.385 82.931) (end 152.4 82.931) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 120.97258 60.706) (end 117.16258 56.896) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 117.16258 56.896) (end 95.885 56.896) (width 0.6096) (layer Cuivre) (net 13) (status 400)) - (segment (start 151.765 114.04854) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 151.765 115.316) (end 151.765 114.04854) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 146.685 108.966) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 121.76506 60.706) (end 124.8537 57.61736) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 135.76046 82.80146) (end 142.11046 82.80146) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 140.716 106.426) (end 140.843 106.426) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 160.74136 57.61736) (end 164.465 61.341) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 135.255 106.426) (end 140.716 106.426) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 145.415 86.106) (end 147.955 83.566) (width 0.6096) (layer Composant) (net 13) (status 800)) - (segment (start 140.843 106.426) (end 143.383 108.966) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 143.383 108.966) (end 146.685 108.966) (width 0.6096) (layer Cuivre) (net 13) (status 400)) - (segment (start 164.465 77.851) (end 159.385 82.931) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 132.715 79.756) (end 135.76046 82.80146) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 124.8537 57.61736) (end 160.74136 57.61736) (width 0.6096) (layer Cuivre) (net 13)) - (segment (start 122.555 60.706) (end 121.76506 60.706) (width 0.6096) (layer Cuivre) (net 13) (status 800)) - (segment (start 139.7 71.501) (end 142.24 68.961) (width 0.4318) (layer Cuivre) (net 14)) - (segment (start 139.7 77.216) (end 139.7 71.501) (width 0.4318) (layer Cuivre) (net 14) (status 800)) - (segment (start 146.685 68.961) (end 147.955 70.231) (width 0.4318) (layer Cuivre) (net 14)) - (segment (start 142.24 68.961) (end 146.685 68.961) (width 0.4318) (layer Cuivre) (net 14)) - (segment (start 147.955 70.231) (end 147.955 72.136) (width 0.4318) (layer Cuivre) (net 14) (status 400)) - (segment (start 153.035 75.311) (end 154.94 77.216) (width 0.4318) (layer Cuivre) (net 15) (status 400)) - (segment (start 153.035 72.136) (end 153.035 75.311) (width 0.4318) (layer Cuivre) (net 15) (status 800)) - (segment (start 102.997 110.236) (end 106.172 107.061) (width 0.4318) (layer Cuivre) (net 16)) - (segment (start 109.855 107.061) (end 113.665 107.061) (width 0.4318) (layer Cuivre) (net 16) (status C00)) - (segment (start 102.235 110.236) (end 102.997 110.236) (width 0.4318) (layer Cuivre) (net 16) (status 800)) - (segment (start 106.172 107.061) (end 109.855 107.061) (width 0.4318) (layer Cuivre) (net 16) (status 400)) - (segment (start 106.807 82.296) (end 110.363 78.74) (width 0.4318) (layer Cuivre) (net 17) (status 400)) - (segment (start 113.411 78.74) (end 113.665 78.486) (width 0.4318) (layer Cuivre) (net 17) (status 400)) - (segment (start 110.363 78.74) (end 113.411 78.74) (width 0.4318) (layer Cuivre) (net 17) (status 800)) - (segment (start 102.235 82.296) (end 106.807 82.296) (width 0.4318) (layer Cuivre) (net 17) (status 800)) - (segment (start 102.235 112.776) (end 104.775 110.236) (width 0.4318) (layer Cuivre) (net 18) (status 800)) - (segment (start 104.775 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status 400)) - (segment (start 113.665 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 18) (status C00)) - (segment (start 113.665 112.776) (end 114.935 114.046) (width 0.4318) (layer Cuivre) (net 19) (status 800)) - (segment (start 114.935 114.046) (end 114.935 116.586) (width 0.4318) (layer Cuivre) (net 19) (status 400)) - (segment (start 109.855 112.776) (end 113.665 112.776) (width 0.4318) (layer Cuivre) (net 19) (status C00)) - (segment (start 136.779 128.651) (end 138.176 130.048) (width 0.4318) (layer Cuivre) (net 20) (status 400)) - (segment (start 136.779 127.381) (end 136.779 128.651) (width 0.4318) (layer Cuivre) (net 20) (status 800)) - (segment (start 109.855 81.661) (end 110.49 81.026) (width 0.4318) (layer Cuivre) (net 21)) - (segment (start 110.49 81.026) (end 113.665 81.026) (width 0.4318) (layer Cuivre) (net 21) (status 400)) - (segment (start 109.855 84.836) (end 109.855 82.296) (width 0.4318) (layer Cuivre) (net 21) (status C00)) - (segment (start 109.855 82.296) (end 109.855 81.661) (width 0.4318) (layer Cuivre) (net 21) (status 800)) - (segment (start 104.013 86.614) (end 102.235 84.836) (width 0.4318) (layer Cuivre) (net 22) (status 400)) - (segment (start 113.665 84.836) (end 113.03 84.836) (width 0.4318) (layer Cuivre) (net 22) (status 800)) - (segment (start 111.252 86.614) (end 104.013 86.614) (width 0.4318) (layer Cuivre) (net 22)) - (segment (start 113.665 84.836) (end 113.665 85.471) (width 0.4318) (layer Cuivre) (net 22) (status 800)) - (segment (start 113.03 84.836) (end 111.252 86.614) (width 0.4318) (layer Cuivre) (net 22)) - (segment (start 114.935 86.741) (end 114.935 88.646) (width 0.4318) (layer Cuivre) (net 22) (status 400)) - (segment (start 113.665 85.471) (end 114.935 86.741) (width 0.4318) (layer Cuivre) (net 22)) - (segment (start 133.985 101.346) (end 135.255 101.346) (width 0.4318) (layer Cuivre) (net 23) (status 800)) - (segment (start 135.255 101.346) (end 138.049 104.14) (width 0.4318) (layer Cuivre) (net 23) (status 400)) - (segment (start 135.255 108.966) (end 131.37642 108.966) (width 0.4318) (layer Cuivre) (net 24) (status 800)) - (segment (start 131.37642 108.966) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24)) - (segment (start 127.635 106.426) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 24) (status 800)) - (segment (start 122.555 115.24742) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 25)) - (segment (start 130.175 112.70742) (end 130.175 114.046) (width 0.4318) (layer Cuivre) (net 25) (status 400)) - (segment (start 122.555 115.316) (end 122.555 115.24742) (width 0.4318) (layer Cuivre) (net 25) (status 800)) - (segment (start 127.635 108.966) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 25) (status 800)) - (segment (start 127.635 110.16742) (end 130.175 112.70742) (width 0.4318) (layer Cuivre) (net 25)) - (segment (start 140.97 115.951) (end 140.97 118.491) (width 0.4318) (layer Cuivre) (net 26) (status 800)) - (segment (start 140.97 118.491) (end 144.78 122.301) (width 0.4318) (layer Cuivre) (net 26)) - (segment (start 144.78 122.301) (end 144.78 123.571) (width 0.4318) (layer Cuivre) (net 26) (status 400)) - (segment (start 150.495 126.746) (end 150.495 125.476) (width 0.4318) (layer Cuivre) (net 27) (status 400)) - (segment (start 149.225 128.016) (end 150.495 126.746) (width 0.4318) (layer Cuivre) (net 27)) - (segment (start 145.415 128.016) (end 149.225 128.016) (width 0.4318) (layer Cuivre) (net 27)) - (segment (start 144.78 127.381) (end 145.415 128.016) (width 0.4318) (layer Cuivre) (net 27)) - (segment (start 144.399 127.381) (end 144.78 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 800)) - (segment (start 137.795 124.206) (end 138.43 123.571) (width 0.4318) (layer Cuivre) (net 27)) - (segment (start 138.43 123.571) (end 140.97 123.571) (width 0.4318) (layer Cuivre) (net 27) (status 400)) - (segment (start 133.985 124.206) (end 137.795 124.206) (width 0.4318) (layer Cuivre) (net 27) (status 800)) - (segment (start 140.97 123.952) (end 144.399 127.381) (width 0.4318) (layer Cuivre) (net 27) (status 400)) - (segment (start 140.97 123.571) (end 140.97 123.952) (width 0.4318) (layer Cuivre) (net 27) (status 800)) - (segment (start 125.095 79.756) (end 125.095 82.296) (width 0.4318) (layer Cuivre) (net 28) (status C00)) - (segment (start 130.175 84.201) (end 130.175 87.376) (width 0.4318) (layer Cuivre) (net 29) (status 400)) - (segment (start 135.89 77.851) (end 131.445 77.851) (width 0.4318) (layer Cuivre) (net 29)) - (segment (start 137.795 79.756) (end 135.89 77.851) (width 0.4318) (layer Cuivre) (net 29)) - (segment (start 130.175 79.756) (end 132.715 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 400)) - (segment (start 130.175 79.121) (end 130.175 79.756) (width 0.4318) (layer Cuivre) (net 29)) - (segment (start 132.08 82.296) (end 130.175 84.201) (width 0.4318) (layer Cuivre) (net 29)) - (segment (start 132.715 82.296) (end 132.08 82.296) (width 0.4318) (layer Cuivre) (net 29) (status 800)) - (segment (start 131.445 77.851) (end 130.175 79.121) (width 0.4318) (layer Cuivre) (net 29)) - (segment (start 137.795 81.026) (end 137.795 79.756) (width 0.4318) (layer Cuivre) (net 29) (status 800)) - (segment (start 145.415 95.631) (end 145.415 97.536) (width 0.4318) (layer Cuivre) (net 30) (status 400)) - (segment (start 141.605 89.916) (end 141.605 91.821) (width 0.4318) (layer Cuivre) (net 30) (status 800)) - (segment (start 141.605 91.821) (end 145.415 95.631) (width 0.4318) (layer Cuivre) (net 30)) - (segment (start 141.605 97.536) (end 141.67358 97.536) (width 0.4318) (layer Cuivre) (net 31) (status 800)) - (segment (start 141.67358 97.536) (end 139.85494 99.35464) (width 0.4318) (layer Cuivre) (net 31)) - (segment (start 141.605 97.536) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status C00)) - (segment (start 150.495 101.346) (end 149.225 102.616) (width 0.4318) (layer Cuivre) (net 31)) - (segment (start 149.225 102.616) (end 145.415 102.616) (width 0.4318) (layer Cuivre) (net 31)) - (segment (start 145.415 102.616) (end 144.145 101.346) (width 0.4318) (layer Cuivre) (net 31)) - (segment (start 144.145 101.346) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 400)) - (segment (start 150.495 100.711) (end 150.495 101.346) (width 0.4318) (layer Cuivre) (net 31) (status 800)) - (segment (start 139.85494 99.35464) (end 134.53364 99.35464) (width 0.4318) (layer Cuivre) (net 31)) - (segment (start 134.53364 99.35464) (end 132.715 97.536) (width 0.4318) (layer Cuivre) (net 31) (status 400)) - (segment (start 144.78 113.411) (end 144.78 112.776) (width 0.4318) (layer Cuivre) (net 32)) - (segment (start 144.78 115.951) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800)) - (segment (start 136.525 114.046) (end 132.715 114.046) (width 0.4318) (layer Cuivre) (net 32) (status 400)) - (segment (start 147.32 113.411) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 32)) - (segment (start 149.225 115.316) (end 147.32 113.411) (width 0.4318) (layer Cuivre) (net 32) (status 800)) - (segment (start 144.78 112.776) (end 144.145 112.141) (width 0.4318) (layer Cuivre) (net 32)) - (segment (start 144.145 112.141) (end 138.43 112.141) (width 0.4318) (layer Cuivre) (net 32)) - (segment (start 138.43 112.141) (end 136.525 114.046) (width 0.4318) (layer Cuivre) (net 32)) - (segment (start 145.415 88.646) (end 149.225 88.646) (width 0.4318) (layer Cuivre) (net 33) (status 400)) - (segment (start 145.415 89.916) (end 145.415 88.646) (width 0.4318) (layer Cuivre) (net 33) (status 800)) - (segment (start 135.94334 84.14766) (end 132.715 87.376) (width 0.4318) (layer Cuivre) (net 33) (status 400)) - (segment (start 138.37666 84.14766) (end 135.94334 84.14766) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 139.7 84.201) (end 138.43 84.201) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 138.43 84.201) (end 138.37666 84.14766) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 143.51 88.011) (end 139.7 84.201) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 144.78 88.011) (end 143.51 88.011) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 145.415 88.646) (end 144.78 88.011) (width 0.4318) (layer Cuivre) (net 33)) - (segment (start 130.514 116.586) (end 131.44787 115.65213) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E3697F)) - (segment (start 131.44787 115.65213) (end 131.44787 113.25213) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36982)) - (segment (start 131.44787 113.25213) (end 132.7 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36985)) - (segment (start 132.7 112) (end 136.031 112) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36987)) - (segment (start 136.031 112) (end 139.065 108.966) (width 0.4) (layer Cuivre) (net 34) (tstamp 52E36988)) - (segment (start 130.175 116.586) (end 130.514 116.586) (width 0.4) (layer Cuivre) (net 34)) - (segment (start 163.83 114.046) (end 161.925 114.046) (width 0.4318) (layer Cuivre) (net 35)) - (segment (start 165.735 115.951) (end 163.83 114.046) (width 0.4318) (layer Cuivre) (net 35)) - (segment (start 152.4 117.856) (end 149.225 117.856) (width 0.4318) (layer Cuivre) (net 35) (status 400)) - (segment (start 156.21 114.046) (end 152.4 117.856) (width 0.4318) (layer Cuivre) (net 35)) - (segment (start 161.925 114.046) (end 156.21 114.046) (width 0.4318) (layer Cuivre) (net 35)) - (segment (start 165.735 119.126) (end 165.735 115.951) (width 0.4318) (layer Cuivre) (net 35) (status 800)) - (segment (start 160.02 121.031) (end 161.925 119.126) (width 0.4318) (layer Cuivre) (net 35)) - (segment (start 161.925 119.126) (end 165.735 119.126) (width 0.4318) (layer Cuivre) (net 35) (status 400)) - (segment (start 160.02 124.206) (end 160.02 121.031) (width 0.4318) (layer Cuivre) (net 35) (status 800)) - (segment (start 154.94 122.936) (end 156.21 124.206) (width 0.4318) (layer Cuivre) (net 36) (status 400)) - (segment (start 150.495 122.936) (end 154.94 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 800)) - (segment (start 156.21 126.111) (end 156.845 126.746) (width 0.4318) (layer Cuivre) (net 36)) - (segment (start 156.845 126.746) (end 162.56 126.746) (width 0.4318) (layer Cuivre) (net 36)) - (segment (start 162.56 126.746) (end 163.195 126.111) (width 0.4318) (layer Cuivre) (net 36)) - (segment (start 163.195 126.111) (end 165.735 122.936) (width 0.4318) (layer Cuivre) (net 36) (status 400)) - (segment (start 156.21 124.206) (end 156.21 126.111) (width 0.4318) (layer Cuivre) (net 36) (status 800)) - (segment (start 126.365 128.016) (end 130.175 124.206) (width 0.4318) (layer Cuivre) (net 37) (status 800)) - (segment (start 130.175 124.206) (end 131.445 124.206) (width 0.4318) (layer Cuivre) (net 37) (status 400)) - (segment (start 132.715 125.476) (end 131.445 126.746) (width 0.4318) (layer Cuivre) (net 38) (status 400)) - (segment (start 134.493 120.142) (end 134.112 120.142) (width 0.4318) (layer Cuivre) (net 38) (status 800)) - (segment (start 132.715 121.539) (end 132.715 125.476) (width 0.4318) (layer Cuivre) (net 38)) - (segment (start 134.112 120.142) (end 132.715 121.539) (width 0.4318) (layer Cuivre) (net 38)) - (segment (start 130.175 89.916) (end 135.001 89.916) (width 0.4318) (layer Cuivre) (net 39) (status 800)) - (segment (start 135.001 89.916) (end 137.795 87.122) (width 0.4318) (layer Cuivre) (net 39)) - (segment (start 137.795 87.122) (end 137.795 86.106) (width 0.4318) (layer Cuivre) (net 39) (status 400)) - (segment (start 163.83 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 165.735 88.011) (end 163.83 86.106) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 154.305 89.916) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 149.225 91.186) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 800)) - (segment (start 155.575 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 154.305 87.376) (end 155.575 86.106) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 154.305 89.916) (end 154.305 87.376) (width 0.4318) (layer Cuivre) (net 40)) - (segment (start 165.735 91.186) (end 165.735 88.011) (width 0.4318) (layer Cuivre) (net 40) (status 800)) - (segment (start 161.29 95.631) (end 165.735 91.186) (width 0.4318) (layer Cuivre) (net 40) (status 400)) - (segment (start 161.29 97.536) (end 161.29 95.631) (width 0.4318) (layer Cuivre) (net 40) (status 800)) - (segment (start 156.845 97.536) (end 156.845 98.806) (width 0.4318) (layer Cuivre) (net 41) (status 800)) - (segment (start 158.115 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41)) - (segment (start 156.845 98.806) (end 158.115 100.076) (width 0.4318) (layer Cuivre) (net 41)) - (segment (start 156.21 98.171) (end 156.845 97.536) (width 0.4318) (layer Cuivre) (net 41) (status 400)) - (segment (start 150.495 98.171) (end 156.21 98.171) (width 0.4318) (layer Cuivre) (net 41) (status 800)) - (segment (start 165.735 98.806) (end 164.465 100.076) (width 0.4318) (layer Cuivre) (net 41)) - (segment (start 164.465 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 41)) - (segment (start 165.735 97.536) (end 165.735 98.806) (width 0.4318) (layer Cuivre) (net 41) (status 800)) - (segment (start 130.175 97.536) (end 126.365 97.536) (width 0.4318) (layer Cuivre) (net 42) (status 800)) - (segment (start 125.603 98.298) (end 125.603 101.346) (width 0.4318) (layer Cuivre) (net 42) (status 400)) - (segment (start 126.365 97.536) (end 125.603 98.298) (width 0.4318) (layer Cuivre) (net 42)) - (segment (start 124.46 103.632) (end 126.619 103.632) (width 0.4318) (layer Cuivre) (net 43)) - (segment (start 126.111 94.996) (end 124.841 94.996) (width 0.4318) (layer Cuivre) (net 43) (status 800)) - (segment (start 124.841 94.996) (end 123.19 96.647) (width 0.4318) (layer Cuivre) (net 43)) - (segment (start 123.19 102.362) (end 124.46 103.632) (width 0.4318) (layer Cuivre) (net 43)) - (segment (start 123.19 96.647) (end 123.19 102.362) (width 0.4318) (layer Cuivre) (net 43)) - (segment (start 126.619 103.632) (end 130.175 100.076) (width 0.4318) (layer Cuivre) (net 43) (status 400)) - (segment (start 95.885 128.016) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 44)) - (segment (start 93.345 125.476) (end 95.885 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800)) - (segment (start 102.87 126.746) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 44) (status 800)) - (segment (start 115.824 98.171) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 107.315 96.266) (end 107.315 97.536) (width 0.4318) (layer Cuivre) (net 45) (status 800)) - (segment (start 114.935 99.06) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 107.315 97.536) (end 108.839 99.06) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 117.348 98.171) (end 118.491 97.028) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 116.967 98.171) (end 117.348 98.171) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 116.967 98.171) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 108.839 99.06) (end 114.046 99.06) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 114.046 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 45)) - (segment (start 118.491 97.028) (end 118.491 94.996) (width 0.4318) (layer Cuivre) (net 45) (status 400)) - (segment (start 93.345 100.076) (end 95.885 102.616) (width 0.4318) (layer Cuivre) (net 46) (status 800)) - (segment (start 95.885 102.616) (end 102.235 102.616) (width 0.4318) (layer Cuivre) (net 46) (status 400)) - (segment (start 116.5225 125.9205) (end 115.57 126.873) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 116.5225 125.9205) (end 117.348 125.095) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 108.712 126.873) (end 107.315 125.476) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 117.348 125.095) (end 123.444 125.095) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 115.57 126.873) (end 108.712 126.873) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 107.315 125.476) (end 107.315 124.206) (width 0.4318) (layer Cuivre) (net 47) (status 400)) - (segment (start 123.444 125.095) (end 126.873 121.666) (width 0.4318) (layer Cuivre) (net 47)) - (segment (start 126.873 121.666) (end 126.873 120.142) (width 0.4318) (layer Cuivre) (net 47) (status 400)) - (segment (start 103.505 121.539) (end 109.093 121.539) (width 0.4318) (layer Cuivre) (net 48)) - (segment (start 109.855 122.301) (end 109.855 124.206) (width 0.4318) (layer Cuivre) (net 48) (status 400)) - (segment (start 95.885 122.936) (end 102.108 122.936) (width 0.4318) (layer Cuivre) (net 48) (status 800)) - (segment (start 102.108 122.936) (end 103.505 121.539) (width 0.4318) (layer Cuivre) (net 48)) - (segment (start 109.093 121.539) (end 109.855 122.301) (width 0.4318) (layer Cuivre) (net 48)) - (segment (start 104.394 97.536) (end 105.283 96.647) (width 0.4318) (layer Cuivre) (net 49)) - (segment (start 109.093 92.837) (end 109.855 93.599) (width 0.4318) (layer Cuivre) (net 49)) - (segment (start 109.855 93.599) (end 109.855 96.266) (width 0.4318) (layer Cuivre) (net 49) (status 400)) - (segment (start 95.885 97.536) (end 104.394 97.536) (width 0.4318) (layer Cuivre) (net 49) (status 800)) - (segment (start 105.283 96.647) (end 105.283 93.726) (width 0.4318) (layer Cuivre) (net 49)) - (segment (start 106.172 92.837) (end 109.093 92.837) (width 0.4318) (layer Cuivre) (net 49)) - (segment (start 105.283 93.726) (end 106.172 92.837) (width 0.4318) (layer Cuivre) (net 49)) - (segment (start 126.365 70.866) (end 133.35 70.866) (width 0.6096) (layer Cuivre) (net 50) (status 800)) - (segment (start 125.73 74.676) (end 126.365 74.041) (width 0.6096) (layer Cuivre) (net 50)) - (segment (start 126.365 74.041) (end 126.365 70.866) (width 0.6096) (layer Cuivre) (net 50) (status 400)) - (segment (start 117.475 74.676) (end 125.73 74.676) (width 0.6096) (layer Cuivre) (net 50) (status 800)) - (segment (start 133.35 70.866) (end 139.7 64.516) (width 0.6096) (layer Cuivre) (net 50)) - (segment (start 139.7 64.516) (end 145.415 64.516) (width 0.6096) (layer Cuivre) (net 50) (status 400)) + (segment (start 158.75 64.516) (end 160.02 63.246) (width 0.6096) (layer Cuivre) (net 1) (status 400)) + (segment (start 153.035 64.516) (end 158.75 64.516) (width 0.6096) (layer Cuivre) (net 1) (status 800)) + (segment (start 128.905 76.581) (end 131.445 76.581) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 131.445 76.581) (end 140.97 67.056) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 140.97 67.056) (end 152.4 67.056) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 152.4 67.056) (end 153.035 66.421) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 153.035 66.421) (end 153.035 64.516) (width 0.6096) (layer Cuivre) (net 1) (status 400)) + (segment (start 122.555 89.916) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 120.015 92.456) (end 122.555 89.916) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 117.602 92.456) (end 120.015 92.456) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 114.935 95.123) (end 117.602 92.456) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 114.935 96.266) (end 114.935 95.123) (width 0.6096) (layer Cuivre) (net 1) (status 800)) + (segment (start 104.775 106.807) (end 104.775 109.601) (width 0.6096) (layer Composant) (net 1)) + (segment (start 107.061 104.521) (end 104.775 106.807) (width 0.6096) (layer Composant) (net 1)) + (segment (start 112.776 104.521) (end 107.061 104.521) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 102.362) (end 112.776 104.521) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 96.266) (end 114.935 102.108) (width 0.6096) (layer Composant) (net 1) (status 800)) + (segment (start 104.775 109.601) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 102.108) (end 114.935 102.362) (width 0.6096) (layer Composant) (net 1)) + (segment (start 128.143 76.581) (end 127 77.724) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 127 77.724) (end 123.317 77.724) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 123.317 77.724) (end 122.555 78.486) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 128.905 76.581) (end 128.143 76.581) (width 0.6096) (layer Cuivre) (net 1)) + (segment (start 113.411 126.492) (end 105.41 126.492) (width 0.6096) (layer Composant) (net 1)) + (segment (start 105.41 126.492) (end 104.775 125.857) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.681 126.492) (end 114.935 126.238) (width 0.6096) (layer Composant) (net 1)) + (segment (start 114.935 126.238) (end 114.935 124.206) (width 0.6096) (layer Composant) (net 1) (status 400)) + (segment (start 113.411 126.492) (end 114.681 126.492) (width 0.6096) (layer Composant) (net 1)) + (segment (start 95.885 69.596) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 2) (status 800)) + (segment (start 98.92792 68.326) (end 97.65792 69.596) (width 0.6096) (layer Cuivre) (net 2)) + (segment (start 103.505 68.326) (end 98.92792 68.326) (width 0.6096) (layer Cuivre) (net 2) (status 800)) + (segment (start 95.885 84.836) (end 95.885 83.185) (width 0.4318) (layer Cuivre) (net 3) (status 800)) + (segment (start 98.552 80.518) (end 100.965 80.518) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 95.885 83.185) (end 98.552 80.518) (width 0.4318) (layer Cuivre) (net 3)) + (segment (start 100.965 80.518) (end 102.743 78.74) (width 0.4318) (layer Cuivre) (net 3) (status 400)) + (segment (start 173.355 97.536) (end 173.355 91.186) (width 0.4318) (layer Cuivre) (net 4) (status C00)) + (segment (start 173.355 100.076) (end 182.245 100.076) (width 0.4318) (layer Cuivre) (net 4) (status 400)) + (segment (start 173.355 97.536) (end 173.355 100.076) (width 0.4318) (layer Cuivre) (net 4) (status 800)) + (segment (start 156.845 89.916) (end 156.845 92.456) (width 0.4318) (layer Cuivre) (net 5) (status 800)) + (segment (start 135.89 91.186) (end 139.065 88.011) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 139.065 88.011) (end 142.24 88.011) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 142.24 88.011) (end 143.51 89.281) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 143.51 89.281) (end 143.51 91.821) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 143.51 91.821) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 135.89 92.71) (end 135.89 91.186) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 98.425 100.076) (end 98.48596 100.01504) (width 0.4318) (layer Cuivre) (net 5) (status 800)) + (segment (start 113.7285 102.0445) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 116.586 99.187) (end 116.078 99.695) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 98.48596 100.01504) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 105.7275 102.0445) (end 103.69804 100.01504) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 105.7275 102.0445) (end 113.7285 102.0445) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 118.618 99.187) (end 119.888 99.187) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 119.888 99.187) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 123.698 92.71) (end 120.523 95.885) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 120.523 95.885) (end 120.523 98.552) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 135.89 92.71) (end 123.698 92.71) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 118.618 99.187) (end 116.586 99.187) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 156.845 89.916) (end 161.29 89.916) (width 0.4318) (layer Cuivre) (net 5) (status C00)) + (segment (start 154.305 94.996) (end 146.685 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 156.845 92.456) (end 154.305 94.996) (width 0.4318) (layer Cuivre) (net 5)) + (segment (start 116.84 89.916) (end 116.078 90.678) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 116.84 83.566) (end 116.84 89.916) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 114.427 90.678) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 6) (status 400)) + (segment (start 112.395 88.646) (end 112.395 96.266) (width 0.4318) (layer Cuivre) (net 6) (status C00)) + (segment (start 116.078 90.678) (end 114.427 90.678) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 118.745 81.661) (end 116.84 83.566) (width 0.4318) (layer Cuivre) (net 6)) + (segment (start 118.745 81.026) (end 118.745 81.661) (width 0.4318) (layer Cuivre) (net 6) (status 800)) + (segment (start 109.855 88.646) (end 112.395 88.646) (width 0.4318) (layer Cuivre) (net 6) (status C00)) + (segment (start 94.615 111.506) (end 94.615 108.204) (width 0.4318) (layer Cuivre) (net 7) (status 800)) + (segment (start 94.615 108.204) (end 95.758 107.061) (width 0.4318) (layer Cuivre) (net 7)) + (segment (start 95.758 107.061) (end 102.235 107.061) (width 0.4318) (layer Cuivre) (net 7) (status 400)) + (segment (start 173.355 122.936) (end 182.245 122.936) (width 0.4318) (layer Cuivre) (net 8) (status C00)) + (segment (start 173.355 122.936) (end 173.355 119.126) (width 0.4318) (layer Cuivre) (net 8) (status C00)) + (segment (start 117.221 126.746) (end 115.189 128.778) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 124.0155 125.9205) (end 131.572 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 131.572 118.364) (end 133.35 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 118.0465 125.9205) (end 117.221 126.746) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 106.553 128.778) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 115.189 128.778) (end 106.553 128.778) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 124.0155 125.9205) (end 118.0465 125.9205) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 99.695 125.476) (end 101.092 124.079) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 103.886 124.079) (end 105.029 125.222) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 101.092 124.079) (end 103.886 124.079) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 105.029 125.222) (end 105.029 127.254) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 98.425 125.476) (end 99.695 125.476) (width 0.4318) (layer Cuivre) (net 9) (status 800)) + (segment (start 160.02 116.586) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 9) (status C00)) + (segment (start 152.4 120.396) (end 156.21 116.586) (width 0.4318) (layer Cuivre) (net 9) (status 400)) + (segment (start 152.4 120.396) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 134.112 118.364) (end 138.43 114.046) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 138.43 114.046) (end 141.605 114.046) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 141.605 114.046) (end 142.875 115.316) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 142.875 115.316) (end 142.875 117.221) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 142.875 117.221) (end 146.05 120.396) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 133.35 118.364) (end 134.112 118.364) (width 0.4318) (layer Cuivre) (net 9)) + (segment (start 112.395 124.206) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 10) (status 800)) + (segment (start 118.745 110.236) (end 117.983 110.236) (width 0.4318) (layer Cuivre) (net 10) (status 800)) + (segment (start 116.713 111.506) (end 116.713 112.522) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 112.395 116.586) (end 109.855 116.586) (width 0.4318) (layer Cuivre) (net 10) (status C00)) + (segment (start 117.983 110.236) (end 116.713 111.506) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 112.395 121.158) (end 112.395 116.586) (width 0.4318) (layer Cuivre) (net 10) (status 400)) + (segment (start 116.713 113.792) (end 118.618 115.697) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 118.618 115.697) (end 118.618 119.253) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 118.618 119.253) (end 116.713 121.158) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 116.713 121.158) (end 112.395 121.158) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 116.713 112.522) (end 116.713 113.792) (width 0.4318) (layer Cuivre) (net 10)) + (segment (start 160.02 72.771) (end 160.02 78.486) (width 0.6096) (layer Cuivre) (net 11) (status 400)) + (segment (start 156.21 68.961) (end 160.02 72.771) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 123.825 70.866) (end 125.73 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 123.698 70.866) (end 123.825 70.866) (width 0.6096) (layer Cuivre) (net 11) (status 800)) + (segment (start 151.765 68.961) (end 156.21 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 150.495 72.136) (end 150.495 70.231) (width 0.6096) (layer Cuivre) (net 11) (status 800)) + (segment (start 150.495 70.231) (end 151.765 68.961) (width 0.6096) (layer Cuivre) (net 11)) + (segment (start 152.4 82.931) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 154.305 106.426) (end 151.765 108.966) (width 0.6096) (layer Composant) (net 12)) + (segment (start 121.76506 60.706) (end 120.97258 60.706) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 154.305 86.106) (end 154.305 106.426) (width 0.6096) (layer Composant) (net 12)) + (segment (start 151.765 83.566) (end 154.305 86.106) (width 0.6096) (layer Composant) (net 12)) + (segment (start 147.955 83.566) (end 151.765 83.566) (width 0.6096) (layer Composant) (net 12)) + (segment (start 151.765 108.966) (end 146.685 108.966) (width 0.6096) (layer Composant) (net 12) (status 400)) + (segment (start 142.11046 82.80146) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 151.765 88.646) (end 149.225 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 164.465 61.341) (end 164.465 77.851) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 149.225 86.106) (end 145.415 86.106) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 159.385 82.931) (end 152.4 82.931) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 120.97258 60.706) (end 117.16258 56.896) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 117.16258 56.896) (end 95.885 56.896) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 151.765 114.04854) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 151.765 115.316) (end 151.765 114.04854) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 146.685 108.966) (end 150.93696 113.21542) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 121.76506 60.706) (end 124.8537 57.61736) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 135.76046 82.80146) (end 142.11046 82.80146) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 160.74136 57.61736) (end 164.465 61.341) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 145.415 86.106) (end 147.955 83.566) (width 0.6096) (layer Composant) (net 12) (status 800)) + (segment (start 143.383 108.966) (end 146.685 108.966) (width 0.6096) (layer Cuivre) (net 12) (status 400)) + (segment (start 164.465 77.851) (end 159.385 82.931) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 124.8537 57.61736) (end 160.74136 57.61736) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 122.555 60.706) (end 121.76506 60.706) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 140.716 106.426) (end 140.843 106.426) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 140.843 106.426) (end 143.383 108.966) (width 0.6096) (layer Cuivre) (net 12)) + (segment (start 135.255 106.426) (end 140.716 106.426) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 132.715 79.756) (end 135.76046 82.80146) (width 0.6096) (layer Cuivre) (net 12) (status 800)) + (segment (start 139.7 71.501) (end 142.24 68.961) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 139.7 77.216) (end 139.7 71.501) (width 0.4318) (layer Cuivre) (net 13) (status 800)) + (segment (start 146.685 68.961) (end 147.955 70.231) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 142.24 68.961) (end 146.685 68.961) (width 0.4318) (layer Cuivre) (net 13)) + (segment (start 147.955 70.231) (end 147.955 72.136) (width 0.4318) (layer Cuivre) (net 13) (status 400)) + (segment (start 153.035 75.311) (end 154.94 77.216) (width 0.4318) (layer Cuivre) (net 14) (status 400)) + (segment (start 153.035 72.136) (end 153.035 75.311) (width 0.4318) (layer Cuivre) (net 14) (status 800)) + (segment (start 102.997 110.236) (end 106.172 107.061) (width 0.4318) (layer Cuivre) (net 15)) + (segment (start 109.855 107.061) (end 113.665 107.061) (width 0.4318) (layer Cuivre) (net 15) (status C00)) + (segment (start 102.235 110.236) (end 102.997 110.236) (width 0.4318) (layer Cuivre) (net 15) (status 800)) + (segment (start 106.172 107.061) (end 109.855 107.061) (width 0.4318) (layer Cuivre) (net 15) (status 400)) + (segment (start 106.807 82.296) (end 110.363 78.74) (width 0.4318) (layer Cuivre) (net 16) (status 400)) + (segment (start 113.411 78.74) (end 113.665 78.486) (width 0.4318) (layer Cuivre) (net 16) (status 400)) + (segment (start 110.363 78.74) (end 113.411 78.74) (width 0.4318) (layer Cuivre) (net 16) (status 800)) + (segment (start 102.235 82.296) (end 106.807 82.296) (width 0.4318) (layer Cuivre) (net 16) (status 800)) + (segment (start 102.235 112.776) (end 104.775 110.236) (width 0.4318) (layer Cuivre) (net 17) (status 800)) + (segment (start 104.775 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 17) (status 400)) + (segment (start 113.665 110.236) (end 109.855 110.236) (width 0.4318) (layer Cuivre) (net 17) (status C00)) + (segment (start 113.665 112.776) (end 114.935 114.046) (width 0.4318) (layer Cuivre) (net 18) (status 800)) + (segment (start 114.935 114.046) (end 114.935 116.586) (width 0.4318) (layer Cuivre) (net 18) (status 400)) + (segment (start 109.855 112.776) (end 113.665 112.776) (width 0.4318) (layer Cuivre) (net 18) (status C00)) + (segment (start 136.779 128.651) (end 138.176 130.048) (width 0.4318) (layer Cuivre) (net 19) (status 400)) + (segment (start 136.779 127.381) (end 136.779 128.651) (width 0.4318) (layer Cuivre) (net 19) (status 800)) + (segment (start 109.855 81.661) (end 110.49 81.026) (width 0.4318) (layer Cuivre) (net 20)) + (segment (start 110.49 81.026) (end 113.665 81.026) (width 0.4318) (layer Cuivre) (net 20) (status 400)) + (segment (start 109.855 84.836) (end 109.855 82.296) (width 0.4318) (layer Cuivre) (net 20) (status C00)) + (segment (start 109.855 82.296) (end 109.855 81.661) (width 0.4318) (layer Cuivre) (net 20) (status 800)) + (segment (start 104.013 86.614) (end 102.235 84.836) (width 0.4318) (layer Cuivre) (net 21) (status 400)) + (segment (start 113.665 84.836) (end 113.03 84.836) (width 0.4318) (layer Cuivre) (net 21) (status 800)) + (segment (start 111.252 86.614) (end 104.013 86.614) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 113.665 84.836) (end 113.665 85.471) (width 0.4318) (layer Cuivre) (net 21) (status 800)) + (segment (start 113.03 84.836) (end 111.252 86.614) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 114.935 86.741) (end 114.935 88.646) (width 0.4318) (layer Cuivre) (net 21) (status 400)) + (segment (start 113.665 85.471) (end 114.935 86.741) (width 0.4318) (layer Cuivre) (net 21)) + (segment (start 133.985 101.346) (end 135.255 101.346) (width 0.4318) (layer Cuivre) (net 22) (status 800)) + (segment (start 135.255 101.346) (end 138.049 104.14) (width 0.4318) (layer Cuivre) (net 22) (status 400)) + (segment (start 138.43 123.571) (end 140.97 123.571) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 140.97 123.952) (end 144.399 127.381) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 140.97 123.571) (end 140.97 123.952) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 137.795 124.206) (end 138.43 123.571) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 150.495 126.746) (end 150.495 125.476) (width 0.4318) (layer Cuivre) (net 23) (status 400)) + (segment (start 149.225 128.016) (end 150.495 126.746) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 145.415 128.016) (end 149.225 128.016) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 144.78 127.381) (end 145.415 128.016) (width 0.4318) (layer Cuivre) (net 23)) + (segment (start 144.399 127.381) (end 144.78 127.381) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 133.985 124.206) (end 137.795 124.206) (width 0.4318) (layer Cuivre) (net 23) (status 800)) + (segment (start 140.97 115.951) (end 140.97 118.491) (width 0.4318) (layer Cuivre) (net 24) (status 800)) + (segment (start 140.97 118.491) (end 144.78 122.301) (width 0.4318) (layer Cuivre) (net 24)) + (segment (start 144.78 122.301) (end 144.78 123.571) (width 0.4318) (layer Cuivre) (net 24) (status 400)) + (segment (start 141.605 97.536) (end 141.67358 97.536) (width 0.4318) (layer Cuivre) (net 25) (status 800)) + (segment (start 141.67358 97.536) (end 139.85494 99.35464) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 141.605 97.536) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 25) (status C00)) + (segment (start 139.85494 99.35464) (end 134.53364 99.35464) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 150.495 101.346) (end 149.225 102.616) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 149.225 102.616) (end 145.415 102.616) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 145.415 102.616) (end 144.145 101.346) (width 0.4318) (layer Cuivre) (net 25)) + (segment (start 144.145 101.346) (end 141.605 101.346) (width 0.4318) (layer Cuivre) (net 25) (status 400)) + (segment (start 150.495 100.711) (end 150.495 101.346) (width 0.4318) (layer Cuivre) (net 25) (status 800)) + (segment (start 134.53364 99.35464) (end 132.715 97.536) (width 0.4318) (layer Cuivre) (net 25) (status 400)) + (segment (start 141.605 89.916) (end 141.605 91.821) (width 0.4318) (layer Cuivre) (net 26) (status 800)) + (segment (start 141.605 91.821) (end 145.415 95.631) (width 0.4318) (layer Cuivre) (net 26)) + (segment (start 145.415 95.631) (end 145.415 97.536) (width 0.4318) (layer Cuivre) (net 26) (status 400)) + (segment (start 130.514 116.586) (end 131.44787 115.65213) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E3697F)) + (segment (start 131.44787 115.65213) (end 131.44787 113.25213) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36982)) + (segment (start 131.44787 113.25213) (end 132.7 112) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36985)) + (segment (start 132.7 112) (end 136.031 112) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36987)) + (segment (start 136.031 112) (end 139.065 108.966) (width 0.4) (layer Cuivre) (net 27) (tstamp 52E36988)) + (segment (start 130.175 116.586) (end 130.514 116.586) (width 0.4) (layer Cuivre) (net 27)) + (segment (start 163.83 114.046) (end 161.925 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 165.735 115.951) (end 163.83 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 152.4 117.856) (end 149.225 117.856) (width 0.4318) (layer Cuivre) (net 28) (status 400)) + (segment (start 156.21 114.046) (end 152.4 117.856) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 161.925 114.046) (end 156.21 114.046) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 165.735 119.126) (end 165.735 115.951) (width 0.4318) (layer Cuivre) (net 28) (status 800)) + (segment (start 160.02 121.031) (end 161.925 119.126) (width 0.4318) (layer Cuivre) (net 28)) + (segment (start 161.925 119.126) (end 165.735 119.126) (width 0.4318) (layer Cuivre) (net 28) (status 400)) + (segment (start 160.02 124.206) (end 160.02 121.031) (width 0.4318) (layer Cuivre) (net 28) (status 800)) + (segment (start 154.94 122.936) (end 156.21 124.206) (width 0.4318) (layer Cuivre) (net 29) (status 400)) + (segment (start 150.495 122.936) (end 154.94 122.936) (width 0.4318) (layer Cuivre) (net 29) (status 800)) + (segment (start 156.21 126.111) (end 156.845 126.746) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 156.845 126.746) (end 162.56 126.746) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 162.56 126.746) (end 163.195 126.111) (width 0.4318) (layer Cuivre) (net 29)) + (segment (start 163.195 126.111) (end 165.735 122.936) (width 0.4318) (layer Cuivre) (net 29) (status 400)) + (segment (start 156.21 124.206) (end 156.21 126.111) (width 0.4318) (layer Cuivre) (net 29) (status 800)) + (segment (start 126.365 128.016) (end 130.175 124.206) (width 0.4318) (layer Cuivre) (net 30) (status 800)) + (segment (start 130.175 124.206) (end 131.445 124.206) (width 0.4318) (layer Cuivre) (net 30) (status 400)) + (segment (start 132.715 125.476) (end 131.445 126.746) (width 0.4318) (layer Cuivre) (net 31) (status 400)) + (segment (start 134.493 120.142) (end 134.112 120.142) (width 0.4318) (layer Cuivre) (net 31) (status 800)) + (segment (start 132.715 121.539) (end 132.715 125.476) (width 0.4318) (layer Cuivre) (net 31)) + (segment (start 134.112 120.142) (end 132.715 121.539) (width 0.4318) (layer Cuivre) (net 31)) + (segment (start 130.175 89.916) (end 135.001 89.916) (width 0.4318) (layer Cuivre) (net 32) (status 800)) + (segment (start 135.001 89.916) (end 137.795 87.122) (width 0.4318) (layer Cuivre) (net 32)) + (segment (start 137.795 87.122) (end 137.795 86.106) (width 0.4318) (layer Cuivre) (net 32) (status 400)) + (segment (start 163.83 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 165.735 88.011) (end 163.83 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 89.916) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 149.225 91.186) (end 153.035 91.186) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 155.575 86.106) (end 160.655 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 87.376) (end 155.575 86.106) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 154.305 89.916) (end 154.305 87.376) (width 0.4318) (layer Cuivre) (net 33)) + (segment (start 165.735 91.186) (end 165.735 88.011) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 161.29 95.631) (end 165.735 91.186) (width 0.4318) (layer Cuivre) (net 33) (status 400)) + (segment (start 161.29 97.536) (end 161.29 95.631) (width 0.4318) (layer Cuivre) (net 33) (status 800)) + (segment (start 156.845 97.536) (end 156.845 98.806) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 158.115 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 156.845 98.806) (end 158.115 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 156.21 98.171) (end 156.845 97.536) (width 0.4318) (layer Cuivre) (net 34) (status 400)) + (segment (start 150.495 98.171) (end 156.21 98.171) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 165.735 98.806) (end 164.465 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 164.465 100.076) (end 161.925 100.076) (width 0.4318) (layer Cuivre) (net 34)) + (segment (start 165.735 97.536) (end 165.735 98.806) (width 0.4318) (layer Cuivre) (net 34) (status 800)) + (segment (start 130.175 97.536) (end 126.365 97.536) (width 0.4318) (layer Cuivre) (net 35) (status 800)) + (segment (start 125.603 98.298) (end 125.603 101.346) (width 0.4318) (layer Cuivre) (net 35) (status 400)) + (segment (start 126.365 97.536) (end 125.603 98.298) (width 0.4318) (layer Cuivre) (net 35)) + (segment (start 124.46 103.632) (end 126.619 103.632) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 126.111 94.996) (end 124.841 94.996) (width 0.4318) (layer Cuivre) (net 36) (status 800)) + (segment (start 124.841 94.996) (end 123.19 96.647) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 123.19 102.362) (end 124.46 103.632) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 123.19 96.647) (end 123.19 102.362) (width 0.4318) (layer Cuivre) (net 36)) + (segment (start 126.619 103.632) (end 130.175 100.076) (width 0.4318) (layer Cuivre) (net 36) (status 400)) + (segment (start 95.885 128.016) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 37)) + (segment (start 93.345 125.476) (end 95.885 128.016) (width 0.4318) (layer Cuivre) (net 37) (status 800)) + (segment (start 102.87 126.746) (end 101.6 128.016) (width 0.4318) (layer Cuivre) (net 37) (status 800)) + (segment (start 115.824 98.171) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 107.315 96.266) (end 107.315 97.536) (width 0.4318) (layer Cuivre) (net 38) (status 800)) + (segment (start 114.935 99.06) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 107.315 97.536) (end 108.839 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 117.348 98.171) (end 118.491 97.028) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 116.967 98.171) (end 117.348 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 116.967 98.171) (end 115.824 98.171) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 108.839 99.06) (end 114.046 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 114.046 99.06) (end 114.935 99.06) (width 0.4318) (layer Cuivre) (net 38)) + (segment (start 118.491 97.028) (end 118.491 94.996) (width 0.4318) (layer Cuivre) (net 38) (status 400)) + (segment (start 93.345 100.076) (end 95.885 102.616) (width 0.4318) (layer Cuivre) (net 39) (status 800)) + (segment (start 95.885 102.616) (end 102.235 102.616) (width 0.4318) (layer Cuivre) (net 39) (status 400)) + (segment (start 116.5225 125.9205) (end 115.57 126.873) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 116.5225 125.9205) (end 117.348 125.095) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 108.712 126.873) (end 107.315 125.476) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 117.348 125.095) (end 123.444 125.095) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 115.57 126.873) (end 108.712 126.873) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 107.315 125.476) (end 107.315 124.206) (width 0.4318) (layer Cuivre) (net 40) (status 400)) + (segment (start 123.444 125.095) (end 126.873 121.666) (width 0.4318) (layer Cuivre) (net 40)) + (segment (start 126.873 121.666) (end 126.873 120.142) (width 0.4318) (layer Cuivre) (net 40) (status 400)) + (segment (start 103.505 121.539) (end 109.093 121.539) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 109.855 122.301) (end 109.855 124.206) (width 0.4318) (layer Cuivre) (net 41) (status 400)) + (segment (start 95.885 122.936) (end 102.108 122.936) (width 0.4318) (layer Cuivre) (net 41) (status 800)) + (segment (start 102.108 122.936) (end 103.505 121.539) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 109.093 121.539) (end 109.855 122.301) (width 0.4318) (layer Cuivre) (net 41)) + (segment (start 104.394 97.536) (end 105.283 96.647) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 109.093 92.837) (end 109.855 93.599) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 109.855 93.599) (end 109.855 96.266) (width 0.4318) (layer Cuivre) (net 42) (status 400)) + (segment (start 95.885 97.536) (end 104.394 97.536) (width 0.4318) (layer Cuivre) (net 42) (status 800)) + (segment (start 105.283 96.647) (end 105.283 93.726) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 106.172 92.837) (end 109.093 92.837) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 105.283 93.726) (end 106.172 92.837) (width 0.4318) (layer Cuivre) (net 42)) + (segment (start 126.365 70.866) (end 133.35 70.866) (width 0.6096) (layer Cuivre) (net 43) (status 800)) + (segment (start 125.73 74.676) (end 126.365 74.041) (width 0.6096) (layer Cuivre) (net 43)) + (segment (start 126.365 74.041) (end 126.365 70.866) (width 0.6096) (layer Cuivre) (net 43) (status 400)) + (segment (start 117.475 74.676) (end 125.73 74.676) (width 0.6096) (layer Cuivre) (net 43) (status 800)) + (segment (start 133.35 70.866) (end 139.7 64.516) (width 0.6096) (layer Cuivre) (net 43)) + (segment (start 139.7 64.516) (end 145.415 64.516) (width 0.6096) (layer Cuivre) (net 43) (status 400)) + (segment (start 116.205 70.03542) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 116.205 68.326) (end 116.205 70.03542) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 116.205 68.326) (end 117.91442 68.326) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 117.91442 68.326) (end 122.4915 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 122.4915 63.74892) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 100.838 76.962) (end 109.27842 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 123.825 63.74892) (end 136.78916 63.74892) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 99.568 78.232) (end 100.838 76.962) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 136.78916 63.74892) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 95.25 78.232) (end 99.568 78.232) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 107.315 116.586) (end 97.54108 116.586) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 97.54108 116.586) (end 94.68866 113.73358) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 94.68866 113.73358) (end 92.64904 113.73358) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 92.64904 113.73358) (end 91.6686 112.75314) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 87.249) (end 91.6686 85.4837) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 112.75314) (end 91.6686 87.249) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 141.605 60.706) (end 139.83208 60.706) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 123.825 68.326) (end 123.825 63.74892) (width 0.6096) (layer Cuivre) (net 46) (status 800)) + (segment (start 91.6686 81.8134) (end 95.25 78.232) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 91.6686 85.4837) (end 91.6686 81.8134) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 98.298 87.249) (end 99.695 88.646) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 99.695 88.646) (end 107.315 88.646) (width 0.6096) (layer Cuivre) (net 46) (status 400)) + (segment (start 91.6686 87.249) (end 98.298 87.249) (width 0.6096) (layer Cuivre) (net 46)) + (segment (start 127.635 106.426) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 47) (status 800)) + (segment (start 131.37642 108.966) (end 128.83642 106.426) (width 0.4318) (layer Cuivre) (net 47)) + (segment (start 135.255 108.966) (end 131.37642 108.966) (width 0.4318) (layer Cuivre) (net 47) (status 800)) + (segment (start 127.635 108.966) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 48) (status 800)) + (segment (start 127.635 110.16742) (end 130.175 112.70742) (width 0.4318) (layer Cuivre) (net 48)) + (segment (start 122.555 115.24742) (end 127.635 110.16742) (width 0.4318) (layer Cuivre) (net 48)) + (segment (start 130.175 112.70742) (end 130.175 114.046) (width 0.4318) (layer Cuivre) (net 48) (status 400)) + (segment (start 122.555 115.316) (end 122.555 115.24742) (width 0.4318) (layer Cuivre) (net 48) (status 800)) + (segment (start 125.095 79.756) (end 125.095 82.296) (width 0.4318) (layer Cuivre) (net 49) (status C00)) + (segment (start 130.175 79.756) (end 132.715 82.296) (width 0.4318) (layer Cuivre) (net 50) (status 400)) + (segment (start 130.175 79.121) (end 130.175 79.756) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 132.08 82.296) (end 130.175 84.201) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 132.715 82.296) (end 132.08 82.296) (width 0.4318) (layer Cuivre) (net 50) (status 800)) + (segment (start 131.445 77.851) (end 130.175 79.121) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 135.89 77.851) (end 131.445 77.851) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 137.795 79.756) (end 135.89 77.851) (width 0.4318) (layer Cuivre) (net 50)) + (segment (start 130.175 84.201) (end 130.175 87.376) (width 0.4318) (layer Cuivre) (net 50) (status 400)) + (segment (start 137.795 81.026) (end 137.795 79.756) (width 0.4318) (layer Cuivre) (net 50) (status 800)) + (segment (start 144.78 113.411) (end 144.78 112.776) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.78 115.951) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 51) (status 800)) + (segment (start 147.32 113.411) (end 144.78 113.411) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.78 112.776) (end 144.145 112.141) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 144.145 112.141) (end 138.43 112.141) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 138.43 112.141) (end 136.525 114.046) (width 0.4318) (layer Cuivre) (net 51)) + (segment (start 136.525 114.046) (end 132.715 114.046) (width 0.4318) (layer Cuivre) (net 51) (status 400)) + (segment (start 149.225 115.316) (end 147.32 113.411) (width 0.4318) (layer Cuivre) (net 51) (status 800)) + (segment (start 145.415 89.916) (end 145.415 88.646) (width 0.4318) (layer Cuivre) (net 52) (status 800)) + (segment (start 145.415 88.646) (end 144.78 88.011) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 144.78 88.011) (end 143.51 88.011) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 143.51 88.011) (end 139.7 84.201) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 145.415 88.646) (end 149.225 88.646) (width 0.4318) (layer Cuivre) (net 52) (status 400)) + (segment (start 135.94334 84.14766) (end 132.715 87.376) (width 0.4318) (layer Cuivre) (net 52) (status 400)) + (segment (start 138.37666 84.14766) (end 135.94334 84.14766) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 139.7 84.201) (end 138.43 84.201) (width 0.4318) (layer Cuivre) (net 52)) + (segment (start 138.43 84.201) (end 138.37666 84.14766) (width 0.4318) (layer Cuivre) (net 52)) - (zone (net 12) (net_name GND) (layer Cuivre) (tstamp 4AE6D930) (hatch edge 0.508) + (zone (net 11) (net_name GND) (layer Cuivre) (tstamp 4AE6D930) (hatch edge 0.508) (connect_pads (clearance 0.508)) (min_thickness 0.254) (fill (arc_segments 32) (thermal_gap 0.762) (thermal_bridge_width 0.508)) diff --git a/demos/complex_hierarchy/complex_hierarchy.net b/demos/complex_hierarchy/complex_hierarchy.net index 1294002e46..b1278ad83f 100644 --- a/demos/complex_hierarchy/complex_hierarchy.net +++ b/demos/complex_hierarchy/complex_hierarchy.net @@ -1,434 +1,451 @@ (export (version D) (design (source F:/kicad-launchpad/testing/demos/complex_hierarchy/complex_hierarchy.sch) - (date "25/01/2014 08:31:41") - (tool "eeschema (2014-01-22 BZR 4630)-product")) + (date "01/07/2015 12:05:52") + (tool "Eeschema (2015-06-24 BZR 5819)-product") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source complex_hierarchy.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value "")))) + (sheet (number 2) (name /ampli_ht_horizontal/) (tstamps /4B3A13A4/) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source ampli_ht.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value "")))) + (sheet (number 3) (name /ampli_ht_vertical/) (tstamps /4B3A1333/) + (title_block + (title) + (company) + (rev) + (date "21 mar 2015") + (source ampli_ht.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) (components (comp (ref C10) (value 10uF) - (fields) + (footprint discret:CP6) (libsource (lib device) (part CP)) (sheetpath (names /) (tstamps /)) (tstamp 4B4B15E7)) (comp (ref C11) (value 10uF) - (fields) + (footprint discret:CP6) (libsource (lib device) (part CP)) (sheetpath (names /) (tstamps /)) (tstamp 4B4B15D9)) (comp (ref U2) (value 78L05) - (libsource (lib regul) (part 7805)) + (footprint discret:LM78LXX) + (libsource (lib complex_hierarchy-cache) (part 7805)) (sheetpath (names /) (tstamps /)) (tstamp 4B4B1532)) (comp (ref U1) (value ICL7660) - (libsource (lib special) (part ICL7660)) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part ICL7660)) (sheetpath (names /) (tstamps /)) (tstamp 4B4B1230)) (comp (ref C9) (value 47uF/63V) - (fields) + (footprint discret:CP8) (libsource (lib device) (part CP)) (sheetpath (names /) (tstamps /)) (tstamp 4B3A1558)) (comp (ref P1) (value CONN_2) - (fields) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /) (tstamps /)) (tstamp 4B3A12F4)) (comp (ref C1) (value 47uF) - (fields) + (footprint discret:CP6) (libsource (lib device) (part CP)) (sheetpath (names /) (tstamps /)) (tstamp 4B03CEC2)) (comp (ref C2) (value 47uF/20V) - (fields) + (footprint discret:CP6) (libsource (lib device) (part CP)) (sheetpath (names /) (tstamps /)) (tstamp 4AE173CF)) (comp (ref D1) (value 1N4007) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D5) + (libsource (lib device) (part D_Small)) (sheetpath (names /) (tstamps /)) (tstamp 4AE172F4)) (comp (ref P2) (value CONN_2) - (fields) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /) (tstamps /)) (tstamp 4AD71B06)) (comp (ref R28) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B617B88)) (comp (ref R27) (value 47) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B616B96)) (comp (ref D9) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B616AFA)) (comp (ref R20) (value 5,6K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B61688C)) (comp (ref C14) (value 150nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B4F3641)) (comp (ref R24) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B4F363E)) (comp (ref Q6) (value MPAS42) - (fields) - (libsource (lib transistors) (part MPSA42)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A137D)) (comp (ref Q7) (value MPAS92) - (fields) - (libsource (lib transistors) (part MPSA92)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A137C)) (comp (ref D7) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A137B)) (comp (ref Q8) (value MPAS42) - (fields) - (libsource (lib transistors) (part MPSA42)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1379)) (comp (ref D6) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1377)) (comp (ref R13) (value 470) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1376)) (comp (ref D5) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1375)) (comp (ref R14) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1374)) (comp (ref R18) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1371)) (comp (ref R22) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1370)) (comp (ref R19) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A136D)) (comp (ref P5) (value CONN_2) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A136C)) (comp (ref R16) (value 22K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A136B)) (comp (ref U4) (value LM358N) - (libsource (lib linear) (part LM358N)) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part LM358N)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1368)) (comp (ref P6) (value CONN_2) - (fields) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1367)) (comp (ref C7) - (value 4,7nF) + (value 4.7nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1366)) (comp (ref C8) (value 820pF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1365)) (comp (ref R15) (value 47) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1364)) (comp (ref R21) (value 4,7K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1362)) (comp (ref Q5) (value MPAS92) - (fields) - (libsource (lib transistors) (part MPSA92)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1360)) (comp (ref R17) (value 22K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1359)) (comp (ref C6) (value 15nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1358)) (comp (ref RV2) (value 4,7K) + (footprint discret:RV2) (libsource (lib device) (part POT)) (sheetpath (names /ampli_ht_horizontal/) (tstamps /4B3A13A4/)) (tstamp 4B3A1357)) (comp (ref R26) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B617B88)) (comp (ref R25) (value 47) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B616B96)) (comp (ref D8) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B616AFA)) (comp (ref R10) (value 5,6K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B61688C)) (comp (ref C12) (value 150nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B4F3641)) (comp (ref R23) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B4F363E)) (comp (ref Q2) (value MPAS42) - (fields) - (libsource (lib transistors) (part MPSA42)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A137D)) (comp (ref Q3) (value MPAS92) - (fields) - (libsource (lib transistors) (part MPSA92)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A137C)) (comp (ref D4) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A137B)) (comp (ref Q4) (value MPAS42) - (fields) - (libsource (lib transistors) (part MPSA42)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA42)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1379)) (comp (ref D3) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1377)) (comp (ref R3) (value 470) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1376)) (comp (ref D2) (value 1N4148) - (fields) - (libsource (lib device) (part DIODE)) + (footprint discret:D3) + (libsource (lib device) (part D_Small)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1375)) (comp (ref R4) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1374)) (comp (ref R8) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1371)) (comp (ref R12) (value 220K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1370)) (comp (ref R9) (value 1K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A136D)) (comp (ref P3) (value CONN_2) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A136C)) (comp (ref R6) (value 22K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A136B)) (comp (ref U3) (value LM358N) - (libsource (lib linear) (part LM358N)) + (footprint dip_sockets:DIP-8__300_ELL) + (libsource (lib complex_hierarchy-cache) (part LM358N)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1368)) (comp (ref P4) (value CONN_2) - (fields) - (libsource (lib conn) (part CONN_2)) + (footprint connect:bornier2) + (libsource (lib complex_hierarchy-cache) (part CONN_2)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1367)) (comp (ref C4) - (value 4,7nF) + (value 4.7nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1366)) (comp (ref C5) (value 820pF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1365)) (comp (ref R5) (value 47) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1364)) (comp (ref R11) (value 4,7K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1362)) (comp (ref Q1) (value MPAS92) - (fields) - (libsource (lib transistors) (part MPSA92)) + (footprint discret:TO92-CBE) + (libsource (lib complex_hierarchy-cache) (part MPSA92)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1360)) (comp (ref R7) (value 22K) - (fields) + (footprint discret:R3-LARGE_PADS) (libsource (lib device) (part R)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1359)) (comp (ref C3) (value 15nF) + (footprint discret:C2) (libsource (lib device) (part C)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1358)) (comp (ref RV1) (value 4,7K) + (footprint discret:RV2) (libsource (lib device) (part POT)) (sheetpath (names /ampli_ht_vertical/) (tstamps /4B3A1333/)) (tstamp 4B3A1357))) (libparts - (libpart (lib device) (part C) - (description "Condensateur non polarise") - (footprints - (fp SM*) - (fp C?) - (fp C1-1)) - (fields - (field (name Reference) C) - (field (name Value) C)) - (pins - (pin (num 1) (name ~) (type passive)) - (pin (num 2) (name ~) (type passive)))) - (libpart (lib device) (part CP) - (aliases - (alias CAPAPOL)) - (description "Condensateur polarise") - (footprints - (fp CP*) - (fp SM*)) - (fields - (field (name Reference) C) - (field (name Value) CP)) - (pins - (pin (num 1) (name ~) (type passive)) - (pin (num 2) (name ~) (type passive)))) - (libpart (lib device) (part DIODE) - (description "Diode simple") - (footprints - (fp D?) - (fp S*)) - (fields - (field (name Reference) D) - (field (name Value) DIODE)) - (pins - (pin (num 1) (name A) (type passive)) - (pin (num 2) (name K) (type passive)))) (libpart (lib device) (part POT) (description Potentionmetre) (fields @@ -438,63 +455,87 @@ (pin (num 1) (name 1) (type passive)) (pin (num 2) (name 2) (type passive)) (pin (num 3) (name 3) (type passive)))) - (libpart (lib device) (part R) - (description Resistance) + (libpart (lib device) (part D_Small) + (description Diode) (footprints - (fp R?) - (fp SM0603) - (fp SM0805) - (fp R?-*) - (fp SM1206)) + (fp Diode_*) + (fp D-Pak_TO252AA) + (fp *SingleDiode) + (fp *SingleDiode*) + (fp *_Diode_*)) (fields - (field (name Reference) R) - (field (name Value) R)) + (field (name Reference) D) + (field (name Value) D_Small)) + (pins + (pin (num 1) (name K) (type passive)) + (pin (num 2) (name A) (type passive)))) + (libpart (lib device) (part CP) + (description "Polarised capacitor") + (footprints + (fp CP*) + (fp Elko*) + (fp TantalC*) + (fp C*elec) + (fp c_elec*) + (fp SMD*_Pol)) + (fields + (field (name Reference) C) + (field (name Value) CP)) (pins (pin (num 1) (name ~) (type passive)) (pin (num 2) (name ~) (type passive)))) - (libpart (lib transistors) (part MPSA42) - (description "MPSA42, Vce 300V, Ic 500mA, NPN High Voltage Transistor") - (docs transistors/bipolar/MPSA42.pdf) + (libpart (lib device) (part C) + (description "Unpolarized capacitor") (footprints - (fp TO92-CBE)) + (fp C?) + (fp C_????_*) + (fp C_????) + (fp SMD*_c) + (fp Capacitor*)) (fields - (field (name Reference) Q) - (field (name Value) MPSA42) - (field (name Footprint) TO92-CBE)) + (field (name Reference) C) + (field (name Value) C)) (pins - (pin (num B) (name B) (type input)) - (pin (num C) (name C) (type passive)) - (pin (num E) (name E) (type passive)))) - (libpart (lib transistors) (part MPSA92) - (description "MPSA92, Vce 300V, Ic 500mA, PNP High Voltage Transistor") - (docs transistors/bipolar/mpsa92.pdf) - (footprints - (fp TO92-CBE)) + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive)))) + (libpart (lib complex_hierarchy-cache) (part 7805) + (aliases + (alias LM7805) + (alias LM7812) + (alias 78L05)) (fields - (field (name Reference) Q) - (field (name Value) MPSA92) - (field (name Footprint) TO92-CBE)) + (field (name Reference) U) + (field (name Value) 7805)) (pins - (pin (num B) (name B) (type input)) - (pin (num C) (name C) (type passive)) - (pin (num E) (name E) (type passive)))) - (libpart (lib conn) (part CONN_2) - (description "Symbole general de connecteur") + (pin (num GND) (name GND) (type input)) + (pin (num VI) (name VI) (type input)) + (pin (num VO) (name VO) (type power_out)))) + (libpart (lib complex_hierarchy-cache) (part CONN_2) (fields (field (name Reference) P) (field (name Value) CONN_2)) (pins (pin (num 1) (name P1) (type passive)) (pin (num 2) (name PM) (type passive)))) - (libpart (lib linear) (part LM358) + (libpart (lib complex_hierarchy-cache) (part ICL7660) + (fields + (field (name Reference) U) + (field (name Value) ICL7660)) + (pins + (pin (num 2) (name CAP+) (type input)) + (pin (num 3) (name GND) (type power_in)) + (pin (num 4) (name CAP-) (type input)) + (pin (num 5) (name VOUT) (type power_out)) + (pin (num 6) (name LV) (type input)) + (pin (num 7) (name OSC) (type input)) + (pin (num 8) (name V+) (type power_in)))) + (libpart (lib complex_hierarchy-cache) (part LM358) (aliases (alias LMC6062) (alias LMC6082) (alias LM358N) (alias TL072) (alias TL082)) - (description "Dual Op amp (low power)") - (docs ns/lm158.pdf) (fields (field (name Reference) U) (field (name Value) LM358)) @@ -507,261 +548,258 @@ (pin (num 6) (name -) (type input)) (pin (num 7) (name ~) (type output)) (pin (num 8) (name V+) (type power_in)))) - (libpart (lib regul) (part 7805) - (aliases - (alias LM7805) - (alias LM7812) - (alias 78L05)) - (description "Linear Regulator +5V") - (docs regulator\lm78xx.pdf) + (libpart (lib complex_hierarchy-cache) (part MPSA42) + (footprints + (fp TO92-CBE)) (fields - (field (name Reference) U) - (field (name Value) 7805)) + (field (name Reference) Q) + (field (name Value) MPSA42) + (field (name Footprint) TO92-CBE)) (pins - (pin (num GND) (name GND) (type input)) - (pin (num VI) (name VI) (type input)) - (pin (num VO) (name VO) (type power_out)))) - (libpart (lib special) (part ICL7660) - (description "Voltage converter (pump)") - (docs intersil/icl7660.pdf) + (pin (num B) (name B) (type input)) + (pin (num C) (name C) (type passive)) + (pin (num E) (name E) (type passive)))) + (libpart (lib complex_hierarchy-cache) (part MPSA92) + (footprints + (fp TO92-CBE)) (fields - (field (name Reference) U) - (field (name Value) ICL7660)) + (field (name Reference) Q) + (field (name Value) MPSA92) + (field (name Footprint) TO92-CBE)) (pins - (pin (num 2) (name CAP+) (type input)) - (pin (num 3) (name GND) (type power_in)) - (pin (num 4) (name CAP-) (type input)) - (pin (num 5) (name VOUT) (type power_out)) - (pin (num 6) (name LV) (type input)) - (pin (num 7) (name OSC) (type input)) - (pin (num 8) (name V+) (type power_in))))) + (pin (num B) (name B) (type input)) + (pin (num C) (name C) (type passive)) + (pin (num E) (name E) (type passive)))) + (libpart (lib device) (part R) + (description Resistor) + (footprints + (fp R_*) + (fp Resistor_*)) + (fields + (field (name Reference) R) + (field (name Value) R)) + (pins + (pin (num 1) (name ~) (type passive)) + (pin (num 2) (name ~) (type passive))))) (libraries (library (logical device) - (uri F:\kicad\share\library\device.lib)) - (library (logical transistors) - (uri F:\kicad\share\library\transistors.lib)) - (library (logical conn) - (uri F:\kicad\share\library\conn.lib)) - (library (logical linear) - (uri F:\kicad\share\library\linear.lib)) - (library (logical regul) - (uri F:\kicad\share\library\regul.lib)) - (library (logical special) - (uri F:\kicad\share\library\special.lib))) + (uri f:\kicad\share\kicad\library\device.lib)) + (library (logical complex_hierarchy-cache) + (uri F:\kicad-launchpad\testing\demos\complex_hierarchy\complex_hierarchy-cache.lib))) (nets - (net (code 1) (name HT) - (node (ref Q2) (pin C)) - (node (ref R13) (pin 1)) - (node (ref D2) (pin 1)) - (node (ref R3) (pin 1)) - (node (ref Q6) (pin C)) - (node (ref D5) (pin 1)) - (node (ref C9) (pin 1)) - (node (ref P1) (pin 1))) - (net (code 2) (name GND) - (node (ref C11) (pin 1)) - (node (ref C12) (pin 2)) - (node (ref Q7) (pin C)) - (node (ref C8) (pin 2)) - (node (ref P6) (pin 2)) - (node (ref R21) (pin 2)) - (node (ref R8) (pin 2)) - (node (ref P3) (pin 2)) - (node (ref C7) (pin 2)) - (node (ref P4) (pin 2)) - (node (ref Q3) (pin C)) - (node (ref C2) (pin 2)) - (node (ref R11) (pin 2)) - (node (ref P2) (pin 2)) - (node (ref R18) (pin 2)) + (net (code 1) (name GND) (node (ref C4) (pin 2)) - (node (ref U1) (pin 3)) - (node (ref R4) (pin 2)) - (node (ref R14) (pin 2)) - (node (ref C9) (pin 2)) - (node (ref P1) (pin 2)) - (node (ref C1) (pin 2)) - (node (ref P5) (pin 2)) + (node (ref C5) (pin 2)) (node (ref C14) (pin 2)) + (node (ref R11) (pin 2)) + (node (ref Q3) (pin C)) + (node (ref R4) (pin 2)) (node (ref U2) (pin GND)) - (node (ref C5) (pin 2))) - (net (code 3) (name "Net-(U1-Pad7)") + (node (ref C11) (pin 1)) + (node (ref P4) (pin 2)) + (node (ref P6) (pin 2)) + (node (ref C7) (pin 2)) + (node (ref C8) (pin 2)) + (node (ref P1) (pin 2)) + (node (ref R8) (pin 2)) + (node (ref C12) (pin 2)) + (node (ref P5) (pin 2)) + (node (ref P3) (pin 2)) + (node (ref Q7) (pin C)) + (node (ref R18) (pin 2)) + (node (ref R21) (pin 2)) + (node (ref C2) (pin 2)) + (node (ref C1) (pin 2)) + (node (ref R14) (pin 2)) + (node (ref P2) (pin 2)) + (node (ref C9) (pin 2)) + (node (ref U1) (pin 3))) + (net (code 2) (name "Net-(U1-Pad7)") (node (ref U1) (pin 7))) - (net (code 4) (name "Net-(U1-Pad6)") + (net (code 3) (name "Net-(U1-Pad6)") (node (ref U1) (pin 6))) - (net (code 5) (name "Net-(C10-Pad2)") + (net (code 4) (name "Net-(C10-Pad2)") (node (ref C10) (pin 2)) (node (ref U1) (pin 4))) - (net (code 6) (name "Net-(C10-Pad1)") - (node (ref U1) (pin 2)) - (node (ref C10) (pin 1))) - (net (code 7) (name /12Vext) - (node (ref P2) (pin 1)) - (node (ref D1) (pin 1))) - (net (code 8) (name +12V) + (net (code 5) (name HT) + (node (ref R13) (pin 1)) + (node (ref C9) (pin 1)) + (node (ref Q6) (pin C)) + (node (ref D5) (pin 2)) + (node (ref P1) (pin 1)) + (node (ref R3) (pin 1)) + (node (ref Q2) (pin C)) + (node (ref D2) (pin 2))) + (net (code 6) (name /12Vext) + (node (ref D1) (pin 2)) + (node (ref P2) (pin 1))) + (net (code 7) (name +12V) + (node (ref U4) (pin 8)) + (node (ref U2) (pin VI)) (node (ref U3) (pin 8)) (node (ref C2) (pin 1)) - (node (ref D1) (pin 2)) - (node (ref U2) (pin VI)) - (node (ref U4) (pin 8))) - (net (code 9) (name VCC) + (node (ref D1) (pin 1))) + (net (code 8) (name VCC) + (node (ref U2) (pin VO)) (node (ref U1) (pin 8)) - (node (ref C1) (pin 1)) - (node (ref U2) (pin VO))) + (node (ref C1) (pin 1))) + (net (code 9) (name "Net-(C10-Pad1)") + (node (ref C10) (pin 1)) + (node (ref U1) (pin 2))) (net (code 10) (name -VAA) (node (ref U3) (pin 4)) + (node (ref C11) (pin 2)) (node (ref U4) (pin 4)) - (node (ref U1) (pin 5)) - (node (ref C11) (pin 2))) - (net (code 11) (name "Net-(Q4-PadE)") + (node (ref U1) (pin 5))) + (net (code 11) (name "Net-(C5-Pad1)") + (node (ref R10) (pin 2)) + (node (ref C5) (pin 1))) + (net (code 12) (name "Net-(Q4-PadE)") (node (ref Q4) (pin E)) (node (ref R9) (pin 1))) - (net (code 12) (name "Net-(Q3-PadE)") - (node (ref R25) (pin 2)) - (node (ref Q3) (pin E)) - (node (ref R12) (pin 2))) - (net (code 13) (name "Net-(D4-Pad2)") + (net (code 13) (name "Net-(Q4-PadB)") + (node (ref R8) (pin 1)) + (node (ref Q4) (pin B))) + (net (code 14) (name "Net-(D4-Pad2)") (node (ref D4) (pin 2)) - (node (ref Q3) (pin B)) - (node (ref Q4) (pin C)) - (node (ref R10) (pin 1))) - (net (code 14) (name "Net-(D2-Pad2)") - (node (ref D2) (pin 2)) - (node (ref D3) (pin 1))) - (net (code 15) (name "Net-(C12-Pad1)") - (node (ref C12) (pin 1)) - (node (ref R6) (pin 2)) - (node (ref R23) (pin 1))) - (net (code 16) (name "Net-(C5-Pad1)") - (node (ref C5) (pin 1)) - (node (ref R10) (pin 2))) - (net (code 17) (name "Net-(Q2-PadE)") + (node (ref D8) (pin 1))) + (net (code 15) (name "Net-(Q3-PadE)") + (node (ref Q3) (pin E)) + (node (ref R12) (pin 2)) + (node (ref R25) (pin 2))) + (net (code 16) (name "Net-(Q2-PadE)") + (node (ref R26) (pin 2)) (node (ref R5) (pin 2)) - (node (ref Q2) (pin E)) - (node (ref R26) (pin 2))) - (net (code 18) (name "Net-(D4-Pad1)") - (node (ref D4) (pin 1)) - (node (ref D8) (pin 2))) - (net (code 19) (name "Net-(R11-Pad1)") - (node (ref RV1) (pin 1)) - (node (ref R11) (pin 1))) - (net (code 20) (name "Net-(D3-Pad2)") + (node (ref Q2) (pin E))) + (net (code 17) (name /ampli_ht_vertical/PIEZO_IN) + (node (ref P4) (pin 1)) + (node (ref R23) (pin 2))) + (net (code 18) (name "Net-(Q1-PadE)") + (node (ref R3) (pin 2)) + (node (ref Q1) (pin E))) + (net (code 19) (name "Net-(D3-Pad1)") + (node (ref D3) (pin 1)) (node (ref R4) (pin 1)) - (node (ref Q1) (pin B)) - (node (ref D3) (pin 2))) - (net (code 21) (name "Net-(R9-Pad2)") + (node (ref Q1) (pin B))) + (net (code 20) (name "Net-(R11-Pad1)") + (node (ref R11) (pin 1)) + (node (ref RV1) (pin 1))) + (net (code 21) (name "Net-(D8-Pad2)") + (node (ref D8) (pin 2)) + (node (ref Q1) (pin C)) + (node (ref Q2) (pin B))) + (net (code 22) (name "Net-(R9-Pad2)") (node (ref U3) (pin 1)) (node (ref R9) (pin 2))) - (net (code 22) (name "Net-(RV1-Pad2)") + (net (code 23) (name "Net-(RV1-Pad2)") (node (ref U3) (pin 2)) (node (ref RV1) (pin 2))) - (net (code 23) (name "Net-(C3-Pad2)") + (net (code 24) (name /ampli_ht_vertical/PIEZO_OUT) + (node (ref R25) (pin 1)) + (node (ref R5) (pin 1)) + (node (ref P3) (pin 1))) + (net (code 25) (name /ampli_ht_vertical/Vpil_0_3,3V) + (node (ref U3) (pin 3)) + (node (ref U3) (pin 6)) + (node (ref U3) (pin 7)) + (node (ref C3) (pin 1))) + (net (code 26) (name "Net-(C12-Pad1)") + (node (ref C12) (pin 1)) + (node (ref R23) (pin 1)) + (node (ref R6) (pin 2))) + (net (code 27) (name "Net-(C3-Pad2)") (node (ref R6) (pin 1)) (node (ref C3) (pin 2)) (node (ref R7) (pin 2))) - (net (code 24) (name "Net-(C4-Pad1)") - (node (ref U3) (pin 5)) + (net (code 28) (name "Net-(D2-Pad1)") + (node (ref D2) (pin 1)) + (node (ref D3) (pin 2))) + (net (code 29) (name "Net-(D4-Pad1)") + (node (ref Q3) (pin B)) + (node (ref D4) (pin 1)) + (node (ref Q4) (pin C)) + (node (ref R10) (pin 1))) + (net (code 30) (name "Net-(C4-Pad1)") (node (ref C4) (pin 1)) - (node (ref R7) (pin 1))) - (net (code 25) (name "Net-(Q4-PadB)") - (node (ref R8) (pin 1)) - (node (ref Q4) (pin B))) - (net (code 26) (name "Net-(D8-Pad1)") - (node (ref Q1) (pin C)) - (node (ref D8) (pin 1)) - (node (ref Q2) (pin B))) - (net (code 27) (name "Net-(Q1-PadE)") - (node (ref Q1) (pin E)) - (node (ref R3) (pin 2))) - (net (code 28) (name /ampli_ht_vertical/Vpil_0_3,3V) - (node (ref U3) (pin 6)) - (node (ref U3) (pin 7)) - (node (ref C3) (pin 1)) - (node (ref U3) (pin 3))) - (net (code 29) (name /ampli_ht_vertical/PIEZO_OUT) - (node (ref R5) (pin 1)) - (node (ref P3) (pin 1)) - (node (ref R25) (pin 1))) - (net (code 30) (name /ampli_ht_vertical/PIEZO_IN) - (node (ref P4) (pin 1)) - (node (ref R23) (pin 2))) + (node (ref R7) (pin 1)) + (node (ref U3) (pin 5))) (net (code 31) (name /ampli_ht_vertical/S_OUT+) - (node (ref RV1) (pin 3)) (node (ref R12) (pin 1)) + (node (ref RV1) (pin 3)) (node (ref R26) (pin 1))) - (net (code 32) (name "Net-(Q7-PadE)") - (node (ref R27) (pin 2)) - (node (ref R22) (pin 2)) - (node (ref Q7) (pin E))) - (net (code 33) (name "Net-(D7-Pad2)") - (node (ref R20) (pin 1)) - (node (ref D7) (pin 2)) - (node (ref Q8) (pin C)) - (node (ref Q7) (pin B))) - (net (code 34) (name "Net-(Q8-PadE)") + (net (code 32) (name "Net-(C8-Pad1)") + (node (ref C8) (pin 1)) + (node (ref R20) (pin 2))) + (net (code 33) (name "Net-(Q8-PadE)") (node (ref Q8) (pin E)) (node (ref R19) (pin 1))) - (net (code 35) (name "Net-(D5-Pad2)") - (node (ref D6) (pin 1)) - (node (ref D5) (pin 2))) - (net (code 36) (name "Net-(C6-Pad2)") - (node (ref C6) (pin 2)) - (node (ref R17) (pin 2)) - (node (ref R16) (pin 1))) - (net (code 37) (name "Net-(C14-Pad1)") - (node (ref C14) (pin 1)) - (node (ref R16) (pin 2)) - (node (ref R24) (pin 1))) - (net (code 38) (name "Net-(C8-Pad1)") - (node (ref R20) (pin 2)) - (node (ref C8) (pin 1))) - (net (code 39) (name "Net-(Q6-PadE)") - (node (ref Q6) (pin E)) + (net (code 34) (name "Net-(Q8-PadB)") + (node (ref Q8) (pin B)) + (node (ref R18) (pin 1))) + (net (code 35) (name "Net-(D7-Pad2)") + (node (ref D7) (pin 2)) + (node (ref D9) (pin 1))) + (net (code 36) (name "Net-(Q7-PadE)") + (node (ref Q7) (pin E)) + (node (ref R27) (pin 2)) + (node (ref R22) (pin 2))) + (net (code 37) (name "Net-(Q6-PadE)") (node (ref R15) (pin 2)) + (node (ref Q6) (pin E)) (node (ref R28) (pin 2))) - (net (code 40) (name "Net-(D7-Pad1)") - (node (ref D9) (pin 2)) - (node (ref D7) (pin 1))) + (net (code 38) (name /ampli_ht_horizontal/PIEZO_IN) + (node (ref P6) (pin 1)) + (node (ref R24) (pin 2))) + (net (code 39) (name "Net-(Q5-PadE)") + (node (ref Q5) (pin E)) + (node (ref R13) (pin 2))) + (net (code 40) (name "Net-(D6-Pad1)") + (node (ref D6) (pin 1)) + (node (ref Q5) (pin B)) + (node (ref R14) (pin 1))) (net (code 41) (name "Net-(R21-Pad1)") (node (ref RV2) (pin 1)) (node (ref R21) (pin 1))) - (net (code 42) (name "Net-(D6-Pad2)") - (node (ref R14) (pin 1)) - (node (ref D6) (pin 2)) - (node (ref Q5) (pin B))) - (net (code 43) (name "Net-(R19-Pad2)") - (node (ref U4) (pin 1)) - (node (ref R19) (pin 2))) - (net (code 44) (name "Net-(RV2-Pad2)") - (node (ref RV2) (pin 2)) - (node (ref U4) (pin 2))) - (net (code 45) (name "Net-(C7-Pad1)") - (node (ref U4) (pin 5)) - (node (ref R17) (pin 1)) - (node (ref C7) (pin 1))) - (net (code 46) (name "Net-(Q8-PadB)") - (node (ref Q8) (pin B)) - (node (ref R18) (pin 1))) - (net (code 47) (name "Net-(D9-Pad1)") - (node (ref Q6) (pin B)) + (net (code 42) (name "Net-(D9-Pad2)") (node (ref Q5) (pin C)) - (node (ref D9) (pin 1))) - (net (code 48) (name "Net-(Q5-PadE)") - (node (ref R13) (pin 2)) - (node (ref Q5) (pin E))) - (net (code 49) (name /ampli_ht_horizontal/Vpil_0_3,3V) - (node (ref U4) (pin 3)) + (node (ref Q6) (pin B)) + (node (ref D9) (pin 2))) + (net (code 43) (name "Net-(R19-Pad2)") + (node (ref R19) (pin 2)) + (node (ref U4) (pin 1))) + (net (code 44) (name "Net-(RV2-Pad2)") + (node (ref U4) (pin 2)) + (node (ref RV2) (pin 2))) + (net (code 45) (name /ampli_ht_horizontal/PIEZO_OUT) + (node (ref R27) (pin 1)) + (node (ref P5) (pin 1)) + (node (ref R15) (pin 1))) + (net (code 46) (name /ampli_ht_horizontal/Vpil_0_3,3V) (node (ref C6) (pin 1)) + (node (ref U4) (pin 3)) (node (ref U4) (pin 7)) (node (ref U4) (pin 6))) - (net (code 50) (name /ampli_ht_horizontal/PIEZO_OUT) - (node (ref R27) (pin 1)) - (node (ref R15) (pin 1)) - (node (ref P5) (pin 1))) - (net (code 51) (name /ampli_ht_horizontal/PIEZO_IN) - (node (ref P6) (pin 1)) - (node (ref R24) (pin 2))) - (net (code 52) (name /ampli_ht_horizontal/S_OUT+) + (net (code 47) (name "Net-(C14-Pad1)") + (node (ref R24) (pin 1)) + (node (ref R16) (pin 2)) + (node (ref C14) (pin 1))) + (net (code 48) (name "Net-(C6-Pad2)") + (node (ref C6) (pin 2)) + (node (ref R17) (pin 2)) + (node (ref R16) (pin 1))) + (net (code 49) (name "Net-(D7-Pad1)") + (node (ref Q7) (pin B)) + (node (ref D7) (pin 1)) + (node (ref Q8) (pin C)) + (node (ref R20) (pin 1))) + (net (code 50) (name "Net-(C7-Pad1)") + (node (ref C7) (pin 1)) + (node (ref U4) (pin 5)) + (node (ref R17) (pin 1))) + (net (code 51) (name /ampli_ht_horizontal/S_OUT+) (node (ref R28) (pin 1)) (node (ref R22) (pin 1)) - (node (ref RV2) (pin 3))))) \ No newline at end of file + (node (ref RV2) (pin 3))) + (net (code 52) (name "Net-(D5-Pad1)") + (node (ref D5) (pin 1)) + (node (ref D6) (pin 2))))) \ No newline at end of file diff --git a/demos/complex_hierarchy/complex_hierarchy.pro b/demos/complex_hierarchy/complex_hierarchy.pro index 28f8a744a6..93a05b4386 100644 --- a/demos/complex_hierarchy/complex_hierarchy.pro +++ b/demos/complex_hierarchy/complex_hierarchy.pro @@ -1,4 +1,4 @@ -update=18/05/2015 09:00:28 +update=01/07/2015 12:40:16 version=1 last_client=kicad [cvpcb] @@ -34,5 +34,5 @@ version=1 version=1 LibDir=F:/kicad/share/library [eeschema/libraries] -LibName1=complex_hierarchy_schlib -LibName2=power +LibName1=power +LibName2=complex_hierarchy_schlib diff --git a/demos/complex_hierarchy/complex_hierarchy.sch b/demos/complex_hierarchy/complex_hierarchy.sch index ab9e24e519..6596f2cc83 100644 --- a/demos/complex_hierarchy/complex_hierarchy.sch +++ b/demos/complex_hierarchy/complex_hierarchy.sch @@ -1,5 +1,5 @@ EESchema Schematic File Version 2 -LIBS:complex_hierarchy_schlib +LIBS:device LIBS:power LIBS:complex_hierarchy-cache EELAYER 25 0 @@ -19,9 +19,9 @@ $EndDescr NoConn ~ 8800 3050 Connection ~ 9200 2750 Wire Wire Line - 9200 2700 9200 2750 + 9200 2650 9200 2750 Wire Wire Line - 6650 2950 6650 3000 + 6650 2900 6650 3000 Wire Wire Line 6650 3000 7050 3000 Wire Wire Line @@ -29,12 +29,12 @@ Wire Wire Line Wire Wire Line 7050 2850 7100 2850 Wire Wire Line - 9200 2300 9200 2250 + 9200 2350 9200 2250 Connection ~ 2500 1300 Wire Wire Line 8300 1300 9200 1300 Wire Wire Line - 2900 2500 3800 2500 + 2800 2500 3800 2500 Wire Wire Line 2500 1250 2500 1350 Wire Wire Line @@ -44,9 +44,9 @@ Wire Wire Line Wire Wire Line 2100 2700 2000 2700 Wire Wire Line - 2000 2500 2500 2500 + 2000 2500 2600 2500 Wire Wire Line - 3200 3000 3200 3100 + 3200 2900 3200 3000 Wire Wire Line 3200 2500 3200 2600 Connection ~ 3200 2500 @@ -61,16 +61,16 @@ Wire Wire Line Wire Wire Line 7400 1300 7500 1300 Wire Wire Line - 9200 1800 9200 1850 + 9200 1750 9200 1800 Wire Wire Line - 9200 1250 9200 1400 + 9200 1250 9200 1450 Connection ~ 9200 1300 Wire Wire Line 2200 1650 2200 1750 Wire Wire Line - 2500 1750 2500 1800 + 2500 1650 2500 1700 Wire Wire Line - 6650 2550 6650 2500 + 6650 2600 6650 2500 Wire Wire Line 6650 2500 7050 2500 Wire Wire Line @@ -85,7 +85,7 @@ U 1 1 4B4B15E7 P 6650 2750 F 0 "C10" H 6800 2800 50 0000 L CNN F 1 "10uF" H 6800 2750 50 0000 L TNN -F 2 "" H 6650 2750 60 0001 C CNN +F 2 "discret:CP6" H 6650 2750 60 0001 C CNN F 3 "" H 6650 2750 60 0001 C CNN 1 6650 2750 1 0 0 -1 @@ -107,7 +107,7 @@ U 1 1 4B4B15D9 P 9200 2500 F 0 "C11" H 9350 2550 50 0000 L CNN F 1 "10uF" H 9350 2500 50 0000 L TNN -F 2 "" H 9200 2500 60 0001 C CNN +F 2 "discret:CP6" H 9200 2500 60 0001 C CNN F 3 "" H 9200 2500 60 0001 C CNN 1 9200 2500 1 0 0 -1 @@ -130,7 +130,7 @@ U 1 1 4B4B1532 P 7900 1350 F 0 "U2" H 7900 1650 60 0000 C CNN F 1 "78L05" H 7900 1550 60 0000 C CNN -F 2 "" H 7900 1350 60 0001 C CNN +F 2 "discret:LM78LXX" H 7900 1350 60 0001 C CNN F 3 "" H 7900 1350 60 0001 C CNN 1 7900 1350 1 0 0 -1 @@ -174,7 +174,7 @@ U 1 1 4B4B1230 P 7950 2900 F 0 "U1" H 7400 3300 70 0000 L CNN F 1 "ICL7660" H 8500 2450 70 0000 R CNN -F 2 "" H 7950 2900 60 0001 C CNN +F 2 "dip_sockets:DIP-8__300_ELL" H 7950 2900 60 0001 C CNN F 3 "" H 7950 2900 60 0001 C CNN 1 7950 2900 1 0 0 -1 @@ -184,23 +184,23 @@ Text Label 2150 2500 0 60 ~ 0 $Comp L CP C9 U 1 1 4B3A1558 -P 2500 1550 -F 0 "C9" H 2650 1600 50 0000 L CNN -F 1 "47uF/63V" H 2650 1550 50 0000 L TNN -F 2 "" H 2500 1550 60 0001 C CNN -F 3 "" H 2500 1550 60 0001 C CNN - 1 2500 1550 +P 2500 1500 +F 0 "C9" H 2650 1550 50 0000 L CNN +F 1 "47uF/63V" H 2650 1500 50 0000 L TNN +F 2 "discret:CP8" H 2500 1500 60 0001 C CNN +F 3 "" H 2500 1500 60 0001 C CNN + 1 2500 1500 1 0 0 -1 $EndComp $Comp L GND #PWR06 U 1 1 4B3A1557 -P 2500 1800 -F 0 "#PWR06" H 2500 1800 30 0001 C CNN -F 1 "GND" H 2500 1730 30 0001 C CNN -F 2 "" H 2500 1800 60 0001 C CNN -F 3 "" H 2500 1800 60 0001 C CNN - 1 2500 1800 +P 2500 1700 +F 0 "#PWR06" H 2500 1700 30 0001 C CNN +F 1 "GND" H 2500 1630 30 0001 C CNN +F 2 "" H 2500 1700 60 0001 C CNN +F 3 "" H 2500 1700 60 0001 C CNN + 1 2500 1700 1 0 0 -1 $EndComp $Sheet @@ -232,7 +232,7 @@ U 1 1 4B3A12F4 P 1650 1400 F 0 "P1" V 1600 1400 40 0000 C CNN F 1 "CONN_2" V 1700 1400 40 0000 C CNN -F 2 "" H 1650 1400 60 0001 C CNN +F 2 "connect:bornier2" H 1650 1400 60 0001 C CNN F 3 "" H 1650 1400 60 0001 C CNN 1 1650 1400 -1 0 0 -1 @@ -254,7 +254,7 @@ U 1 1 4B03CEC2 P 9200 1600 F 0 "C1" H 9350 1650 50 0000 L CNN F 1 "47uF" H 9350 1600 50 0000 L TNN -F 2 "" H 9200 1600 60 0001 C CNN +F 2 "discret:CP6" H 9200 1600 60 0001 C CNN F 3 "" H 9200 1600 60 0001 C CNN 1 9200 1600 1 0 0 -1 @@ -262,12 +262,12 @@ $EndComp $Comp L GND #PWR09 U 1 1 4B03CEC1 -P 9200 1850 -F 0 "#PWR09" H 9200 1850 30 0001 C CNN -F 1 "GND" H 9200 1780 30 0001 C CNN -F 2 "" H 9200 1850 60 0001 C CNN -F 3 "" H 9200 1850 60 0001 C CNN - 1 9200 1850 +P 9200 1800 +F 0 "#PWR09" H 9200 1800 30 0001 C CNN +F 1 "GND" H 9200 1730 30 0001 C CNN +F 2 "" H 9200 1800 60 0001 C CNN +F 3 "" H 9200 1800 60 0001 C CNN + 1 9200 1800 1 0 0 -1 $EndComp $Comp @@ -350,35 +350,35 @@ $EndComp $Comp L GND #PWR017 U 1 1 4AE173D0 -P 3200 3100 -F 0 "#PWR017" H 3200 3100 30 0001 C CNN -F 1 "GND" H 3200 3030 30 0001 C CNN -F 2 "" H 3200 3100 60 0001 C CNN -F 3 "" H 3200 3100 60 0001 C CNN - 1 3200 3100 +P 3200 3000 +F 0 "#PWR017" H 3200 3000 30 0001 C CNN +F 1 "GND" H 3200 2930 30 0001 C CNN +F 2 "" H 3200 3000 60 0001 C CNN +F 3 "" H 3200 3000 60 0001 C CNN + 1 3200 3000 1 0 0 -1 $EndComp $Comp L CP C2 U 1 1 4AE173CF -P 3200 2800 -F 0 "C2" H 3350 2850 50 0000 L CNN -F 1 "47uF/20V" H 3350 2750 50 0000 L TNN -F 2 "" H 3200 2800 60 0001 C CNN -F 3 "" H 3200 2800 60 0001 C CNN - 1 3200 2800 +P 3200 2750 +F 0 "C2" H 3350 2800 50 0000 L CNN +F 1 "47uF/20V" H 3350 2700 50 0000 L TNN +F 2 "discret:CP6" H 3200 2750 60 0001 C CNN +F 3 "" H 3200 2750 60 0001 C CNN + 1 3200 2750 1 0 0 -1 $EndComp $Comp -L DIODE D1 +L D_Small D1 U 1 1 4AE172F4 P 2700 2500 F 0 "D1" H 2700 2400 40 0000 C CNN F 1 "1N4007" H 2700 2600 40 0000 C CNN -F 2 "" H 2700 2500 60 0001 C CNN +F 2 "discret:D5" H 2700 2500 60 0001 C CNN F 3 "" H 2700 2500 60 0001 C CNN 1 2700 2500 - 1 0 0 1 + -1 0 0 -1 $EndComp $Comp L GND #PWR018 @@ -397,7 +397,7 @@ U 1 1 4AD71B06 P 1650 2600 F 0 "P2" V 1600 2600 40 0000 C CNN F 1 "CONN_2" V 1700 2600 40 0000 C CNN -F 2 "" H 1650 2600 60 0001 C CNN +F 2 "connect:bornier2" H 1650 2600 60 0001 C CNN F 3 "" H 1650 2600 60 0001 C CNN 1 1650 2600 -1 0 0 -1 diff --git a/demos/complex_hierarchy/complex_hierarchy_schlib.lib b/demos/complex_hierarchy/complex_hierarchy_schlib.lib index ecb4e7c5e7..7e82bbd87e 100644 --- a/demos/complex_hierarchy/complex_hierarchy_schlib.lib +++ b/demos/complex_hierarchy/complex_hierarchy_schlib.lib @@ -3,29 +3,31 @@ EESchema-LIBRARY Version 2.3 # # +12C # -DEF +12C #PWR 0 0 N Y 1 F P -F0 "#PWR" 0 -30 30 H I C CNN -F1 "+12C" 0 110 40 H V C CNN +DEF +12C #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12C" 0 150 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X +12C 1 0 0 0 U 30 30 0 0 W N -C 0 60 20 0 1 0 N -P 4 0 1 0 0 0 0 40 0 40 0 40 N +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 +12C 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # # +12V # -DEF +12V #PWR 0 0 N Y 1 F P -F0 "#PWR" 0 -50 20 H I C CNN -F1 "+12V" 0 100 30 H V C CNN +DEF +12V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "+12V" 0 140 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X +12V 1 0 0 0 U 20 30 0 0 W N -C 0 60 20 0 1 0 N -P 3 0 1 0 0 0 0 40 0 40 N +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 +12V 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # @@ -62,20 +64,22 @@ ENDDEF # C # DEF C C 0 10 N Y 1 F N -F0 "C" 0 100 40 H V L CNN -F1 "C" 6 -85 40 H V L CNN +F0 "C" 25 100 50 H V L CNN +F1 "C" 25 -100 50 H V L CNN F2 "" 38 -150 30 H V C CNN -F3 "" 0 100 30 H V C CNN +F3 "" 0 0 60 H V C CNN $FPLIST - SM* C? - C1-1 + C_????_* + C_???? + SMD*_c + Capacitor* $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 200 170 D 40 40 1 1 P -X ~ 2 0 -200 170 U 40 40 1 1 P +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P ENDDRAW ENDDEF # @@ -95,61 +99,72 @@ ENDDEF # # CP # -DEF CP C 0 10 N N 1 F N -F0 "C" 50 100 40 H V L CNN -F1 "CP" 50 -100 40 H V L CNN -F2 "" 100 -150 30 H V C CNN -F3 "" 50 100 30 H V C CNN -ALIAS CAPAPOL +DEF CP C 0 10 N Y 1 F N +F0 "C" 25 100 50 H V L CNN +F1 "CP" 25 -100 50 H V L CNN +F2 "" 38 -150 30 H V C CNN +F3 "" 0 0 60 H V C CNN $FPLIST CP* - SM* + Elko* + TantalC* + C*elec + c_elec* + SMD*_Pol $ENDFPLIST DRAW -P 4 0 1 8 -80 50 -80 -50 80 -50 80 50 N -P 4 0 1 0 -50 50 -50 -20 50 -20 50 50 F -X ~ 1 0 200 150 D 40 40 1 1 P -X ~ 2 0 -200 150 U 40 40 1 1 P +S -90 20 -90 40 0 1 0 N +S -90 20 90 20 0 1 0 N +S -70 90 -30 90 0 1 0 N +S -50 70 -50 110 0 1 0 N +S 90 -20 -90 -40 0 1 0 F +S 90 40 -90 40 0 1 0 N +S 90 40 90 20 0 1 0 N +X ~ 1 0 150 110 D 40 40 1 1 P +X ~ 2 0 -150 110 U 40 40 1 1 P ENDDRAW ENDDEF # -# DIODE +# D_Small # -DEF DIODE D 0 40 N N 1 F N -F0 "D" 0 100 40 H V C CNN -F1 "DIODE" 0 -100 40 H V C CNN -F2 "" 0 0 60 H V C CNN -F3 "" 0 0 60 H V C CNN +DEF D_Small D 0 10 N N 1 F N +F0 "D" -50 80 50 H V L CNN +F1 "D_Small" -150 -80 50 H V L CNN +F2 "" 0 0 60 V V C CNN +F3 "" 0 0 60 V V C CNN $FPLIST - D? - S* + Diode_* + D-Pak_TO252AA + *SingleDiode + *SingleDiode* + *_Diode_* $ENDFPLIST DRAW -P 2 0 1 6 50 50 50 -50 N -P 3 0 1 0 -50 50 50 0 -50 -50 F -X A 1 -200 0 150 R 40 40 1 1 P -X K 2 200 0 150 L 40 40 1 1 P +P 2 0 1 0 -30 -40 -30 40 N +P 4 0 1 0 30 -40 -30 0 30 40 30 -40 F +X K 1 -100 0 70 R 50 50 1 1 P +X A 2 100 0 70 L 50 50 1 1 P ENDDRAW ENDDEF # # GND # -DEF ~GND #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 0 30 H I C CNN -F1 "GND" 0 -70 30 H I C CNN +DEF GND #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "GND" 0 -123 30 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -P 4 0 1 0 -50 0 0 -50 50 0 -50 0 N -X GND 1 0 0 0 U 30 30 1 1 W N +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 20 30 1 1 W N ENDDRAW ENDDEF # # HT # DEF HT #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 120 20 H I C CNN -F1 "HT" 0 90 30 H V C CNN +F0 "#PWR" 0 120 50 H I C CNN +F1 "HT" 0 90 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW @@ -264,8 +279,8 @@ ENDDEF # PWR_FLAG # DEF PWR_FLAG #FLG 0 0 N N 1 F P -F0 "#FLG" 0 95 30 H I C CNN -F1 "PWR_FLAG" 0 180 30 H V C CNN +F0 "#FLG" 0 95 50 H I C CNN +F1 "PWR_FLAG" 0 180 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW @@ -277,35 +292,32 @@ ENDDEF # R # DEF R R 0 0 N Y 1 F N -F0 "R" 80 0 40 V V C CNN -F1 "R" 7 1 40 V V C CNN +F0 "R" 80 0 50 V V C CNN +F1 "R" 0 0 50 V V C CNN F2 "" -70 0 30 V V C CNN F3 "" 0 0 30 H V C CNN $FPLIST - R? - SM0603 - SM0805 - R?-* - SM1206 + R_* + Resistor_* $ENDFPLIST DRAW -S -40 150 40 -150 0 1 12 N -X ~ 1 0 250 100 D 60 60 1 1 P -X ~ 2 0 -250 100 U 60 60 1 1 P +S -40 -100 40 100 0 1 10 N +X ~ 1 0 150 50 D 60 60 1 1 P +X ~ 2 0 -150 50 U 60 60 1 1 P ENDDRAW ENDDEF # # VCC # DEF VCC #PWR 0 0 Y Y 1 F P -F0 "#PWR" 0 100 30 H I C CNN -F1 "VCC" 0 100 30 H V C CNN +F0 "#PWR" 0 -150 50 H I C CNN +F1 "VCC" 0 150 50 H V C CNN F2 "" 0 0 60 H V C CNN F3 "" 0 0 60 H V C CNN DRAW -X VCC 1 0 0 0 U 20 20 0 0 W N -C 0 50 20 0 1 0 N -P 3 0 1 0 0 0 0 30 0 30 N +C 0 75 25 0 1 0 N +P 2 0 1 0 0 0 0 50 N +X VCC 1 0 0 0 U 50 50 1 1 W N ENDDRAW ENDDEF # diff --git a/eeschema/netform.cpp b/eeschema/netform.cpp index 51845a542d..4939476c65 100644 --- a/eeschema/netform.cpp +++ b/eeschema/netform.cpp @@ -104,38 +104,41 @@ bool SCH_EDIT_FRAME::WriteNetListFile( NETLIST_OBJECT_LIST* aConnectedItemsList, if( aReporter ) { wxArrayString output, errors; - int diag = wxExecute (commandLine, output, errors, wxEXEC_SYNC ); + int diag = wxExecute( commandLine, output, errors, wxEXEC_SYNC ); wxString msg; - msg << _("Run command:") << wxT("\n") << commandLine << wxT("\n\n"); + msg << _( "Run command:" ) << wxT( "\n" ) << commandLine << wxT( "\n\n" ); aReporter->Report( msg, REPORTER::RPT_ACTION ); if( diag != 0 ) - aReporter->Report( wxString::Format( _("Command error. Return code %d"), diag ), REPORTER::RPT_ERROR ); + aReporter->Report( wxString::Format( + _("Command error. Return code %d" ), diag ), + REPORTER::RPT_ERROR ); else - aReporter->Report( _("Success"), REPORTER::RPT_INFO ); + aReporter->Report( _( "Success" ), REPORTER::RPT_INFO ); *aReporter << wxT("\n"); if( output.GetCount() ) { - msg << wxT("\n") << _("Info messages:") << wxT("\n"); + msg.Empty(); + msg << wxT( "\n" ) << _( "Info messages:" ) << wxT( "\n" ); aReporter->Report( msg, REPORTER::RPT_INFO ); for( unsigned ii = 0; ii < output.GetCount(); ii++ ) - aReporter->Report( output[ii], REPORTER::RPT_INFO ); + aReporter->Report( output[ii] + wxT( "\n" ), REPORTER::RPT_INFO ); } if( errors.GetCount() ) { - msg << wxT("\n") << _("Error messages:") << wxT("\n"); + msg.Empty(); + msg << wxT("\n") << _( "Error messages:" ) << wxT( "\n" ); aReporter->Report( msg, REPORTER::RPT_INFO ); for( unsigned ii = 0; ii < errors.GetCount(); ii++ ) - aReporter->Report( errors[ii], REPORTER::RPT_ERROR ); - + aReporter->Report( errors[ii] + wxT( "\n" ), REPORTER::RPT_ERROR ); } } else