So, in tweening you can set the time of how long it will take to finish.
Is there any way to do this/calculate this with lerping?
Yeah you can do this with lerping. Lerps are percentage based though so it will be dependent on how far you want the resolution to go. Just take the time you want the lerp to take divided by the amount of iterations you’re going through.