Skip to content

Commit

Permalink
handle extra kwargs sent to set_mass
Browse files Browse the repository at this point in the history
  • Loading branch information
jirhiker committed Oct 10, 2024
1 parent 369808e commit 68dd721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pychron/spectrometer/isotopx/magnet/ngx.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read_mass(self):
self.microcontroller.triggered = False
return self.ask("GETMASS")

def set_mass(self, v, delay=None, deflect=False):
def set_mass(self, v, delay=None, deflect=False, **kw):
"""
:param v: mass
Expand Down

0 comments on commit 68dd721

Please sign in to comment.