errors module#

exception NoPrecisionSatisfiesConstraintsError(guesses, table)[source]#

Bases: Exception

No Precision Series can meet the outlined requirements.

exception VinRangeTooLargeError(guesses, vin_screen)[source]#

Bases: Exception

V-in Range is too large - No solution can be found.

exception IncompatibleVinVoutError(v_in, v_out)[source]#

Bases: Exception

Incompatible V-in and V-out Constraints Encountered.

exception NoSolutionFoundError(msg)[source]#

Bases: Exception

Failed to find a voltage divider solution that meets the provided requirements.