File:IEC-61000-4-5 Simplified Circuit Diagram of the 1.2-50 us Combination Wave Generator.svg
Size of this PNG preview of this SVG file: 583 × 192 pixels. Other resolutions: 320 × 105 pixels | 640 × 211 pixels | 1,024 × 337 pixels | 1,280 × 422 pixels | 2,560 × 843 pixels.
Original file (SVG file, nominally 583 × 192 pixels, file size: 24 KB)
File information
Structured data
Captions
Summary
editDescriptionIEC-61000-4-5 Simplified Circuit Diagram of the 1.2-50 us Combination Wave Generator.svg |
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 | |
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
editPublic domainPublic domainfalsefalse |
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}}
|
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:01, 28 August 2022 | 583 × 192 (24 KB) | Bieraaa (talk | contribs) | Reverted 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 2022 | 583 × 192 (148 KB) | Bieraaa (talk | contribs) | another attempt to work around the SVG rendering bug | ||
10:41, 28 August 2022 | 583 × 192 (35 KB) | Bieraaa (talk | contribs) | another attempt to work around the SVG rendering bug | ||
10:28, 28 August 2022 | 583 × 192 (24 KB) | Bieraaa (talk | contribs) | another attempt to work around the SVG rendering bug | ||
10:05, 28 August 2022 | 583 × 192 (32 KB) | Bieraaa (talk | contribs) | Another 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 2022 | 583 × 192 (41 KB) | Bieraaa (talk | contribs) | Another fix attempt | ||
09:04, 28 August 2022 | 583 × 192 (32 KB) | Bieraaa (talk | contribs) | Fix incorrect diagram with the capacitor missing. | ||
08:55, 28 August 2022 | 583 × 192 (30 KB) | Bieraaa (talk | contribs) | Added output terminals | ||
08:47, 28 August 2022 | 513 × 189 (27 KB) | Bieraaa (talk | contribs) | Uploaded a work by Bieraaa from My own work, redrawn according to IEC 61000-4-5. with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on en.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 466.515pt |
---|---|
Height | 153.205pt |