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

asiSetProjectDirChangeSetup

asiSetProjectDirChangeSetup( 
o_session 
)
=> t / nil

Description

Enables you to modify the simulator settings for the given session after changing the project directory. This function is called by the environment. Therefore, you should not call it directly from the interface.

This function is defined as a method for the Analog Class and returns t at analog class. You can overload this method for your simulator class, as illustrated in the example.

Arguments

o_session

Simulation session object.

Value Returned

t

The function call was successful.

nil

Unsuccessful operation.

Examples

The following example code shows how to modify the simulator settings for the given session:

defmethod ( asiSetProjectDirChangeSetup ( session yourSimulator_session ))
    <insert code you need >
    callNextMethod()
    <insert code you need >
)


Return to top
 ⠀
X