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

asiIsICLPSupported

asiIsICLPSupported(
o_session
) 
=> t / nil 

Description

Specifies whether the simulator supports ICLP simulations that are enabled by the Optimize Single Job Run option on the Job Policy Setup form.

Arguments

o_session

Simulation session object.

Value Returned

t

When ICLP simulations are supported by the current simulator.

nil

When ICLP simulations are not supported by the current simulator.

Examples

The following function checks for the support for ICLP simulations in the given session:

asiIsICLPSupported( sess )
=> t

Return to top
 ⠀
X