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

asiSetHighPerformanceOptionVal

asiSetHighPerformanceOptionVal( 
s_sessionName 
s_varName 
s_varValue 
)  
=> t_Value / nil

Description

Sets the value for the specified High Performance option variable.

Arguments

S_sessionName

The session for the simulator.

s_varName

Name of the variable in the High Performance Option form that you want to set.

s_varValue

The value of the variable field.

Value Returned

t_Value

Returns the value of the specified field.

nil

Returns nil if unsuccessful.

Examples

Sets the value of the variable uniMode to APS for spectre class or AMS class.

Session = asiGetCurrentSession()
asiSetHighPerformanceOptionVal(Session 'uniMode "APS")
=> "APS"

Return to top
 ⠀
X