asiSelectTermNet
asiSelectTermNet(s_field[?promptt_prompt] [?formr_form] [?tabl_tab] ) => t / nil
Description
Lets you select either an instance terminal or a net. If you select any other object, the system beeps and ignores the selection.
Arguments
|
Form that contains the field to be filled in with the selected value. The default is the form returned by |
|
Value Returned
Examples
Lets you select an instance terminal or net from the schematic to use as input for the termNet field of the current form. Use this when a form does not contain any tabs.
asiSelectTermNet('termNet )
Lets you select an instance terminal or net from the schematic to use as an input for the termNet field which is present in page1 of TabField. Use this when a form contains multiple tabs.
asiSelectTermNet('termNet ?tab list('TabField 'page1))
Related Topics
Return to top