MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / set_map_preview_range

Method set_map_preview_range

pyxrf/model/lineplot.py:1648–1650  ·  view source on GitHub ↗
(self, *, low, high)

Source from the content-addressed store, hash-verified

1646 self.set_map_preview_range(low=-1, high=-1)
1647
1648 def set_map_preview_range(self, *, low, high):
1649 self.map_preview_range_low = low
1650 self.map_preview_range_high = high
1651
1652 def get_selected_datasets(self):
1653 """Returns the datasets selected for preview"""

Callers 2

set_preview_map_rangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected