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

sevSetSimDataDir

sevSetSimDataDir( 
t_session 
t_dir 
)
=> t / nil

Description

Loads the results for the specified simulation environment session and results directory.

Arguments

t_session

The simulation environment session.

t_dir

The complete path of the results directory where the data is stored. The path should include the name of the results directory.

Value Returned

t

The call is successful.

nil

The call is unsuccessful.

Example

Loads the results from the results directory, myResults, at the path ~/simulation/ampTest/spectre for the sevSession1 session.

sevSetSimDataDir( ’sevSession1 “~/simulation/ampTest/spectre/myResults” )
=> t


Return to top
 ⠀
X