package src "Source code of SPICELib" annotation ( Window( x=0.03, y=0.02, width=0.24, height=0.45, library=1, autolayout=1), Documentation(info="


| File | Package (SPICELib.src.) |
| analyses.mo | ANALYSES |
| breakout.mo | BREAKOUT |
| functions.mo | |
| init.mo | INIT |
| interface.mo | INTERFACE |
| source.mo | WAVEFORMS SOURCE |
| special.mo | SPECIAL |















| DC and AC specifications | SOURCE.VSource V1( DC_VALUE=3, AC_MAG=10, AC_PHASE=45 ); |
| EXP waveform | SOURCE.VSource V1( DC_VALUE=3, AC_MAG=10, AC_PHASE=45, redeclare model TransientSpecification = WAVEFORMS.EXP( S1=1,S2=2,TD1=1,TC1=1, TD2=3,TC2=1 )); |
| PULSE waveform | SOURCE.VSource V1( DC_VALUE=3, AC_MAG=10, redeclare model TransientSpecification = WAVEFORMS.PULSE( S1=1,S2=2, TD=1,TR=1, PW=3,TF=1, PER=8 )); |
| PWL waveform | SOURCE.VSource V1( DC_VALUE=3, AC_MAG=10,
AC_PHASE=30, redeclare model TransientSpecification = WAVEFORMS.PWL( signalCorners = { 1, 2, 4, 8, 16 }, timeCorners = { 0, 1, 2, 3, 4 } )); |









| SKIP_INITIAL_TRAN_SOLUTION:=false |
When biasPointCalculated becomes true, the circuit static model
contains the transient initial solution. Then (see Fig. 15):
|
| SKIP_INITIAL_TRAN_SOLUTION:=true |
At initial time (see Fig. 16):
|

