BlackrockNeurotech / Python-Utilities

A collection of scripts for loading and manipulating Blackrock Microsystems datafiles.
27 stars 16 forks source link

"with" compatibility for NsxFile and NevFile #24

Open jmgoodman opened 1 year ago

jmgoodman commented 1 year ago

Added simple enter and exit methods to the NsxFile and NevFile objects, which allows users to manage these file streams using the typical "with" statement.