nibcq.errors.ParallelDevicesConfigurationError
- exception nibcq.errors.ParallelDevicesConfigurationError(message: str = 'Invalid channel modes. Must have exactly 1 leader channel and 1 or more follower channels.')
Bases:
BCQErrorException raised when there is an issue with parallel devices configuration.
This error occurs when the configuration of devices connected in parallel is invalid or incompatible with the test requirements.
- Parameters:
message (str, optional) – Custom error message. Defaults to a standard message.
Example
>>> raise ParallelDevicesConfigurationError( >>> "Invalid channel modes. Must have exactly 1 leader channel >>> and 1 or more follower channels." >>> )