relxGetModifyNetlistVal
relxGetModifyNetlistVal(t_sessionName) =>t/nil
Description
Checks whether to modify the netlist before aging starts. You can rewrite this function as per your requirements.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
When the session is created using Spectre, The netlist is to be modified. |
|
Examples
Consider the following example in which you create an ADE L session using Spectre. Now, if you run the relxGetModifyNetlistVal function, the function The netlist is to be modified. Otherwise, returns nil.
session = asiGetCurrentSession()
relxGetModifyNetlistVal(session)
=> t
Return to top