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

maeIsNetlistProcess

maeIsNetlistProcess(
[ ?session t_session ]
)
=> t / nil

Description

Returns t if currently the netlister service process is running for ADE Assembler or ADE Explorer. You can use this function in your .cdsinit file or in custom SKILL code.

Arguments

None

Value Returned

t

Indicates that the netlister service process is running.

nil

Indicates that the netlister service process is not running.

Examples

Indicates that the netlister service process is running.

maeIsNetlistProcess( ) 
=> t

Return to top
 ⠀
X