23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

266 3. Reference Manual<br />

3.6.9 GetParameters<br />

GetParameters[dae]<br />

returns the list of parameters stored in dae<br />

Command structure of GetParameters.<br />

Given a DAEObject dae, GetParameters returns the list of parameters occuring in the equation<br />

system of the object.<br />

Note that GetParameters differs from GetDesignPoint in that it returns only those parameters<br />

which appear in the equations of dae. Moreover, it returns a list of symbols, not a list of replacement<br />

rules.<br />

See also: GetEquations (Section 3.6.5), GetMatrix (Section 3.6.6), GetVariables (Section 3.6.7),<br />

GetRHS (Section 3.6.8), GetDAEOptions (Section 3.6.10), GetDesignPoint (Section 3.6.12).<br />

Examples<br />

Load Analog Insydes.<br />

Define netlist description<br />

of a simple diode rectifier<br />

circuit.<br />

Set up DAE system.<br />

Return list of parameters<br />

occuring in the equations<br />

of dae.<br />

In[1]:= 2. Sin[10^6 Time]},<br />

{R1, {2, 0}, Symbolic −> R1, Value −> 100.},<br />

{C1, {2, 0}, Symbolic −> C1, Value −> 1.*^−7},<br />

{D1, {1 −> A, 2 −> C},<br />

Model −> "Diode", Selector −> "Spice"}<br />

]<br />

]<br />

Out[2]= Circuit <br />

In[3]:= dae = CircuitEquations[cir,<br />

AnalysisMode −> Transient, ElementValues −> Symbolic]<br />

Out[3]= DAETransient, 4 4 <br />

In[4]:= GetParameters[dae]<br />

Out[4]=<br />

AREA$D1, C1, GMIN, IS$D1, R1, TEMP, TNOM, V0, $k, $q

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

Saved successfully!

Ooh no, something went wrong!