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

asiGetHighPerformanceOptionVal

asiGetHighPerformanceOptionVal( 
o_session 
s_varName 
)  
=> t_varNameVal / nil

Description

Returns the field value of the High Performance form with the passed session object.

This method returns the field value of the High Performance form for spectre class (spectre_session) or AMS class (ams_session) only. For other classes, this method returns nil.

Arguments

o_session

Simulation session object

s_varName

The field name of the High Performance form.

Value Returned

t_varNameVal

The value of the specified field.

nil

Returns nil when function call is unsuccessful.

Examples

Returns the value of the variable uniMode for spectre class or AMS class.

session = asiGetCurrentSession()
asiGetHighPerformanceOptionVal( session 'uniMode )

Return to top
 ⠀
X