Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

s_analysis

Analysis type

s_field

Name of the analysis field.

t_prompt

Prompt string to display in the scheSuccessful operationmatic window.

Default Value: "Select component..."

Value Returned

t

Successful operation

nil

Indicates an error.

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
 ⠀
X