asiInitDataAccessFunction
asiInitDataAccessFunction(
o_tool
)
=> t / nil
Description
Initializes the data access function for the tool. This function can be used by a third-party integrator to define their own data access functions.
Arguments
Value Returned
Examples
Initializes the data access function for the specified simulation tool object.
(defmethod asiInitDataAccessFunction ( ( tool <yourSimulator> ) ) asiDefineDataAccessFunction( tool 'VT '<yourSimulator>VT)) procedure( '<yourSimulator>VT(specifier dataDir simData) asiGetDrlData('tran specifier dataDir))
=> t
Return to top