extractParasiticDiode
lp extractParasiticDiode boolean { t | nil }
Description
Controls the detection and printing of parasitic diode elements formed between the bulk terminal and source terminal, bulk terminal and drain terminal, or between MOS devices. When set to t, the parasitic diode information gets extracted in terms of the antenna_diode_related_power_pins and antenna_diode_related_ground_pins attributes corresponding to data pins at the source or drain end of a MOS device. The default value is nil.
GUI Equivalent
Examples
envGetVal("lp" "extractParasiticDiode")
With envSetVal("lp" "extractParasiticDiode" 'boolean t)

Related Topics
Return to top