conn2SchImpHdlDisplay
conn2SchImpHdlDisplay(
conn2schOptionsForm
)
=> t / nil
Description
Accepts the user interface name of Connectivity-to-Schematic tool as an argument and displays the GUI for the tool.
Arguments
|
Refers to the user interface of Connectivity-to-Schematic. The user interface accepts user inputs and other optional settings. |
|
Values Returned
|
The command was successful and the GUI of the tool is invoked. |
|
The functions,
conn2SchImpHdlDisplay() and conn2SchStartUp() perform the same task. The conn2SchImpHdlDisplay() function will be removed in the next release.Examples
conn2SchImpHdlDisplay(conn2schOptionsFormMain)
=> t
Related Topics
Connectivity-to-Schematic Functions
Return to top