VS
VS(
t_netName
[ t_dataDir ]
)
=> o_wave / nil
Description
Returns dc sweep waveform for the specified net.
Arguments
|
t_netName
|
Net name
|
|
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_wave
|
The dc sweep waveform for specified net.
|
|
nil
|
Returns nil if no data was found.
|
Examples
plot(VS("out"))
=> t (plot window comes up)
value(VS("net14") 4)
=> 1.3 (value at sweep variable = 4)
Return to top