Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

Callback Procedure formProc

formProc is called when the options form is about to be displayed. It is passed the symbol for the options form and a flag indicating whether the form is being displayed (g_map == t) or erased (g_map == nil). You normally use this to make sure the form is initialized with current values.

formProc( s_form g_map )

Return to top
 ⠀
X