All,
I have a subroutine which scans through about 120 channels recording voltages and dumping them in an array. I use MEAS:VOLT:DC? command and supply it with a scan list.
To do this I use 2 34970A meters each with 3 20-channel 34901A cards. What I have observed is that the data collection is serial - the subroutine goes through 60 channels on the 1st meter and then goes to the 60 channels on the 2nd meter. I am using a 82357A USB/GPIB Interface for all my data collection.
My questions is there a way to collect the data from both the meters simultaneously to save the time?
The reason being I am trying to scale this subroutine from 2 meter to 11 meters and it would certainly help me if the data acquisition from all the meters is done at the same time.
Thanks in advance.