Skip to content

Commit

Permalink
Integration of Power Meter HP437B (#979)
Browse files Browse the repository at this point in the history
* * initial hp 437b commit

* * added some review feedback

* * initial commit
* hardware / system test
* unit test
* documentation

* * added a lot of functionality
* added real device tests
* added getters to some functions which had none in before

* * fixed flake errors
* implemented last functions
* fixed documentation

* * fixed value error comparison

* * fixed unit issue while writing sensor data calibration

* * fixed flake erros

* * accidental commit removed

* * added pr feedback

* * added pr feedback

* * added pr feedback

* * added pr feedback

* PR feedback

* PR feedback

* Lint issue

* PR feedback
  • Loading branch information
neuschs committed Feb 9, 2024
1 parent fdd501d commit 0dad3bb
Show file tree
Hide file tree
Showing 6 changed files with 1,289 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/instruments/hp/hp437B.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
####################
HP 437B Power Meter
####################

.. autoclass:: pymeasure.instruments.hp.HP437B
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/instruments/hp/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ If the instrument you are looking for is not here, also check :doc:`Agilent<../a
hp856xx
hp8657B
hp11713A
hp437B
hplegacyinstrument
hpsystempsu
1 change: 1 addition & 0 deletions pymeasure/instruments/hp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from .hp856Xx import HP8560A
from .hp856Xx import HP8561B
from .hp11713a import HP11713A
from .hp437b import HP437B
from .hpsystempsu import HP6632A
from .hpsystempsu import HP6633A
from .hpsystempsu import HP6634A
Expand Down

0 comments on commit 0dad3bb

Please sign in to comment.