couplingCapMode
cfde.smartview couplingCapMode cyclic { "ground" | "position" }
Description
Specifies how to stitch a coupling capacitor when one of the two nets attached to the capacitor is included in the model. This variable is used when the reference view used for the extracted view is a Quantus Smart View.
-
ground: The coupling capacitor of the net excluded from the model is connected to ground. This is the default value. -
position: The coupling capacitor of the net excluded from the model is connected to the nearest surviving node of the net included in the EM model.
GUI Equivalent
Examples
envGetVal("cfde.smartview" "couplingCapMode")
envSetVal("cfde.smartview" "couplingCapMode" 'cyclic "position")
Related Topics
Creating Extracted Views from Models
Variables to Customize Extracted View Creation
Return to top