File:IEC-61000-4-5 Simplified Circuit Diagram of the 10-700 us Combination Wave Generator.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 583 × 268 pixels. Other resolutions: 320 × 147 pixels | 640 × 294 pixels | 1,024 × 471 pixels | 1,280 × 588 pixels | 2,560 × 1,177 pixels.
Original file (SVG file, nominally 583 × 268 pixels, file size: 26 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionIEC-61000-4-5 Simplified Circuit Diagram of the 10-700 us Combination Wave Generator.svg |
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 | |
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
[edit]Public 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 | 13:09, 28 August 2022 | 583 × 268 (26 KB) | Bieraaa (talk | contribs) | Uploaded a work by Bieraaa from {{own}} with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- 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 | 214.405pt |