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.

3.1 Netlist Format 183<br />

Reference designators must be symbols or strings that can be converted to symbols.<br />

Reference designators are case sensitive. Therefore, R1 and r1 denote different elements.<br />

All reference designators are converted internally to strings. Therefore, R1 and "R1" refer to<br />

the same element.<br />

The second argument of a netlist entry (nodes) specifies the nodes to which the element is connected.<br />

The number of nodes that have to be specified depends on the element type. You may use nonnegative<br />

integers, symbols, and strings as node identifiers. The number 0, or equivalently the string<br />

"0", designates the ground node.<br />

Numeric node identifiers are not required to be consecutive.<br />

Node identifiers are case sensitive. Therefore, N1 and n1 denote different nodes.<br />

All node identifiers are converted internally to strings. Therefore, N1 and "N1" refer to the<br />

same node.<br />

The value of a circuit element may be a symbol, a number, or any Mathematica expression involving<br />

both numeric and symbolic quantities.<br />

Whenever the extended value field format is used for a netlist entry, the value of the<br />

corresponding element must be specified with the keyword Value; this keyword may not be<br />

omitted.<br />

See also: Section 3.1.4.<br />

Examples<br />

Load Analog Insydes.<br />

This defines an RLC<br />

lowpass filter circuit.<br />

In[1]:=

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

Saved successfully!

Ooh no, something went wrong!