3.12.5 NonlinearSettings
Command structure of NonlinearSettings.
As mentioned in the description of NonlinearSetup additional data has to be stored in a DAE system in order to apply the nonlinear simplification routines. The command NonlinearSettings prints the according data currently stored in a DAEObject.
NonlinearSettings provides the following information:
See also: NonlinearSetup.
Examples
Load Analog Insydes.
In[1]:= <<AnalogInsydes`
Read PSpice netlist.
In[2]:= net = ReadNetlist["AnalogInsydes/DemoFiles/Sqrt.cir", Simulator -> "PSpice"]
Out[2]=
Set up DAE system.
In[3]:= dae = CircuitEquations[net, AnalysisMode -> DC, ElementValues -> Symbolic]
Out[3]=
Specify settings for nonlinear simplifications.
In[4]:= setup = NonlinearSetup[dae, {VLOAD, II}, {V$5, I$VLOAD}, DT -> {Range -> {{VLOAD, 0, 3, 1}, {II, 0, 0.003, 0.001}} }]
Out[4]=
Display settings stored in the DAEObject.
In[5]:= NonlinearSettings[setup]
|