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