F = 1000 Hz
R = 100 Ohm
L = 0.0159 H
X_L = 2 * PI * F * L = 99.852 Ohm ~ R
Z = sqrt(R^2 + X_L^2) = 100 * sqrt(2) = 141 Ohm
arctg(X_L/R) = arctg(1) = 45 degree
If I am right then the current should lag from the voltage by 45 degree. But simulation shows different result.
What is wrong with that?