diff --git a/ohmpi.py b/ohmpi.py index d9b92038bf7995b242030d72b9eea0b7bf6a87b4..a91b9057a9326980e80def836db9c49852089294 100644 --- a/ohmpi.py +++ b/ohmpi.py @@ -1114,7 +1114,6 @@ class OhmPi(object): except Exception as e: self.exec_logger.warning(f'Unable to set sequence: {e}') status = False -<<<<<<< HEAD def stop(self, **kwargs): warnings.warn('This function is deprecated. Use interrupt instead.', DeprecationWarning) @@ -1122,15 +1121,7 @@ class OhmPi(object): def _switch_mux(self, electrode_nr, state, role): """Selects the right channel for the multiplexer cascade for a given electrode. -======= - - def stop(self, **kwargs): - warnings.warn('This function is deprecated. Use interrupt instead.', DeprecationWarning) - self.interrupt(**kwargs) - - def _switch_mux(self, electrode_nr, state, role): - """Selects the right channel for the multiplexer cascade for a given electrode. - + Parameters ---------- electrode_nr : int