asiGetReservedWordList
asiGetReservedWordList(o_session) =>l_list/nil
Description
Returns the simulator specific reserved keyword list. All the keywords specified by asiGetReservedWordList will be taken as keywords and not design variables. This process will ensure that the design parameters are not printed in the simulation control file under ‘parameters’ statement. By default, this function returns nil.
While adding a simulator in Analog Design environment, you need to overload the function
asiGetReservedWordList . Otherwise it will return the default value.Arguments
Value Returned
Return to top