Hi,
l'm trying to download an IQ signal in an MXG. the IQ signal is form a text file. Below if the code to download the I part of the signal, l get an error "ViTable::lookup - session 4390912 is out of range"
it was working well with SICL command "iwrite(vi, ibuffer,I.count(),NULL);" but since l moved to VISa with viWrite...not working anymore.
anyone has an example how to download IQ file to MXG ?
regards,
Michael
l'm trying to download an IQ signal in an MXG. the IQ signal is form a text file. Below if the code to download the I part of the signal, l get an error "ViTable::lookup - session 4390912 is out of range"
it was working well with SICL command "iwrite(vi, ibuffer,I.count(),NULL);" but since l moved to VISa with viWrite...not working anymore.
anyone has an example how to download IQ file to MXG ?
regards,
Michael
The only thing I can do is recommend that you refer to the examples in the Programming Guide, N5180-90005, page 348 – 357 Save and Recall Programming Example Using VISA and C#; and the example starting on page 358 User Flatness Correction Downloads Using C++ and VISA. You might see where you made an error by referring to these examples as they are using the same programming language.
Regards -