<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=%2FBasic_Level_Tutorial_Set%2F_Glossary_%2F</id>
		<title>/Basic Level Tutorial Set/ Glossary / - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=%2FBasic_Level_Tutorial_Set%2F_Glossary_%2F"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=/Basic_Level_Tutorial_Set/_Glossary_/&amp;action=history"/>
		<updated>2026-05-13T01:47:25Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=/Basic_Level_Tutorial_Set/_Glossary_/&amp;diff=2095&amp;oldid=prev</id>
		<title>Gyan: Created page with '== '''Glossary''' ==  '''card : ''' A logical SPICE input line. A card may be extended through the use of the “+” sign in SPICE, thereby allowing it to take up multiple lines…'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=/Basic_Level_Tutorial_Set/_Glossary_/&amp;diff=2095&amp;oldid=prev"/>
				<updated>2012-12-26T09:17:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;== &amp;#039;&amp;#039;&amp;#039;Glossary&amp;#039;&amp;#039;&amp;#039; ==  &amp;#039;&amp;#039;&amp;#039;card : &amp;#039;&amp;#039;&amp;#039; A logical SPICE input line. A card may be extended through the use of the “+” sign in SPICE, thereby allowing it to take up multiple lines…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== '''Glossary''' ==&lt;br /&gt;
&lt;br /&gt;
'''card : ''' A logical SPICE input line. A card may be extended through the use of the “+” sign in SPICE, thereby allowing it to take up multiple lines in a SPICE deck.&lt;br /&gt;
&lt;br /&gt;
'''code model : '''  A model of a device, function, component, etc. which is based solely on a C&lt;br /&gt;
programming language-based function. In addition to the code models included with the&lt;br /&gt;
XSPICE simulator, you can use code models that you develop for circuit modeling.&lt;br /&gt;
&lt;br /&gt;
'''deck :'''  A collection of SPICE cards which together specify all input information required in order to perform an analysis. A “deck” of “cards” will in fact be contained within a file&lt;br /&gt;
on the host computer system.&lt;br /&gt;
&lt;br /&gt;
'''element card :'''  A single, logical line in an XSPICE circuit description deck which describes a circuit element. Circuit elements are connected to each other to form circuits (e.g., a logical card which describes a resistor, such as R1 2 0 10K, is an element card).&lt;br /&gt;
&lt;br /&gt;
'''instance :'''  A unique occurrence of a circuit element. See “element card”, in which the instance “R1” is specified as a unique element (instance) in a hypothetical circuit description.&lt;br /&gt;
&lt;br /&gt;
'''macro:'''  A macro, in the context of this document, refers to a C language macro which supports&lt;br /&gt;
the construction of user-defined models by simplifying input/output and parameterpassing&lt;br /&gt;
operations within the Model Definition File.&lt;br /&gt;
&lt;br /&gt;
'''.mod :'''  Refers to the Model Definition File. The file suffix reflects the file-name of the model definition file: cfunc.mod.&lt;br /&gt;
&lt;br /&gt;
'''.model:'''  Refers to a model card associated with an element card in XSPICE. A model card&lt;br /&gt;
allows for data defining an instance to be conveniently located in the XSPICE deck such&lt;br /&gt;
that the general layout of the elements is more readable.&lt;br /&gt;
&lt;br /&gt;
'''Nutmeg :'''  The SPICE3C1 default post-processor. This provides a simple stand-alone simulator&lt;br /&gt;
interface which can be used with the ATESSE simulator (see referenced documents&lt;br /&gt;
section for additional information on Nutmeg)&lt;br /&gt;
&lt;br /&gt;
'''.subcircuit :'''  A “device” within an XSPICE deck which is defined in terms of a group of element cards and which can be referenced in other parts of the XSPICE deck through element&lt;br /&gt;
cards.&lt;br /&gt;
&lt;br /&gt;
== '''Acronyms and Abbreviations''' ==&lt;br /&gt;
&lt;br /&gt;
'''ATE : ''' Automatic Test Equipment&lt;br /&gt;
 &lt;br /&gt;
'''ATESSE : ''' Automatic Test Equipment Software Support Environment.&lt;br /&gt;
&lt;br /&gt;
'''CAE : ''' Computer-Aided Engineering&lt;br /&gt;
&lt;br /&gt;
'''CCCS :'''  Current Controlled Current Source. In some cases, this is abbreviated ICIS,&lt;br /&gt;
&lt;br /&gt;
'''CCVS :'''  Current Controlled Voltage Source. Also abbreviated as ICVS.&lt;br /&gt;
&lt;br /&gt;
'''CSCI :'''  Computer Software Configuration Item&lt;br /&gt;
&lt;br /&gt;
'''FET :'''  Field Effect Transistor&lt;br /&gt;
&lt;br /&gt;
'''IDD :'''  Interface Design Document&lt;br /&gt;
&lt;br /&gt;
'''IFS :'''  Refers to the Interface Specification File. The abbreviation reflects the filename of the Interface Specification File: ifspec.ifs.&lt;br /&gt;
&lt;br /&gt;
'''MNA :'''  Modified Nodal Analysis&lt;br /&gt;
&lt;br /&gt;
'''MOSFET :'''  Metal Oxide Semiconductor Field Effect Transistor&lt;br /&gt;
&lt;br /&gt;
'''NGSPICE :''' Next generation Simulation Program with Integrated Circuit Emphasis&lt;br /&gt;
&lt;br /&gt;
'''PWL :'''  Piece-Wise Linear&lt;br /&gt;
&lt;br /&gt;
'''SDD :'''  Software Design Document&lt;br /&gt;
&lt;br /&gt;
'''SI :'''  Simulator Interface&lt;br /&gt;
&lt;br /&gt;
'''SIM :'''  The ATESSE Version 2.0 Simulator&lt;br /&gt;
&lt;br /&gt;
'''SPICE :''' Simulation Program with Integrated Circuit Emphasis. This program was developed at&lt;br /&gt;
the University of California at Berkeley.&lt;br /&gt;
&lt;br /&gt;
'''SPICE3 :'''  Version 3 of SPICE&lt;br /&gt;
&lt;br /&gt;
'''SRS :'''  Software Requirements Specification&lt;br /&gt;
&lt;br /&gt;
'''UCB :'''  University of California at Berkeley&lt;br /&gt;
&lt;br /&gt;
'''UDN :'''  User-Defined Node(s)&lt;br /&gt;
&lt;br /&gt;
'''VCCS :'''  Voltage Controlled Current Source. This is also sometimes abbreviated as VCIS.&lt;br /&gt;
&lt;br /&gt;
'''VCIS :'''  Voltage Controlled Current Source&lt;br /&gt;
&lt;br /&gt;
'''VCVS :'''  Voltage Controlled Voltage Source&lt;br /&gt;
&lt;br /&gt;
'''XSPICE :'''  Extended SPICE; synonymous with the ATESSE Version 2.0 Simulator.&lt;/div&gt;</summary>
		<author><name>Gyan</name></author>	</entry>

	</feed>