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 191<br />

3.1.10 ModelParameters<br />

ModelParameters[Name−>name, par <br />

−>val , † † † ]<br />

defines a local model parameter set<br />

ModelParameters[Name−>name, Scope−>Global, par <br />

−>val , † † † ]<br />

stores a model parameter set in the global subcircuit<br />

database<br />

Command structure of ModelParameters.<br />

In addition to subcircuit and device models, you can also define parameter sets (model cards) that<br />

can be used in conjunction with model references in a circuit description.<br />

The following statement defines a model parameter set for the device type DEFNPN.<br />

ModelParameters[Name −> DEFNPN, IS −> 1.0*^−16, BF −> 100,<br />

BR −> 1, VAF −> 150]<br />

These model parameter sets can be used in model references by means of the Parameters keyword.<br />

See also: Section 3.1.8.<br />

3.1.11 GlobalParameters<br />

GlobalParameters[par <br />

−>val , † † † ]<br />

defines global parameter settings<br />

Command structure of GlobalParameters.<br />

With GlobalParameters you can specify settings for global parameters used in a Circuit object, as<br />

for instance TEMP or GMIN.<br />

Global parameter definitions may be self-referencing, i.e. a global parameter may be<br />

specified as a function of one or several others (make sure that there are no circular<br />

references).<br />

The list of global parameters is implicitly appended to the value fields of all model<br />

references in a circuit. Therefore, you can use global parameter settings in a model without<br />

having to pass these settings explicitly in each model reference.<br />

The following examples are valid declarations for global parameters:<br />

GlobalParameters[TEMP −> 300.15, GMIN −> 1.0*^−12]<br />

GlobalParameters[TEMP −> TNOM, TNOM −> 300.15,<br />

GMIN −> 1.0*^−12]

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

Saved successfully!

Ooh no, something went wrong!