I am following the example (CSharpStandalone_04_pull_data_from_FFTMTF.cs) to get FFT MTF data like below;
newWin.ApplyAndWaitForCompletion();
IAR_ newWin_Results = newWin.GetResults();
It works fine in my computer. But the same copy returns ‘null results’ from other’s computer.
No idea where I should look into for debugging.
Appreciate your kind advice.