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

axlIsICRPProcess

axlIsICRPProcess( 
) 
=> t / nil

Description

Returns t if the code is currently running in a remote child process for the tool. You can use this function in your .cdsinit file or in custom SKILL code.

Arguments

None

Value Returned

t

Indicates that the child IC remote process is running.

nil

Indicates that the child IC remote process is not running.

Examples

Specifies that the code is being run in a remote child process for the tool.

axlIsICRPProcess( )
=> t

Return to top
 ⠀
X