01-16-2013 02:18 AM
Hello,
Is there a way to obtain the size of a table buffer (as in the total capacity, not the "Space Available") at run-time?. I'd like to benchmark different buffer sizes + sample rates, and I'd like my timers to adapt whenever I change one of the quantities.
Alternatively, I could create a control and change it manually whenever I change the buffer size, but it would be nice to have it automated 🙂
Thanks!
01-17-2013 11:11 AM
Hey,
You can use the configure table dialog box to pre-define an empty table buffer with the desired amount of points. Also you can dynamically update the table using the update points method.
01-17-2013 06:41 PM
01-18-2013 05:25 PM
Hmmm I doesn't seem like there's a property with that functionality, however I'll have to dig further in the matter.
01-20-2013 06:34 PM