You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to assign the simTime to a double variable using the dbl() function (ex: double t = simtime().dbl()). But it's only returning 4 digits after the decimal dot.
So, is it possible to increase the number of digits to 6?
Hi @shigeya,
I'm trying to assign the simTime to a double variable using the dbl() function (ex: double t = simtime().dbl()). But it's only returning 4 digits after the decimal dot.
So, is it possible to increase the number of digits to 6?
thanks.