Skip to content

Commit

Permalink
Merge pull request #819 from bmoneke/PR-Toptica-Adapter
Browse files Browse the repository at this point in the history
Remove Toptica adapter
  • Loading branch information
bilderbuchi committed Jan 19, 2023
2 parents f36ba14 + 9f61154 commit c04f211
Show file tree
Hide file tree
Showing 9 changed files with 345 additions and 188 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Deprecated features
-------------------
- HP 34401A: :code:`voltage_ac`, :code:`current_dc`, :code:`current_ac`, :code:`resistance`, :code:`resistance_4w` properties,
use :code:`function_` and :code:`reading` properties instead.
- Toptica IBeamSmart: :code:`channel1_enabled`, use :code:`ch_1.enabled` property instead (similar channel2). Also :code:`laser_enabled` is deprecated in favor of :code:`emission`.

Version 0.11.1 (2022-12-31)
===========================
Expand Down
7 changes: 0 additions & 7 deletions docs/api/instruments/toptica/adapters.rst

This file was deleted.

4 changes: 4 additions & 0 deletions docs/api/instruments/toptica/ibeamsmart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Toptica IBeam Smart Laser diode
.. autoclass:: pymeasure.instruments.toptica.ibeamsmart.IBeamSmart
:members:
:show-inheritance:

.. autoclass:: pymeasure.instruments.toptica.ibeamsmart.DriverChannel
:members:
:show-inheritance:
1 change: 0 additions & 1 deletion docs/api/instruments/toptica/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ This section contains specific documentation on the Toptica Photonics instrument
.. toctree::
:maxdepth: 2

adapters
ibeamsmart
1 change: 0 additions & 1 deletion pymeasure/instruments/toptica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@
# THE SOFTWARE.
#

from .adapters import TopticaAdapter
from .ibeamsmart import IBeamSmart
124 changes: 0 additions & 124 deletions pymeasure/instruments/toptica/adapters.py

This file was deleted.

0 comments on commit c04f211

Please sign in to comment.