IT
IT(
t_terminal
[ t_dataDir ]
)
=> data / nil
Description
Returns waveform representing the transient sweep terminal current.
Arguments
|
t_terminal
|
Name of the terminal.
|
|
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
|
data
|
Returns the transient current for specified terminal.
|
|
nil
|
Returns nil if no data was found.
|
Examples
IT("/V0/PLUS")
=> srrWave:48729090
IT("/V1/PLUS" "./simulation/test/spectre/schematic-save")
=> srrWave:40345345
Return to top