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

asiSelectAnalysisNet

asiSelectAnalysisNet( 
s_analysis 
s_field 
[ t_prompt ]
)
=> t / nil

Description

Lets the user select a net 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 schematic window.

Default Value: "Select net..."

Value Returned

t

Successful operation

nil

Indicates an error.

Examples

Lets the user select a net from the schematic to use as input for the outputNode field for a noise analysis.

asiSelectAnalysisNet( 'noise 'outputNode)

Lets the user select a net from the schematic to use as input for the posNode field for an xf analysis.

asiSelectAnalysisNet( 'xf 'posNode)

Return to top
 ⠀
X