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.

2.2 Netlists 39<br />

2.2.2 Circuit Elements<br />

Element Types<br />

Having learned the basics about the netlist format we will now take a look at the circuit element<br />

types (see Chapter 4.2) which are supported by Analog Insydes. The names of all available types<br />

are stored in a globally accessible list named ElementTypes (Section 3.1.5):<br />

In[5]:= ElementTypes<br />

Out[5]=<br />

Resistor, Conductance, Admittance, Impedance, Capacitor,<br />

Inductor, CurrentSource, VoltageSource, CCCSource, CCVSource,<br />

VCCSource, VCVSource, Nullator, Norator, Fixator, OpAmp, OTAmp,<br />

ABModel, OpenCircuit, ShortCircuit, SignalSource, Amplifier,<br />

Integrator, Differentiator, TransmissionLine, TransferFunction<br />

To obtain information about the netlist format for a particular circuit element, type element. This<br />

will print the corresponding usage message to the screen. For example, let’s find out more about<br />

the elements Capacitor (Section 4.2.5) and VCCSource (Section 4.2.13):<br />

In[6]:= Capacitor<br />

Capacitor (type tag "C") denotes a linear capacitor. The<br />

netlist format is {Cname, {N1, N2}, value}. Network<br />

equation setup for capacitors is influenced by the<br />

value field option Pattern.<br />

In[7]:= VCCSource<br />

VCCSource (type tag "VC") denotes a linear<br />

voltage−controlled current source. The netlist format<br />

is {VCname, {C1, C2, N1, N2}, value}. Note that the<br />

nodes of the controlling branch, C1 and C2, are listed<br />

before those of the controlled branch, N1 and N2. As<br />

compared to Spice, the order is reversed!<br />

You may have noticed that there are no such elements as diodes, bipolar or MOS transistors contained<br />

in ElementTypes.<br />

Nevertheless, Analog Insydes comes with a predefined library of symbolic semiconductor device models (see<br />

Chapter 4.3), which contains full-precision SPICE-compatible models for the most important devices such as<br />

Diodes, BJTs, MOSFETs, and JFETs.<br />

In addition to the linear electric circuit elements like resistors and capacitors the list of element types<br />

contains six elements from control theory, namely signal sources, amplifiers, integrators, etc. This is<br />

because Analog Insydes is capable of analyzing linear control circuits as well. You can even perform<br />

symbolic analyses of systems which contain both electrical and control components, allowing you to<br />

do behavioral circuit modeling across different levels of abstraction.

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

Saved successfully!

Ooh no, something went wrong!