nibcq.errors.ChannelOrderError
- exception nibcq.errors.ChannelOrderError(message: str = 'SMU Channels were not provided in ascending order.')
Bases:
BCQErrorException raised when SMU channels are not provided in ascending order.
- Parameters:
message (str, optional) – Custom error message. Defaults to a standard message.
Example
>>> raise ChannelOrderError("SMU Channels were not provided in ascending order.")