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

Method _update_energy_bound_high_buf

pyxrf/model/parameters.py:335–337  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

333 # in 'Automatic Element Finding' dialog box
334 @observe("energy_bound_high_buf")
335 def _update_energy_bound_high_buf(self, change):
336 self.param_new["non_fitting_values"]["energy_bound_high"]["value"] = change["value"]
337 self.define_range()
338
339 @observe("energy_bound_low_buf")
340 def _update_energy_bound_high_low(self, change):

Callers

nothing calls this directly

Calls 1

define_rangeMethod · 0.95

Tested by

no test coverage detected