-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added square, pwm and generic pulse power supplies, renamed ac power …
…supply to sine
- Loading branch information
Showing
10 changed files
with
509 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
<module moduleId="1_GenericPulsePowerSupplyModuleID" fritzingVersion="0.9.10"> | ||
<version>1</version> | ||
<author>Brendan Howell (modified by vanepp Apr 2023 and A. Faina)</author> | ||
<title>Pulse Power</title> | ||
<date>2008-07-28</date> | ||
<label>V</label> | ||
<tags> | ||
<tag>ac power</tag> | ||
<tag>symbol</tag> | ||
<tag>fritzing core</tag> | ||
<tag>voltage source</tag> | ||
</tags> | ||
<properties> | ||
<property name="family">voltage source</property> | ||
<property name="type">generic pulse</property> | ||
<property name="initial voltage">0V</property> | ||
<property name="pulsed voltage">5V</property> | ||
<property name="period">100ms</property> | ||
<property name="pulse width">10ms</property> | ||
<property name="delay time">0s</property> | ||
<property name="rise time">0s</property> | ||
<property name="fall time">0s</property> | ||
<property name="number of pulses">0</property> | ||
<property name="internal resistance">0.1Ω</property> | ||
|
||
</properties> | ||
<taxonomy>discreteParts.power.wavegenerator.genericpulse</taxonomy> | ||
<description>A generic pulse power symbol</description> | ||
<spice> | ||
<line>V{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector1} PULSE({initial voltage} {pulsed voltage} {delay time} {rise time} {fall time} {pulse width} {period} {number of pulses})</line> | ||
<line>R{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector0} {internal resistance}</line> | ||
</spice> | ||
<views> | ||
<defaultUnits>cmil</defaultUnits> | ||
<iconView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="icon"/> | ||
</layers> | ||
</iconView> | ||
<breadboardView> | ||
<layers image="breadboard/waveform_generator_generic_pulse_v1_breadboard.svg"> | ||
<layer layerId="breadboard"/> | ||
</layers> | ||
</breadboardView> | ||
<schematicView> | ||
<layers image="schematic/power_supply_generic_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</schematicView> | ||
<pcbView> | ||
<layers image="schematic/power_supply_generic_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</pcbView> | ||
</views> | ||
<connectors> | ||
<connector type="female" id="connector0" name="V+"> | ||
<description>Positive Supply Voltage</description> | ||
<erc etype="VCC"> | ||
<voltage value="5.0"/> | ||
<current flow="source" valueMax="0"/> | ||
</erc> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector0pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector0pin" layer="schematic" terminalId="connector0terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector0pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
<connector type="female" id="connector1" name="V-"> | ||
<description>Negative Supply Voltage</description> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector1pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector1pin" layer="schematic" terminalId="connector1terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector1pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
</connectors> | ||
<buses> | ||
<bus id="powerbus"> | ||
<nodeMember connectorId="connector0"/> | ||
</bus> | ||
<bus id="groundbus"> | ||
<nodeMember connectorId="connector1"/> | ||
</bus> | ||
</buses> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
<module moduleId="1_PWMPulsePowerSupplyModuleID" fritzingVersion="0.9.10"> | ||
<version>1</version> | ||
<author>Brendan Howell (modified by vanepp Apr 2023 and A. Faina)</author> | ||
<title>Pulse Power</title> | ||
<date>2008-07-28</date> | ||
<label>V</label> | ||
<tags> | ||
<tag>ac power</tag> | ||
<tag>symbol</tag> | ||
<tag>fritzing core</tag> | ||
<tag>voltage source</tag> | ||
</tags> | ||
<properties> | ||
<property name="family">voltage source</property> | ||
<property name="type">pulse width modlation (PWM)</property> | ||
<property name="initial voltage">0V</property> | ||
<property name="pulsed voltage">5V</property> | ||
<property name="period">100ms</property> | ||
<property name="duty cycle">25%</property> | ||
<property name="delay time">0s</property> | ||
<property name="number of pulses">0</property> | ||
<property name="internal resistance">0.1Ω</property> | ||
|
||
</properties> | ||
<taxonomy>discreteParts.power.wavegenerator.genericpulse</taxonomy> | ||
<description>A generic pulse power symbol</description> | ||
<spice> | ||
<line>V{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector1} PULSE({initial voltage} {pulsed voltage} {delay time} 1n 1n {{period}*{duty cycle}/100} {period} {number of pulses})</line> | ||
<line>R{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector0} {internal resistance}</line> | ||
</spice> | ||
<views> | ||
<defaultUnits>cmil</defaultUnits> | ||
<iconView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="icon"/> | ||
</layers> | ||
</iconView> | ||
<breadboardView> | ||
<layers image="breadboard/waveform_generator_pwm_v1_breadboard.svg"> | ||
<layer layerId="breadboard"/> | ||
</layers> | ||
</breadboardView> | ||
<schematicView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</schematicView> | ||
<pcbView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</pcbView> | ||
</views> | ||
<connectors> | ||
<connector type="female" id="connector0" name="V+"> | ||
<description>Positive Supply Voltage</description> | ||
<erc etype="VCC"> | ||
<voltage value="5.0"/> | ||
<current flow="source" valueMax="0"/> | ||
</erc> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector0pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector0pin" layer="schematic" terminalId="connector0terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector0pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
<connector type="female" id="connector1" name="V-"> | ||
<description>Negative Supply Voltage</description> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector1pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector1pin" layer="schematic" terminalId="connector1terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector1pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
</connectors> | ||
<buses> | ||
<bus id="powerbus"> | ||
<nodeMember connectorId="connector0"/> | ||
</bus> | ||
<bus id="groundbus"> | ||
<nodeMember connectorId="connector1"/> | ||
</bus> | ||
</buses> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<?xml version='1.0' encoding='UTF-8' standalone='no'?> | ||
<module moduleId="1_SquarePulsePowerSupplyModuleID" fritzingVersion="0.9.10"> | ||
<version>1</version> | ||
<author>Brendan Howell (modified by vanepp Apr 2023 and A. Faina)</author> | ||
<title>Pulse Power</title> | ||
<date>2008-07-28</date> | ||
<label>V</label> | ||
<tags> | ||
<tag>ac power</tag> | ||
<tag>symbol</tag> | ||
<tag>fritzing core</tag> | ||
<tag>voltage source</tag> | ||
</tags> | ||
<properties> | ||
<property name="family">voltage source</property> | ||
<property name="type">square pulse</property> | ||
<property name="initial voltage">0V</property> | ||
<property name="pulsed voltage">5V</property> | ||
<property name="period">100ms</property> | ||
<property name="delay time">0s</property> | ||
<property name="number of pulses">0</property> | ||
<property name="internal resistance">0.1Ω</property> | ||
|
||
</properties> | ||
<taxonomy>discreteParts.power.wavegenerator.genericpulse</taxonomy> | ||
<description>A generic pulse power symbol</description> | ||
<spice> | ||
<line>V{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector1} PULSE({initial voltage} {pulsed voltage} {delay time} 1n 1n {{period}/2} {period} {number of pulses})</line> | ||
<line>R{instanceTitle} {net connector0}_{instanceTitle}_aux {net connector0} {internal resistance}</line> | ||
</spice> | ||
<views> | ||
<defaultUnits>cmil</defaultUnits> | ||
<iconView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="icon"/> | ||
</layers> | ||
</iconView> | ||
<breadboardView> | ||
<layers image="breadboard/waveform_generator_square_pulse_v1_breadboard.svg"> | ||
<layer layerId="breadboard"/> | ||
</layers> | ||
</breadboardView> | ||
<schematicView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</schematicView> | ||
<pcbView> | ||
<layers image="schematic/power_supply_pulse_1_schematic.svg"> | ||
<layer layerId="schematic"/> | ||
</layers> | ||
</pcbView> | ||
</views> | ||
<connectors> | ||
<connector type="female" id="connector0" name="V+"> | ||
<description>Positive Supply Voltage</description> | ||
<erc etype="VCC"> | ||
<voltage value="5.0"/> | ||
<current flow="source" valueMax="0"/> | ||
</erc> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector0pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector0pin" layer="schematic" terminalId="connector0terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector0pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
<connector type="female" id="connector1" name="V-"> | ||
<description>Negative Supply Voltage</description> | ||
<views> | ||
<breadboardView> | ||
<p svgId="connector1pin" layer="breadboard"/> | ||
</breadboardView> | ||
<schematicView> | ||
<p svgId="connector1pin" layer="schematic" terminalId="connector1terminal"/> | ||
</schematicView> | ||
<pcbView> | ||
<p svgId="connector1pin" layer="schematic"/> | ||
</pcbView> | ||
</views> | ||
</connector> | ||
</connectors> | ||
<buses> | ||
<bus id="powerbus"> | ||
<nodeMember connectorId="connector0"/> | ||
</bus> | ||
<bus id="groundbus"> | ||
<nodeMember connectorId="connector1"/> | ||
</bus> | ||
</buses> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.