asiSelectAnalysisInst
asiSelectAnalysisInst(s_analysis s_field[t_prompt] ) => t / nil
Description
Lets the user select an instance from the schematic to be used as input for the specified field for the specified analysis. If the user selects any other object, the system ignores the selection and beeps.
Arguments
|
Prompt string to display in the scheSuccessful operationmatic window. |
Value Returned
Examples
Lets the user select an instance from the schematic to use as input for the component field for a DC analysis.
asiSelectAnalysisInst( 'dc 'component )
Return to top