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