maeIsNetlistProcess
maeIsNetlistProcess( [?sessiont_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
Value Returned
|
Indicates that the netlister service process is not running. |
||
Examples
Indicates that the netlister service process is running.
maeIsNetlistProcess( )
=> t
Return to top