3.1.11 GlobalParameters
Command structure of GlobalParameters.
With GlobalParameters you can specify settings for global parameters used in a Circuit object, as for instance TEMP or GMIN.
The following examples are valid declarations for global parameters:
GlobalParameters[TEMP -> 300.15, GMIN -> 1.0*^-12]
GlobalParameters[TEMP -> TNOM, TNOM -> 300.15,
GMIN -> 1.0*^-12]
|