DataAccessFunction DataAccessFunction"> DataAccessFunction">
Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiInit<yourSimulator>DataAccessFunction

asiInit<yourSimulator>DataAccessFunction( 
o_tool 
) 
=> t

Description

Calls the procedures that modify your data access routines.

You must write asiInit<yourSimulator>DataAccessFunction , where < yourSimulator > is the name of your simulator. Do not include the angle brackets (<>).

Arguments

o_tool

Simulation tool object

Value Returned

t

Returns t when your procedures are called.

You must write this procedure to return t.

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
 ⠀
X