update_time¶ Powertrain.update_time(instant: Time) → None It updates the time by appending the instant simulated time step. Parameters¶ instantTimeSimulated time step to be added to time. Raises TypeErrorIf instant is not an instance of Time.