Skip to main content

pcsr

pcsr (cursorName [, graphNameStr])

The pcsr function returns the point number of the point which the specified cursor (A through J) is on in the top (or named) graph. When used with cursors on images or waterfall plots, pcsr returns the row number and when used with a free cursor, it returns the relative x coordinate.

Parameters

cursorName identifies the cursor, which can be cursor A through J.

graphNameStr specifies the graph window or subwindow.

When identifying a subwindow with graphNameStr, see Subwindow Syntax for details on forming the window hierarchy.

Details

The pcsr result is not affected by any X axis.

See Also

qcsr, hcsr, vcsr, xcsr, zcsr

Programming With Cursors