10-26-2005 08:47 AM
10-27-2005 01:07 PM
10-27-2005 01:27 PM
Hi Glen,
thanks for the feedback. In my case, I'm trying to program I/Q data into a signal generator (ESG from Agilent). The ESG has a couple of MB memory available for I/Q data. The string that the generator expects is basically a keyword and all these I/Q values formatted as 2-byte integer numbers attached to the leading keyword (the whole thing is ONE string). The gpibdevice.writefromfiel works fine for a single line, but it gets a problem for multiple lines. As you say, the newline is not accepted here. I'm wondering what happens if I produce an extremely long string in VB and write this very long string to a file (without any newlines). Maybe VB.net can then also read such a thing. I'll try.
Thanks,
Ruediger