asiIsCaseSensitive
asiIsCaseSensitive(o_session) =>t/nil
Description
Determines whether the simulator is case sensitive or not. Returns t, if the simulator is case sensitive, else returns nil. The default value for this function is t.
While adding a simulator in Analog Design environment, you need to overload the function asiIsCaseSensitive. Otherwise it will return the default value.
Arguments
Value Returned
|
Determines whether the simulator is case sensitive or not and returns |
|
Return to top