asiSelectNet
asiSelectNet(s_field[?promptt_prompt] [?formr_form] [?tabl_tab] ) => t / nil
Description
Lets you select a net from the schematic. If you select any other object, the system ignores the selection and beeps.
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 a net from the schematic to use as input for the net1 field of the current form. Use this when the form does not contain any tabs.
asiSelectNet( 'net1 )
Lets you select a net from the schematic to use as an input for the net1 field which is present in page1 of TabField. Use this when a form contains multiple tabs.
asiSelectNet('net1 ?tab list('TabField 'page1))
Related Topics
Return to top