6. Parameters
6.1. Parameters
Parameters are set globally, on devices, or on regions of a device. The models on each device region are automatically updated whenever parameters change.
devsim.set_parameter(device="device", region="region",
name="ThermalVoltage", value=0.0259)
They may also be used to control program behavior, as listed in Parameters controlling program behavior:
Parameter |
Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Model for integration of flux and hybrid interfaces. |
|
|
|
|
6.2. Environment variables
Environment variables to control program behavior are listed in Environment controlling program behavior:. Please consult Release notes: for the most up to information concerning their usage.
Environment Variable |
Description |
---|---|
|
List of BLAS/LAPACK libraries to load instead of system defaults |
|
When set, do a new symbolic matrix factorization during direct solve iterations, Symbolic factorization reuse |
|
For Anaconda |
|
For |
6.3. Notes
Parameters may be used in model expressions. If a parameter is not found, then DEVSIM
will also look for a circuit node by the name used in the model expression.