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

DATA

DATA(
t_netName 
t_analysis 
[ t_dataDir ]
)
=> o_data / nil

Description

This is a basic data access function. It returns data for the specified node and analysis.

Arguments

t_netName

Net name

t_analysis

Name of the analysis.

t_dataDir

Directory containing the PSF files (results). When specified, this argument will only be used internally and will not alter the currently selected results.The default is the currently selected results directory.

Value Returned

o_data

The waveform for specified net and analysis.

nil

Returns nil if no data was found.

Examples

Returns the data for the specified node and analysis.

DATA("net1" "tran-tran")
=> srrWave:49610776
plot(DATA("net1" "ac-ac"))
=> t (plot window comes up)

Return to top
 ⠀
X