Package for working with Nortek instruments.
Project description
A Python wrapper for Nortek’s PdCommATL COM library.
Installation
Install Nortek’s PdCommATL library (contact Nortek to obtain the necessary installer).
Run win32com’s makepy.py module (located, for example, at C:python27Libsite-packageswin32comclient), selecting “PdCommATL 1.0 Type Library (1.0)” from the list.
Either run pip install pdcommpy, or git clone this repository, and inside run python setup.py install from a command prompt.
Usage
`python >>> from pdcommpy import PdControl >>> pdcontrol = PdControl() >>> pdcontrol.serial_port = "COM2" >>> pdcontrol.state 'Not connected' >>> pdcontrol.sample_rate = 200 >>> pdcontrol.coordinate_system 'ENU' `
Known issues
Salinity in data files is indicated as “N/A”. According to Nortek, this should not affect the measurements.
License
PdCommPy Copyright (c) 2013-2014 Peter Bachant
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PdCommPy-0.0.1.zip
.
File metadata
- Download URL: PdCommPy-0.0.1.zip
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e50ff555ee018ec8430fb1e65aaab5181961517fdf76058371b7f3d389f6273f |
|
MD5 | 7c75d5d4cc009f8fcaa5461caf624fd3 |
|
BLAKE2b-256 | 5216845054a780751d6d6a113baa195a5146afa84809e80d667410c3bed39f68 |