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

Method get_load_each_channel

pyxrf/gui_support/gpc_class.py:283–288  ·  view source on GitHub ↗

Get the value of `load_each_channel` flag, which indicates if data from all detector channels will be loaded.

(self)

Source from the content-addressed store, hash-verified

281 self.io_model.current_working_directory = working_directory
282
283 def get_load_each_channel(self):
284 """
285 Get the value of `load_each_channel` flag, which indicates if data from
286 all detector channels will be loaded.
287 """
288 return self.io_model.load_each_channel
289
290 def set_load_each_channel(self, load_each_channel):
291 """

Callers 1

_setup_load_groupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected