Skip to content

to retrieve 2 CH data from DSA72004B simultaneousl #70

Answered by dwyban
djsg asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @djsg,

The method call
scope.FormattedIO.ReadLineBinaryBlockOfInt16();
is a call to part of the IVI Visa.NET library that is expecting an IEEE formatted binary block of data, which is reads and parses, returning an array of 16 bit values. This method cannot tell the difference of whether the binary block of data contains the data for just one channel or two channels. It just reads the binary block header and the data following it and outputs a data array in accordance with the block header and the data type (which is Int16 in the case of this call).

I gave this a try on a 70K scope and I think I see further into what you are saying the problem is. Let's say my record length is 50 point…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@djsg
Comment options

@dwyban
Comment options

@djsg
Comment options

Answer selected by dwyban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants