asiInit<yourSimulator>DataAccessFunction
asiInit<yourSimulator>DataAccessFunction(o_tool) => t
Description
Calls the procedures that modify your data access routines.
asiInit<yourSimulator>DataAccessFunction
, where <
yourSimulator
>
is the name of your simulator. Do not include the angle brackets (<>).Arguments
Value Returned
Examples
Creates the procedure that calls the functions to modify the data access routines for the XYZ simulator.
procedure( asiInitXYZDataAccessFunction(tool) <insert your code> t
)
All functions described in the following section accept an optional argument called data-directory. If this argument is not provided, open results are used by the function. For example, VT("out") will return the transient voltage at the "out" from the currently open results. If the data-directory is provided, this argument will only be used internally and will not alter the currently selected results.
The Ocean commands openResults and selectResult do not have any effect on these functions. In case multiple analyses of the same type are present, the first found occurrence of that analysis will be used.
Return to top