Skip to content

Commit

Permalink
fix where pulse.max is called
Browse files Browse the repository at this point in the history
 * this is part of pc
  • Loading branch information
JunAishima committed Nov 17, 2022
1 parent 4091167 commit dfd4d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxtools/raster_flyer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def update_parameters(self, *args, **kwargs):
else:
numImages = kwargs["num_images"]
logger.debug(f"row {row_index}: only setting pulse max")
self.zebra.pulse.max.put(numImages)
self.zebra.pc.pulse.max.put(numImages)
logger.debug("finished updating parameters")

def configure_detector(self, **kwargs):
Expand Down

0 comments on commit dfd4d7e

Please sign in to comment.