03-26-2007 02:55 AM
04-03-2007 07:20 AM - edited 04-03-2007 07:20 AM
Hello,
I do not really understand your question. Do you want to use a pointer to an 1D array of to a 2D array? The "double *wfm" prototype correspond to a pointer to an array of double. You can pass this kind of data in TestStand, I have done a small screenshot to show you:
The prototype to double pointer to a 2D array is like : double **ptr.
Do I answer your question?
Manuel
Message Edité par ManuelR le 04-03-2007 07:21 AM