Skip to content

pliniobas/Nortek-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nortek-Python

A Python package for working with Nortek instruments and data.

Installation

  • Install Nortek's PdCommATL library (contact Nortek to obtain the necessary installer).
  • Either run pip install nortek, or git clone this repository, and inside run python setup.py install from a command prompt.

Usage

>>> from nortek.controls import PdControl
>>> vectrino = PdControl()
>>> vectrino.serial_port = "COM2"
>>> vectrino.state
'Not connected'
>>> vectrino.sample_rate = 200
>>> vectrino.coordinate_system
'ENU'

Acknowledgments

Thanks to PJ Rusello from Nortek for sharing his code for reading the Nortek binary data files.

About

Python package for working with Nortek instruments and data files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%