Files
-
PowerPCB / CANCommunication.sch
-
PowerPCB / Connectors.sch
-
PowerPCB / CurrentSensing.sch
-
PowerPCB / ExternalClocks.sch
-
PowerPCB / Fan.sch
-
PowerPCB / InputProtection.sch
-
PowerPCB / InputProtectionFanTach.sch
-
PowerPCB / LightsTeam.sch
-
PowerPCB / MCU.sch
-
PowerPCB / PowerPathing.sch
-
PowerPCB / PowerPCB.kicad_pcb
-
PowerPCB / PowerPCB.sch
-
PowerPCB / PowerTeam.sch
-
PowerPCB / Reset.sch
-
PowerPCB / STLink.sch
-
Simulations / Fan / Fan.sch
-
Simulations / PCB_Protection / LongWireSwitching.sch
-
Simulations / PCB_Protection / MicroController.sch
-
Simulations / PCB_Protection / PCB_Protection.kicad_pcb
-
Simulations / PCB_Protection / PCB_Protection.sch
Last update 3 years 10 months
by
Dipesh Manandhar
VC_SW_SPST.spice* VC_SW_SPST * Created by Dipesh Manandhar on 05/09/2020 ************************************************** * parameters: * 1 & 2 switch makes connection between two nodes * 3 & 4 controlling voltage applied (3+, 4-) *************************************************** .SUBCKT VC_SW_SPST 1 2 3 4 * switch on- and off resistances .PARAM ron=1m roff=1G * voltage controlled switch with threshold 0.5V s1 1 2 3 4 vcsw OFF .MODEL vcsw SW vt=0.5 vh=0 ron='ron' roff='roff' .ENDS VC_SW_SPST