SVG

  <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/TR/2003/REC-SVG11-20030114/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     viewBox="-2 -5 105 55" version="1.1"
     width="107" height="60">
<polyline points="0 25  100 25" fill="none" stroke="black" stroke-width="2.5"/>
<polygon points="10 30 10 20 17.07 25" />
</svg>

  <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/TR/2003/REC-SVG11-20030114/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     viewBox="-2 -5 105 55" version="1.1"
     width="107" height="60">
<polyline points="10 25  65 25" fill="none" stroke="black" 
     stroke-width="2"/>
<polygon points="30 39 30 11 45.5 25" fill="white" stroke="black" 
     stroke-width="2"/>
<line x1="45.5" y1="11" x2="45.5" y2="39" stroke="black" 
     stroke-width="2"/>
<text x="0" y="9" style="font-size:8">ANODE</text>
<text x="47" y="9" style="font-size:8">CATHODE</text>
</svg>

Schottky-Diode

Bearbeiten

  <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/TR/2003/REC-SVG11-20030114/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     viewBox="-2 -5 105 55" version="1.1"
     width="107" height="60">
<line x1="10" y1="25" x2="30" y2="25" stroke="black" 
     stroke-width="2"/>
<line x1="45.5" y1="25" x2="65" y2="25" stroke="black" 
     stroke-width="2"/>
<polygon points="30 39 30 11 45.5 25" fill="none" stroke="black" 
     stroke-width="2"/>
<line x1="45.5" y1="11" x2="45.5" y2="39" stroke="black" 
     stroke-width="2"/>
<line x1="45.5" y1="11" x2="51" y2="11" stroke="black" 
     stroke-width="2"/>
<line x1="51" y1="11" x2="51" y2="15.5" stroke="black" 
     stroke-width="2"/>
<line x1="45.5" y1="39" x2="40" y2="39" stroke="black" 
     stroke-width="2"/>
<line x1="40" y1="39" x2="40" y2="34.5" stroke="black" 
     stroke-width="2"/>
<text x="0" y="9" style="font-size:8">ANODE</text>
<text x="47" y="9" style="font-size:8">CATHODE</text>
</svg>

Operationsverstärker

Bearbeiten
 
Operationsverstärker mit Versorgungsspannung
 
schrift vergrößert etc
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/TR/2003/REC-SVG11-20030114/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    viewBox="-10 -10 200 100" version="1.1"
    width="200" height="100">
<polygon points="60 10 60 80 127 45" fill="none" stroke="black" 
    stroke-width="2"/>
<text x="1" y="8" style="font-size:8">invertierender</text>
<text x="1" y="18" style="font-size:8">Eingang</text>
<line x1="60" y1="25" x2="10" y2="25" stroke="black" 
    stroke-width="2"/>
<line x1="65" y1="25" x2="75" y2="25" stroke="black" 
    stroke-width="2"/>
<circle cx="7" cy="25" r="3" fill="none" stroke="black" 
    stroke-width="2"/>   
<text x="1" y="53" style="font-size:8">nichtinver-</text>
<text x="1" y="60" style="font-size:8">tierender</text>
<text x="1" y="77" style="font-size:8">Eingang</text>
<line x1="60" y1="65" x2="10" y2="65" stroke="black" 
    stroke-width="2"/>
<line x1="65" y1="65" x2="75" y2="65" stroke="black" 
    stroke-width="2"/>
<line x1="70" y1="60" x2="70" y2="70" stroke="black" 
    stroke-width="2"/>
<circle cx="7" cy="65" r="3" fill="none" stroke="black" 
    stroke-width="2"/> 
<text x="105" y="10" style="font-size:8">U</text>
<text x="111" y="12" style="font-size:8">+</text>
<line x1="100" y1="10" x2="100" y2="32"  stroke="black" 
    stroke-width="2"/>
<circle cx="100" cy="7" r="3" fill="none" stroke="black" 
    stroke-width="2"/>   
<text x="105" y="85" style="font-size:8">U</text>
<text x="111" y="87" style="font-size:8">-</text>
<line x1="100" y1="58" x2="100" y2="80"  stroke="black" 
    stroke-width="2"/>
<circle cx="100" cy="83" r="3" fill="none" stroke="black" 
    stroke-width="2"/>  
<line x1="125" y1="45" x2="170" y2="45" stroke="black" 
    stroke-width="2"/>
<circle cx="173" cy="45" r="3" fill="none" stroke="black" 
    stroke-width="2"/>   
<text x="140" y="35" style="font-size:8">Ausgang</text>
</svg>


Benutzer:AINUNIA