08-06-2015 03:33 PM
Hi all,
I'm using DIAdem 2014, and I'm running into a weird problem. Looking in the data portal the maximum value of a channel is listed as 1, however when I use ChnPropGet it returns NOVALUE. (pictures below)
I had a message box display the result from ChnPropGet to show what's going on.
Does anyone know why this would happen? Let me know if you need further information
Thanks,
Sadie
Solved! Go to Solution.
08-06-2015 04:02 PM
I was able to solve itn by entering this command before I attempted to grab the property
Call ChnCharacterAll()
Thanks anyway,
Sadie
08-10-2015 02:26 PM
Hi Sadie,
There is also a ChnCharacter(channel) command to recalculate the channel properties of a particular channel. Another option is to use the CCh(channel, stattype) function to return the min,max,ave,range, or sum of a particular channel.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
08-11-2015 04:08 PM
Brad,
Thanks for the options!
-Sadie