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
It is very misleading that signal.getReady() == signal.needUpdate(). From the code, it seems this is only use in SignalTimeDependent and attribute ready is true when the signal is NOT up to date
SignalBase defines the following methods/
It is very misleading that
signal.getReady() == signal.needUpdate(). From the code, it seems this is only use in SignalTimeDependent and attributereadyistruewhen the signal is NOT up to date