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.

186 3. Reference Manual<br />

You may not use the Symbolic option without the Value option. If the extended value field<br />

format is used, the Value option must always be present (except in model references).<br />

Type<br />

The Type option allows you to override the automatic element type detection mechanism. With the<br />

default setting Type −> Automatic, the type of an element is determined from the leading characters<br />

of its reference designator. With Type −> typename, the element is assumed to be of type typename<br />

regardless of what the reference designator implies. The argument typename must be a full type name.<br />

To get a list of all available type names, inspect the contents of the global variable ElementTypes.<br />

See also: ElementTypes (Section 3.1.5), Section 3.1.3, Section 3.5.1.<br />

Examples<br />

Load Analog Insydes.<br />

In[1]:= 5, Symbolic −> V1},<br />

{R1, {1, 2}, Value −> 1000., Symbolic −> R1,<br />

Pattern −> Impedance},<br />

{Load, {2, 3}, Value −> 10., Symbolic −> RL,<br />

Type −> Resistor},<br />

{C1, {3, 0}, Value −> 1.*^−6, Symbolic −> C,<br />

InitialCondition −> 2.5}<br />

]<br />

Out[2]= NetlistRaw, 4 <br />

Set up a system of<br />

symbolic circuit equations.<br />

In[3]:= CircuitEquations[filter, ElementValues −> Symbolic,<br />

InitialConditions −> Automatic] // DisplayForm<br />

Out[3]//DisplayForm=<br />

0 0 0 1 1 V$1<br />

1<br />

0 <br />

RL<br />

<br />

1<br />

RL<br />

0 1 V$2<br />

<br />

0 <br />

1 1<br />

RL<br />

<br />

RL C s 0 0 . V$3 ⩵⩵<br />

1 0 0 0 0 I$V1<br />

<br />

<br />

1 1 0 0 R1 I$R1 <br />

0<br />

0<br />

2.5 C<br />

V1<br />

0

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

Saved successfully!

Ooh no, something went wrong!