geDeleteNetProbe
geDeleteNetProbe( [w_windowId] [lt_probeSpec] ) => t / nil
Description
Deletes a net probe from a window.
lt_probeSpec is the same type of probe specification used for adding a probe with the geAdd*Probe functions.
Arguments
Value Returned
Examples
Deletes the net probe associated with NET10 in instance I1 of the top level of window(3).
m = geDeleteNetProbe( window(3) "/I1/NET10" )
Related Topics
Return to top