Product Documentation
Virtuoso Electromagnetic Solver Assistant User Guide
Product Version IC23.1, November 2023

Contents of a Simulation Settings File

You can create a custom text file to override the default simulation settings. This file contains a separate list for each tab of the Simulation Settings form. However, it is not mandatory to specify a list for each tab. You can specify a list for only that tab for which you want to override values. For example, if you need to use custom default values for the EMX simulator only, specify only one list for EMX.

All possible lists with the preset default values are given below.

("General"
    ("AdvancedFreqSweep" t)
("ExplicitDCSolution" t)
("FreqMin" 0)
("FreqMax" 10e9)
("SamplingType" "Linear")
("LogPointsPerDecade" 10)
("TransitionFreq" 10e6)
("LinearFreqStepSize" 10e6)
("MaxCPUs" 0)
)

("Clarity"
("SolutionFreq" 10e9)
("MaxAdapMeshIteration" 50)
("AdapRefinePercentage" 10)
("TargetDeltaS" 0.02)
("MinAdapIteration" 1)
("MinConvergedIteration" 1)
("MetalType" "Metal_Inside")
("BasisFuncOrder" "FIRST")
("dxPlusSize" 1000)
("dxPlusCondition" "Perfect electrical conductor")
("dxMinusSize" 1000)
("dxMinusCondition" "Perfect electrical conductor")
("dyPlusSize" 1000)
("dyPlusCondition" "Perfect electrical conductor")
("dyMinusSize" 1000)
("dyMinusCondition" "Perfect electrical conductor")
("dzPlusSize" 1000)
("dzPlusCondition" "Approximately open")
("dzMinusSize" 100)
("dzMinusCondition" "Approximately open")
("ConformalOuterBox" t)
("DielectricSize" 0)
("DielectricCondition" "Perfect electrical conductor")
("UseSignalNetMaxEdgeLength" t)
("SignalNetMaxEdgeLength" -1000)
)
) ("EMX"    ("EdgeMesh" 1)
("Thickness" 1)
("ViaMerge" 0)
("ThreeDMetals" "*")
("ViaCapacitance" "")
("ViaInductance" "")
("Radiation" nil)
("EMXGDSViewCmdLineOptions" "")
("EMXCmdLineOptions" "")
("GDSViewCmdLineOptions" "")
)

Example

To use a common set of EMX and GDSView command-line options for all EMX models, create a settings file as shown below.

("EMX"
("EMXCmdLineOptions" "list-of-command-line-options")
("GDSViewCmdLineOptions" "list-of-command-line-options")
)

If you provide the path to this file by using the vem.ic defaultSettingsFile environment variable, cellviews will automatically use the command-line options given in this file when you open the Electromagnetic Solver assistant for the first time.


Return to top
 ⠀
X