Simulator Configurations
Simulation control parameters define the process control of the simulation. These parameters must be handled very carefully, because varying them improperly may result in unpredictable numeric effects.
See also Twin Builder Analyses.
|
|
||
|
Instance name: |
Name of the simulator control instance. |
|
|
Type name: |
Name of the used simulator. |
|
|
Instance name: |
Instance of the used simulator. |
|
|
Nonconservative nodes: |
List of nonconservative nodes (simulation parameters) separated by a comma. |
|
|
//Simulator Configuration SIMCTL SimCtl1 { SIMCFG SIMPLORER_TR Simplorer1 ( Tend := 40m, Hmin := 10u, Hmax := 1m, Theta := 23 ); SIMCFG SECM SECM1 ( Solver := 1, LDF := 1, Iteratmax := 40, IEmax := 0.001, VEmax := 0.001 ); } |
||