Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

VDC

VDC(
t_netname
[ t_dataDir ]
)
=> data / nil

Description

Returns the dc voltage for the specified net.

Arguments

t_netname

Name of the net.

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 voltage for specified net.

nil

Returns nil if no data was found.

Examples

VDC("net15")
=> 3.143
VDC("out" "./simulation/test/spectre/schematic-save")
=> 4.23


Return to top
 ⠀
X