09-23-2008 05:41 AM
hi all
i am doing one application in that i am using intensity graph . y axis 401 frequency channel values varies from 25 -75 MHz .so using y axis offset and multiplier i plotted the graph.and i added one cursor to that plot , when user moves the cursor over the plot i need the channel number which varies from 1-401 not the scalled values which varies from 25- 75 MHz. give some ideas.
09-24-2008 10:40 AM
09-24-2008 11:59 AM
09-24-2008 01:34 PM
hi
here with i attached the vi.
1) where y axis is having 401 channels of frequencies...varies from 25-75 MHz so i added one more y axis ...
2) when i am plotting 802 channels instead of 401 channel automatically the another side of y axis want to change the axis values .. because i used the y axis offset is 25 and y axis multipllier is .125. ok but it was not changing ...i used active scale.....property to change the values this was not changing....any one plz help me.......
09-24-2008 02:40 PM
09-24-2008 03:07 PM
Unfortunately, the "cursor.index" property is only available for the x-axis (and I agree that it would make sense for intensity graphs to have it for both dimensions. Maybe you want to make a product suggestion for this!).
Still, it is a simple linear transformation. Get the offset and multiplier for the y axis and calcualte the index from it. Shouldn't be very difficult. 🙂