diComplyKirchhoffLaw
constraint diComplyKirchhoffLaw boolean { t | nil }
Description
Ensures compliance with Kirchhoff's Current Law, meaning that the sum of all currents entering and exiting a node is zero. This variable corresponds to the Comply with Kirchhoff's Current Law check box in the Inst Terms form. The default is nil.
GUI Equivalent
Example
envGetVal("constraint" "diComplyKirchhoffLaw")
envSetVal("constraint" "diComplyKirchhoffLaw" 'boolean t)
Related topics
Creating a HighCurrent Design Intent
Return to top