compare_threshold#
- compare_threshold(threshold: float, integration_result: float) bool [source]#
Compares an integration result with a threshold.
- Parameters:
threshold (float) – The threshold value
integration_result (float) – The integration result for the comparison
- Returns:
True if the integration_result is greater than the threshold, False otherwise.
- Return type:
bool