asiTransientStore
asiTransientStore(o_sessiont_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
|
Name of the file in which to store the transient node voltages. |
Value Returned
Examples
defmethod( asiTransientStore (( session <yourSimulator>_session )) <insert any code you need>
)
Return to top