Skip to content

Commit

Permalink
Removed hard-coded stats plugin input array port to XSP3.POS so that …
Browse files Browse the repository at this point in the history
…Merlin is configured correctly
  • Loading branch information
Benjamin Bradnick committed Sep 13, 2018
1 parent d80616c commit 9da8c26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions malcolm/modules/ADCore/parts/statspluginpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ def configure(self, context, completed_steps, steps_to_do, part_info,
child = context.block_view(self.params.mri)
fs = child.put_attribute_values_async(dict(
enableCallbacks=True,
computeStatistics=True,
inp="XSP3.POS"))
computeStatistics=True))
# Removed hard-coded input port to work with Merlin detector
#,
#inp="XSP3.POS"))
xml = self._make_attributes_xml()
self.attributes_filename = os.path.join(
params.fileDir, "%s-attributes.xml" % self.params.mri)
Expand Down

0 comments on commit 9da8c26

Please sign in to comment.