Closed arnobaer closed 3 years ago
An LCR measurement x of value zero crashes the application applying the formula: 1. / x ** 2 due to an unhandled DivisionByZeroError exception.
x
1. / x ** 2
DivisionByZeroError
Validate that the measured value is not zero, else ignore and do not add to the plot.
An LCR measurement
x
of value zero crashes the application applying the formula:1. / x ** 2
due to an unhandledDivisionByZeroError
exception.Validate that the measured value is not zero, else ignore and do not add to the plot.