Skip to main content

Read tek scope isf files as a numpy array.

Project description

Read tek scope isf files as a numpy array.

import isfreader

data = isfreader.read_file('T0000CH1.ISF')
data[:, 0]  # Time column (Does not always start at 0)
data[:, 1]  # Data (Voltage) column
print(data.shape)
print(data.dtype)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

isfreader-1.0.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page