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
Value Returned
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