Skip to content

Commit

Permalink
Fixup! CBP cal remove excess command
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 14, 2024
1 parent c54d213 commit 70a0862
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,14 @@ async def setup_electrometer(
timeout=self.long_timeout,
)
await electrometer.cmd_performZeroCalib.start(timeout=self.long_timeout)
"""
await electrometer.cmd_setDigitalFilter.set_start(
activateFilter=False,
activateAvgFilter=False,
activateMedFilter=False,
timeout=self.long_timeout,
)
"""

async def setup_laser(
self,
Expand Down

0 comments on commit 70a0862

Please sign in to comment.