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

VT

VT(
t_netName
[ t_dataDir ]
)
=> wave / nil

Description

Returns the transient waveform for the specified net.

Arguments

t_netName

Name of the net.

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

wave

Returns the transient waveform for specified net.

nil

Returns nil if no data was found.

Examples

fam = VT("/out")
=> srrWave:78782738
drIsParamWave( fam ) 
=> t


Return to top
 ⠀
X