Scott-e,
The LabVIEW "instrument drivers" are helpful in that they abstract away sending specific commands to your instrumentation. Underlying these "drivers" are calls to the VISA library. These calls write commands and read responses from your HP Instrument.
If this "scan list" functionality is not provided with the instrument driver, it still may be possible. Please review your instrument's manual - specifically the pages that deal with command formatting. There may be an instruction that you can issue with a VISA Write that will tell the HP unit to return one data set containing all 12 measurements. That data can then be retrieved with a VISA Read (given your instrument has had enough time to compile results after the write has been issued).
If yo
u're using LabVIEW 7 Express you can use the Instrument I/O Assistant to quickly generate a VI that will send a command, read the response, and parse the results into the 12 readings. (called Query & Parse)
I hope this helps. Happy programming!
Alan
Applications Engineer
National Instruments
PS. Great screen name!