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