08-29-2006 08:32 PM
08-29-2006 08:56 PM
08-29-2006 08:57 PM
08-29-2006 10:34 PM
Choose a cursor, assign the peak point coordinates as the cursor coordinates.
Label that cursor as 'Peak'
On Front panel, click on cursor legend and select 'show name'
Look at attached pic
08-30-2006 05:49 AM
Thank you for replying in time, it work well
But there still be a question: How can I identify the numbers of cursors by the Property node, What
I mean is may be there will me 4, 6 ,8 or more peaks, so, the same numbers of cursors should
be defined according to the numbers of peaks identified, but the number of peaks is not certain.How
can I programmely define the numbers of cursors used to label the peaks?
08-30-2006 06:07 AM
You could use property Node called 'Cursor List' for programmatically defining a number of cursors
Note: read its Help in detail before using it!
Coz the cursor color, style, point style, its attributes such as show name, allow drag, will all be set from this property node itself.
If you use default color as '0'. will make cursor color 'black' and your cursor will be invisible on a default black background in the graph!
08-30-2006 09:42 PM