assert_is_first_order

typhoon.test.signals.assert_is_first_order(signal, time_constant, init_value, final_value, tol, during=None, strictness=1, time_tol=0, report_plot=None)

Assertion helper for is_first_order function. It has the same signature.

Is equivalent to:

>>> result = is_first_order(*args, **kwargs)
>>> assert_analysis(result, True)
Raises:

AssertionError – In case result is different from True.