Beispiel #1
0
 def _switch_long_mode_inst_settings(self, long_mode_on):
     self._inst_settings.update_attributes(
         advanced_config=pearl_advanced_config.get_long_mode_dict(
             long_mode_on))
     if long_mode_on:
         self._inst_settings.update_attributes(
             kwargs={'perform_attenuation': False})
Beispiel #2
0
 def _switch_long_mode_inst_settings(self, long_mode_on):
     self._inst_settings.update_attributes(
         advanced_config=pearl_advanced_config.get_long_mode_dict(
             long_mode_on),
         suppress_warnings=True)
Beispiel #3
0
 def _switch_long_mode_inst_settings(self, long_mode_on):
     self._inst_settings.update_attributes(
         advanced_config=pearl_advanced_config.get_long_mode_dict(
             long_mode_on))
     if long_mode_on:
         setattr(self._inst_settings, "perform_atten", False)
Beispiel #4
0
 def _switch_long_mode_inst_settings(self, long_mode_on):
     self._inst_settings.update_attributes(advanced_config=pearl_advanced_config.get_long_mode_dict(long_mode_on),
                                           suppress_warnings=True)