I am receiving data from an impedance analyzer using a GPIB interface. The data array comes into the VI via instrument I/O assistant block. The problem is that the array contains two plots. The first value corresponds to plot A and the second value corresponds to plot B(see diagram) and they then alternate. I need to get A and B separated into to separate arrays so I can plot on my VI. Does anyone have any suggestion or solutions?
Thanks
Eric
[123; 1234; 120; -1233; 134; 1223] => [123;120;134] [1234; -1233; 1223]
A B A B A B A B
{ incoming data array} {two data arrays formatted for plotting}