VF
VF(
t_netName
[ t_dataDir ]
)
=> wave / nil
Description
Returns the waveform representing the ac sweep net voltage.
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 AC sweep voltage for specified net.
|
|
nil
|
Returns nil if no data was found
|
Examples
VF("out")
=> srrWave:78782738
VF("out" "./simulation/test/spectre/schematic-save")
=> srrWave:43985992
Return to top