Skip to content

Commit

Permalink
Merge pull request #144 from Galvant/ch-ondax-rebase
Browse files Browse the repository at this point in the history
added surelock laser module
  • Loading branch information
scasagrande committed Sep 8, 2016
2 parents 8dadcaa + 074d72f commit 19919d8
Show file tree
Hide file tree
Showing 4 changed files with 1,077 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/source/apiref/ondax.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
..
TODO: put documentation license header here.
.. currentmodule:: instruments.ondax

=====
Ondax
=====

:class:`LM` Ondax SureLock Laser Module
=======================================

.. autoclass:: LM
:members:
:undoc-members:

7 changes: 7 additions & 0 deletions instruments/ondax/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Module containing Ondax Instruments
"""
from __future__ import absolute_import
from .lm import LM

0 comments on commit 19919d8

Please sign in to comment.