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

Original file (SVG file, nominally 583 × 268 pixels, file size: 26 KB)

Summary

Description
English: Simplified circuit diagram of the 10-700 µ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     c_c = (elm.Capacitor().down()                           .label('$C_c$')           )     d += c_c     switch = elm.Switch().right().label('Switch').at(c_c.start)     d += switch      r_s = elm.Resistor().down().label('$R_{s}$')     d += r_s      r_m1 = elm.Resistor().right().label('$R_{m1}$').at(r_s.start)     d += r_m1      c_s = elm.Capacitor().down().label('$C_s$')     d += c_s      r_m2 = elm.Resistor().right().label('$R_{m2}$').at(r_m1.end)     d += r_m2      d += elm.Line(l=2).at(c_s.start).up()     s1 = elm.Switch().right().label('$S_1$', loc='bottom').label('Switch', loc='top')     d += s1     down = elm.Line(l=2).down()     d += down      port_p = elm.Line(l=2).at(r_m2.end).right().dot(open=True)     d += port_p     d += elm.Line().right().at(source.start).to(c_s.start)     d += elm.Line().right().tox(port_p.end).dot(open=True) 

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
current13:09, 28 August 2022Thumbnail for version as of 13:09, 28 August 2022583 × 268 (26 KB)BieraaaUploaded a work by Bieraaa from {{own}} with UploadWizard

The following page uses this file:

Metadata