Get the value of `load_each_channel` flag, which indicates if data from all detector channels will be loaded.
(self)
| 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 | """ |