Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading