SpiceSharp / SpiceSharpParser

SPICE netlists parser for .NET
MIT License
25 stars 6 forks source link

Mosfet default level #49

Closed marcin-golebiowski closed 5 years ago

marcin-golebiowski commented 5 years ago

I found netlist with following statement:

.MODEL MOSPA PMOS(VTO=-2.0 KP=78.5E-4)

What should be a default level of Mosfet in the parser?

svenboulanger commented 5 years ago

The default model is probably 1.

marcin-golebiowski commented 5 years ago

OK. I will make it that way.