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
Value Returned
|
When ICLP simulations are supported by the current simulator. |
|
|
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