Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbarrier committed Aug 30, 2023
1 parent fd51181 commit e3e4fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions qcodes_contrib_drivers/drivers/Thorlabs/KLS1550.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ def __init__(self,
polling: int = 200,
**kwargs):
self._dll_path = 'Thorlabs. .dll'
self._polling = kwargs.pop('polling_speed_ms', polling) # back-compatibility
self._simulation = kwargs.pop('sim', simulation)
super().__init__(name, serial_number, self._dll_path,
self._simulation, self._polling, **kwargs)
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/drivers/Thorlabs/PM100D.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Thorlab_PM100D(VisaInstrument):
"""
def __init__(self,
name: str,
address: Optional[str] = None,
address: str,
terminator='\n',
timeout: float = 20,
**kwargs: Any):
Expand Down

0 comments on commit e3e4fd1

Please sign in to comment.