Skip to content

Commit

Permalink
fix naming in description
Browse files Browse the repository at this point in the history
  • Loading branch information
franz-sweepMe committed Feb 3, 2025
1 parent 0b2362d commit 64de5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Temperature-LakeShore_Model32x/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@

# SweepMe! device class
# * Type: Temperature
# * Instrument: Lake Shore Model 33x
# * Instrument: Lake Shore Model 32x

from pysweepme.EmptyDeviceClass import EmptyDevice


class Device(EmptyDevice):
"""Device class to implement functionalities of a Lake Shore Model 33x temperature controller."""
"""Device class to implement functionalities of a Lake Shore Model 32x temperature controller."""
description = """
make sure port options are set correctly according to instrument settings: Tools/Port manager:
baudrate: 1200/300
Expand Down

0 comments on commit 64de5a1

Please # to comment.