Takes one (path to the file) or two (path to the file and number of channel) arguments. Returns two list with time and voltage data.
Takes one (path to the file) argument. Returns list with dictionaries, which amount equals to number of channel.
Usage
import ImportAgilentBin as IAB
time_vector, voltage_vector = IAB.importAgilentBin('test.bin'[, num_of_channel])
desc = IAB.importAgilentBinDesc('test.bin')
This module based on the code of Matlab
Additional information about headers is available here