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

From Vigyanwiki

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

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

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 genesis
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 file 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
current17:31, 28 August 2022Thumbnail for version as of 17:31, 28 August 2022583 × 192 (24 KB)wikimediacommons>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...

The following page uses this file:

Metadata