Live simulator running on address: http://sim.foxylab.com/
Brief description of netlist format: http://sim.foxylab.com/help
FoxySim homepage (on russian): https://acdc.foxylab.com/foxysim
GitHub: https://github.com/Dreamy16101976/FoxySim
FoxySim may be running on Lynx: ;-)
Circuit simulation steps
- Divide schematic to components
- Number nodes
- Make netlist
- Open http://sim.foxylab.com in any browser
- Enter the netlist in the simulator window
- Press Go! button
- View results of simulation
Supported components:
- Voltage source
- Current source
- VCVS
- CCCS
- VCCS
- CCVS
- Resistor
- Inductance
- Inductive coupling
- Capacitance
- Complex
impedance - Transmission
line - RG-line
- RGLC-line
- Ampermeter
- Voltmeter
- Wattmeter
- Varmeter
- Phasemeter
Examples:
DC circuit
Netlist:
.DC V1 1 0 10 R1 1 2 5 R2 2 0 15 R3 2 3 20 V2 3 0 30 I1 2 0 5 .END
Netlist in simulator:
Simulation result:
AC circuit
Netlist:
.AC 50
V1 1 0 60 0
PW1 1 2 1 0
PA1 2 3
PV1 1 0
R1 3 4 30
L1 4 0 100m
K1 L1 L2 0.8
L2 5 0 200m
R2 5 6 50
PA2 6 7
R3 7 0 100
PV2 7 0
.END
Netlist in simulator:
Simulation result: