simAddProbeCapByName
simAddProbeCapByName(t_netName) =>value
Description
Displays the net capacitance of the supplied net name. This function is to be used in conjunction with the function simReadNetCapFile, which reads in the sim.cap file, initializing all the net names in the design with the associated capacitance values. This function refreshes the active display window by displaying the capacitance value of the given net name.
Arguments
|
The name of the net for which the capacitance value is required. |
Value Returned
|
If the net name is valid, the capacitance value is placed on the net, otherwise, capacitance values for all the nets in the current design window are displayed. |
Examples
simAddProbeCapByName( "net19" )
Related Topics
Return to top