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

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 583 × 192 pixels, file size: 24 KB)

Summary

Description
English: Simplified circuit diagram of the 1.2/50-8/20 μs combination wave generator, as defined in IEC-61000-4-5.
Date
Source Own work
Author Bieraaa
SVG development
InfoField
 
The source code of this SVG is invalid due to an error.
 
This W3C-invalid vector image was created with Python.
 
The file size of this SVG image may be irrationally large because its text has been converted to paths inhibiting translations.
Source code
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)

Licensing

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
In case this file would pass the threshold of originality, the copyright holder allows the use of this file with the following conditions: {{CC0}}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

28 August 2022

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:01, 28 August 2022Thumbnail for version as of 12:01, 28 August 2022583 × 192 (24 KB)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...
10:43, 28 August 2022Thumbnail for version as of 10:43, 28 August 2022583 × 192 (148 KB)Bieraaaanother attempt to work around the SVG rendering bug
10:41, 28 August 2022Thumbnail for version as of 10:41, 28 August 2022583 × 192 (35 KB)Bieraaaanother attempt to work around the SVG rendering bug
10:28, 28 August 2022Thumbnail for version as of 10:28, 28 August 2022583 × 192 (24 KB)Bieraaaanother attempt to work around the SVG rendering bug
10:05, 28 August 2022Thumbnail for version as of 10:05, 28 August 2022583 × 192 (32 KB)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.
09:08, 28 August 2022Thumbnail for version as of 09:08, 28 August 2022583 × 192 (41 KB)BieraaaAnother fix attempt
09:04, 28 August 2022Thumbnail for version as of 09:04, 28 August 2022583 × 192 (32 KB)BieraaaFix incorrect diagram with the capacitor missing.
08:55, 28 August 2022Thumbnail for version as of 08:55, 28 August 2022583 × 192 (30 KB)BieraaaAdded output terminals
08:47, 28 August 2022Thumbnail for version as of 08:47, 28 August 2022513 × 189 (27 KB)BieraaaUploaded a work by Bieraaa from My own work, redrawn according to IEC 61000-4-5. with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata