Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
setPIDCourseNum takes wavelength
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 19, 2018
1 parent 2e01abc commit a1fbd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions highfinesse_net/protocol.py
Expand Up @@ -167,9 +167,9 @@ async def get_deviation_mode(self):
""""""
return int(await self.ask("getDeviationMode"))

async def set_pid_course_num(self, channel, data):
async def set_pid_course_num(self, channel, wavelength):
"""channel: 1-8"""
return int(await self.ask("setPidCourseNum", channel, data))
return int(await self.ask("setPidCourseNum", channel, wavelength))

async def get_pid_course_num(self, channel):
"""channel: 1-8"""
Expand Down

0 comments on commit a1fbd5b

Please sign in to comment.