Skip to content

Two function for the importing data from the Agilent binary file data

License

Notifications You must be signed in to change notification settings

AntonBryansky/ImportAgilentBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImportAgilentBin

Import data and file description (header) from Agilent binary data files

importAgilentBin(file_path[, num_of_channel])

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.

importAgilentBinDesc('test.bin')

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')

Aknowledgments

This module based on the code of Matlab

Additional information about headers is available here

About

Two function for the importing data from the Agilent binary file data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages