obci_readmanager.signal_processing.signal.signal_exceptions module

Module provides classes for exceptions raised from DataProxy.

exception obci_readmanager.signal_processing.signal.signal_exceptions.BadSampleFormat[source]

Bases: Exception

An exception that should be raised when data sample has arrived and it is not float.

Struct is unable to pack it.

exception obci_readmanager.signal_processing.signal.signal_exceptions.NoNextTag[source]

Bases: Exception

Raised when end of tag file is met in self.get_next_tag().

exception obci_readmanager.signal_processing.signal.signal_exceptions.NoNextValue[source]

Bases: Exception

Raised when end of data file is met in self.get_next_value().

exception obci_readmanager.signal_processing.signal.signal_exceptions.NoParameter(p_param)[source]

Bases: Exception

Raised when there is a request for non-existing parameter in info file.