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

asiCheckAnalysis

asiCheckAnalysis( 
o_analog 
r_form 
) 
=> t / nil

Description

Checking function for the analysis class. e.g. for Spectre simulator object it checks each field value in the environment, highlights any errors, returns t or nil. Can be used for different analog simulator analysis objects.

The only difference between this and the check method in the analog class is that this one does not give an error if ’step’ is not set.

Arguments

o_analog

Derived object of the analog simulator class.

r_form

Form created by a call to hiCreateAppForm or hiCreateForm.

Value Returned

t

Returns t if check is successful.

nil

Indicates an error.


Return to top
 ⠀
X