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

asiTransientStore

asiTransientStore(
o_session 
t_fileName
)
=> t / nil

Description

Copies the final transient operating points in processId.tr to the name you pass in fileName. This function assumes that your simulator writes the final transient operating points to netlistDir/raw/processId.tr.

Note for Integrators: This function is defined as a method for the Analog Class. You can overload this method for your simulator class, as shown in the example for integrators.

Arguments

o_session

Specifies the session object.

t_fileName

Name of the file in which to store the transient node voltages.

Value Returned

t

The transient node voltages are stored in fileName.

nil

Indicates an error.

Examples

defmethod( asiTransientStore (( session <yourSimulator>_session ))

    <insert any code you need>
)
See the asiDcStore function for similar example that is more complete.

Return to top
 ⠀
X