Fitxer:IEC-61000-4-5 Simplified Circuit Diagram of the 1.2-50 us Combination Wave Generator.svg

Fitxer original(fitxer SVG, nominalment 583 × 192 píxels, mida del fitxer: 24 Ko)

Descripció a Commons

Resum

Descripció
English: Simplified circuit diagram of the 1.2/50-8/20 μs combination wave generator, as defined in IEC-61000-4-5.
Data
Font Treball propi
Autor Bieraaa
SVG genesis
InfoField
 
El codi font d’aquest SVG no és vàlid perquè hi ha un error.
 
Aquesta imatge vectorial ha estat creada amb Python
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Codi font
InfoField

Python code

# keep text as text, not path
import matplotlib.pyplot as plt
plt.rcParams['svg.fonttype'] = 'none'

import schemdraw
import schemdraw.elements as elm 

with schemdraw.Drawing(file='figure.svg') as d:
    source = elm.SourceV()
    d += source
    rc = (elm.Resistor().right()
                        .label('$R_c$')
         )
    d += rc
    cap = (elm.Capacitor().down()
                          .label('$C_c$')
          )
    d += cap
    switch = elm.Switch().right().label('Switch').at(cap.start)
    d += switch
    d += elm.Resistor().down().label('$R_{s1}$')
    d += elm.Resistor().right().label('$R_m$').at(switch.end)
    inductor = elm.Inductor().right().label('$L_r$')
    d += inductor
    r2 = elm.Resistor().down().label('$R_{s2}$')
    d += r2
    d += elm.Line(l=2).at(inductor.end).right().dot(open=True)
    d += elm.Line(l=2).at(r2.end).right().dot(open=True)
    d += elm.Line().tox(source.end)

Llicència

Aquesta imatge no és apta per tenir drets d'autor perquè consta totalment d'informació que és propietat comuna i no conté cap creació original. Per tant, és en el domini públic.
En cas que aquesta imatge passés el llindar d'originalitat, el titular dels drets, permet el seu ús amb les següents condicions: {{CC0}}

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer

Elements representats en aquest fitxer

representa l'entitat

Historial del fitxer

Cliqueu una data/hora per veure el fitxer tal com era aleshores.

Data/horaMiniaturaDimensionsUsuari/aComentari
actual14:01, 28 ago 2022Miniatura per a la versió del 14:01, 28 ago 2022583 × 192 (24 Ko)BieraaaReverted to version as of 10:28, 28 August 2022 (UTC). It was not an SVG bug, just stale cache from the old version. Thus, this version should already work...
12:43, 28 ago 2022Miniatura per a la versió del 12:43, 28 ago 2022583 × 192 (148 Ko)Bieraaaanother attempt to work around the SVG rendering bug
12:41, 28 ago 2022Miniatura per a la versió del 12:41, 28 ago 2022583 × 192 (35 Ko)Bieraaaanother attempt to work around the SVG rendering bug
12:28, 28 ago 2022Miniatura per a la versió del 12:28, 28 ago 2022583 × 192 (24 Ko)Bieraaaanother attempt to work around the SVG rendering bug
12:05, 28 ago 2022Miniatura per a la versió del 12:05, 28 ago 2022583 × 192 (32 Ko)BieraaaAnother fix attempt... This image triggers a Mediawiki or librsvg has a bug! The SVG is correct but the PNG rendering is not, and it's incorrect only for some image sizes.
11:08, 28 ago 2022Miniatura per a la versió del 11:08, 28 ago 2022583 × 192 (41 Ko)BieraaaAnother fix attempt
11:04, 28 ago 2022Miniatura per a la versió del 11:04, 28 ago 2022583 × 192 (32 Ko)BieraaaFix incorrect diagram with the capacitor missing.
10:55, 28 ago 2022Miniatura per a la versió del 10:55, 28 ago 2022583 × 192 (30 Ko)BieraaaAdded output terminals
10:47, 28 ago 2022Miniatura per a la versió del 10:47, 28 ago 2022513 × 189 (27 Ko)BieraaaUploaded a work by Bieraaa from My own work, redrawn according to IEC 61000-4-5. with UploadWizard

La pàgina següent utilitza aquest fitxer:

Ús global del fitxer

Utilització d'aquest fitxer en altres wikis:

Metadades