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 not sure of the cause, maybe REQCONFIGALL doesn't always return SYSREPRUNLEV, but refreshing the config sometimes results in config["sysfreq"] being None.
As this isn't something that the device can change, there's really no need to reset this variable.
Initialize config["sysfreq"] = None somewhere else only once
Remove this line from the config refresh method
The text was updated successfully, but these errors were encountered:
I'm not sure of the cause, maybe REQCONFIGALL doesn't always return SYSREPRUNLEV, but refreshing the config sometimes results in config["sysfreq"] being None.
As this isn't something that the device can change, there's really no need to reset this variable.
config["sysfreq"] = None
somewhere else only onceThe text was updated successfully, but these errors were encountered: