Source code for pyleecan.Methods.Import.ImportGenMatrixSin

# -*- coding: utf-8 -*-
from ....Methods.Import import ImportError


[docs]class GenSinEmptyError(ImportError): """Raised when the sin_list is empty""" pass
[docs]class GenSinDimError(ImportError): """Raised when the ImportGenVectSin of the sin_list has different size (N)""" pass
[docs]class GenSinTransposeError(ImportError): """Raised when the ImportGenVectSin of the sin_list has different is_transpose""" pass
[docs]class InitSinMatDimError(ImportError): """Raised when the init_vector is called with wrong arguments""" pass