Skip to content

Commit

Permalink
Fixup! CBP Cal fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 14, 2024
1 parent cb984f2 commit f8076d5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,26 +211,22 @@ async def start_system(self):
name="Electrometer",
domain=self.domain,
index=self.electrometer_cbp_index,
log=self.log,
)

self.electrometer_cbp_cal = salobj.Remote(
name="Electrometer",
domain=self.domain,
index=self.electrometer_cbp_cal_index,
log=self.log,
)

self.cbp = salobj.Remote(
name="CBP",
domain=self.domain,
log=self.log,
)

self.tunablelaser = salobj.Remote(
name="TunableLaser",
domain=self.domain,
log=self.log,
)

await self.electrometer_cbp.start_task
Expand Down

0 comments on commit f8076d5

Please sign in to comment.