Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bins/core.fzb
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,13 @@
</iconView>
</views>
</instance>
<instance moduleIdRef="1_LabDCPowerSupplyModuleID" modelIndex="52" path=":/resources/parts/core/power_supply_sine_1.fzp">
<views>
<iconView layer="icon">
<geometry z="-1" x="-1" y="-1"/>
</iconView>
</views>
</instance>
<instance moduleIdRef="1_SinePowerSupplyModuleID" modelIndex="52" path=":/resources/parts/core/power_supply_sine_1.fzp">
<views>
<iconView layer="icon">
Expand Down
2 changes: 1 addition & 1 deletion core/basic_fet_p.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description>A MOSFET P-Channel Transistor</description>
<spice>
<model>*Typical P-Channel MOSFET transistor </model>
<model>.MODEL P_MOSFET_GENERIC PMOS (level=1 W=50u L=5u LEVEL=1 VTO=3.6 PHI=0.8 JS=0 KP=10.1)</model>
<model>.MODEL P_MOSFET_GENERIC PMOS (level=1 W=50u L=5u VTO=-3.6 PHI=0.8 JS=0 KP=10.1)</model>
<line>M{instanceTitle} {net connector1} {net connector0} {net connector2} {net connector2} P_MOSFET_GENERIC</line>
</spice>
<views>
Expand Down
4 changes: 2 additions & 2 deletions core/power_supply_dc_5.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</erc>
<views>
<breadboardView>
<p svgId="connector1pin" layer="schematic"/>
<p svgId="connector1pin" layer="breadboard"/>
</breadboardView>
<schematicView>
<p svgId="connector1pin" layer="schematic" terminalId="connector1terminal"/>
Expand All @@ -68,7 +68,7 @@
<description>Negative Supply Voltage</description>
<views>
<breadboardView>
<p svgId="connector0pin" layer="schematic"/>
<p svgId="connector0pin" layer="breadboard"/>
</breadboardView>
<schematicView>
<p svgId="connector0pin" layer="schematic" terminalId="connector0terminal"/>
Expand Down
4 changes: 2 additions & 2 deletions core/sparkfun-poweric-transformer-pth.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<property name="package">transformer</property>
<property name="family">sparkfun Transformer</property>
<property name="variant">pth</property>
<property name="input inductance">10H</property>
<property name="output inductance">40H</property>
<property name="input inductance">40H</property>
<property name="output inductance">10H</property>
<property name="input resistance">1&#937;</property>
<property name="output resistance">1&#937;</property>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions core/sparkfun-poweric-transformer-smd.fzp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<property name="package">transformer_smd</property>
<property name="family">sparkfun Transformer</property>
<property name="variant">smd</property>
<property name="input inductance">10H</property>
<property name="output inductance">40H</property>
<property name="input inductance">40H</property>
<property name="output inductance">10H</property>
<property name="input resistance">1&#937;</property>
<property name="output resistance">1&#937;</property>
</properties>
Expand Down