Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
1.1.1
- There is a support for limited function overloading. Overloaded functions need to differ on number of parameters.
Example:
.FUNC somefunction(x) = {x * x + 1}
.FUNC somefunction(x, y) = {x * x + y}
- Introducing new random number generation functions:
unif
,aunif
,limit
,agauss
and newgauss
1.1.0
- Improve performance
- Use SpiceSharp 2.6.1
1.0.38
- Various code quality and performance fixes
1.0.37
- Adding mc(x, tol) random function (LTSpice compatibility)
- Adding "merge" option for .PLOT
1.0.36
- Improving .PRINT and .PLOT
1.0.35
- Using Spice# 2.5.7
- Improving .PRINT
1.0.34
- New feature "pwl file".
Example:
V1 1 0 PWL file = "pwl_data.txt"
where pwl_data is CSV file with a header and two columns.
Please refer to integration tests for more examples.
1.0.33
- Bug fix for .OPTIONS method = xxx. Now it's possible to specify gear, trapezoidal and euler method.
- Enhancing POLY(N) syntax
- New resistor formats:
-- RName Node1 Node2 r=12
-- RName Node1 Node2 resistance=12
1.0.32
- Bug fix for MOSFET model reader
1.0.31
- Using Spice# 2.5.6