Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandber committed Jul 5, 2024
1 parent 094058d commit 5bf5cac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions python/surf/devices/analog_devices/_Ad5541.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

class Ad5541(pr.Device):
def __init__(self,
name = 'AD5541',
description = 'AD5541 DAC',
maximum = 0, # Sets the limit for the maximum allowed voltage from software
**kwargs):
name = 'AD5541',
description = 'AD5541 DAC',
maximum = 0, # Sets the limit for the maximum allowed voltage from software
**kwargs):

super().__init__(name=name, description=description, **kwargs)

self.add(pr.RemoteVariable(
Expand Down

0 comments on commit 5bf5cac

Please sign in to comment.