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

Method _update_energy_bound_high_low

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

Source from the content-addressed store, hash-verified

338
339 @observe("energy_bound_low_buf")
340 def _update_energy_bound_high_low(self, change):
341 self.param_new["non_fitting_values"]["energy_bound_low"]["value"] = change["value"]
342 self.define_range()
343
344 def get_new_param_from_file(self, param_path):
345 """

Callers

nothing calls this directly

Calls 1

define_rangeMethod · 0.95

Tested by

no test coverage detected