geExplainProbe
geExplainProbe( [w_windowId] [lt_probeSpec] ) => t / nil
Description
Explains the probes in a window.
A view file window with information on each of the probes described by lt_probeSpec is displayed for you to view. lt_probeSpec is the same kind of specification used for the geAdd*Probe functions. If a point is specified, all probes within the selection aperture of the specified point are explained.
The information for the file shown is put into a temporary file in /tmp.
Arguments
Value Returned
Examples
Explains any probes under the point 10:10 in window(3).
geExplainProbe( window(3) 10:10 )
Related Topics
Return to top