nibcq.errors.ChannelOrderError ============================== .. py:exception:: nibcq.errors.ChannelOrderError(message: str = 'SMU Channels were not provided in ascending order.') Bases: :py:obj:`BCQError` Exception raised when SMU channels are not provided in ascending order. :param message: Custom error message. Defaults to a standard message. :type message: str, optional .. rubric:: Example >>> raise ChannelOrderError("SMU Channels were not provided in ascending order.")