23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

418 3. Reference Manual<br />

As mentioned in the description of NonlinearSetup (Section 3.12.1) additional data has to be<br />

stored in a DAE system in order to apply the nonlinear simplification routines. The command<br />

NonlinearSettings prints the according data currently stored in a DAEObject.<br />

NonlinearSettings provides the following information:<br />

list of input symbols<br />

list of output symbols<br />

value of the ranking cache<br />

mode-specific settings (range, simulation function, error function, and reference values)<br />

See also: NonlinearSetup (Section 3.12.1).<br />

Examples<br />

Load Analog Insydes.<br />

Read PSpice netlist.<br />

Set up DAE system.<br />

Specify settings for<br />

nonlinear simplifications.<br />

Display settings stored in<br />

the DAEObject.<br />

In[1]:= DC, ElementValues −> Symbolic]<br />

Out[3]= DAEDC, 27 27 <br />

In[4]:= setup = NonlinearSetup[dae, {VLOAD, II}, {V$5, I$VLOAD},<br />

DT −> {Range −><br />

{{VLOAD, 0, 3, 1}, {II, 0, 0.003, 0.001}} }]<br />

Out[4]= DAEDC, 27 27 <br />

In[5]:= NonlinearSettings[setup]<br />

Input symbols<br />

Output symbols<br />

Ranking−Cache<br />

: {II, VLOAD}<br />

: {I$VLOAD, V$5}<br />

: −not set−<br />

DT range : {{VLOAD −> 0., II −> 0.}, }<br />

DTSimulation<br />

DTError<br />

: DefaultDTSimulation<br />

: DefaultDTError<br />

DTReference : {}<br />

OperatingPoints : {}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!