04-03-2017 12:01 AM
Hi,
I am finding local maxima of a temperature channel with StatBlockCalc. Then I want to find what row value these maxima occur.
I keep getting a result of "0" with ChnFind, and the help suggests I use "ValEqual" with ChnFind but I'm not sure how to do this, help!
logfilewrite Pno("MyTemp", 67.4712581881695) ' returns the expected row 29
logfilewrite ChnFind("Ch(""MyTemp"") = " & 67.4712581881695,28) ' returns 0 😞
Solved! Go to Solution.
04-03-2017 12:31 AM
Hi Julia,
Please try this:
msgbox ChnFind("ValEqual(Ch(""[4]/Channel""), 27.3)", 1)
Greetings
Walter