asiSelectSourceInst
asiSelectSourceInst(s_field[?promptt_prompt] [?formr_form] [?tabl_tab] ) => t / nil
Description
Lets you select a source instance on the schematic. 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 a source instance from the schematic to use as input for the srcInst field of the current form. Use this when the form does not contain any tabs.
asiSelectSourceInst( 'srcInst ?prompt "Select voltage source or current source" )
Lets you select a source instance from the schematic to use as input for the srcInst field present in page1 of TabField. Use this when a form contains multiple tabs.
asiSelectSourceInst( 'srcInst ?tab list('TabField 'page1) ?prompt "Select voltage source or current source")
Related Topics
Return to top