Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I separate the output in a "1D array of cluster of 5 elements"?

Hi. I have a doubt in programming. I'm working with the keithley
electrometer 6517A, I downloaded the libraries from the site. Working
with the "Keithley 6517 Multi Read.vi", I have an array wiht the
outpud data (measurements), but I'm interested only in one of them
(measurement), but this outpus is arranged as "1D array of cluster of
5 elements", how can I separate this and take only the ona I'm
interested?
0 Kudos
Message 1 of 2
(2,837 Views)
Hello -

The simplest way to extract one element, row, or column from an array is to use the Index Array.vi that comes standard with LabVIEW. This VI can be found on the Functions >> All Functions >> Array palette. Detailed instructions for this VI can be found using Context Help or Help.

Have a great day!

Becky B.
Applications Engineer
National Instruments
Becky Linton
National Instruments
Field Engineer
Office: 734-464-2463
Cell: 248-709-2822
Email: becky.linton@ni.com
0 Kudos
Message 2 of 2
(2,837 Views)