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
Right now this TangoDS always returns the last measured value from the PEM as read-back value of the power.
I think, that this is maybe not the correct way of implementing it.
I would suggest, that the attribute return None or NaN (possibly the first) if no data is available.
This would make it consistent with other powermeters such as the Coherent LabMax or ThorlabsPM100 series.
Is there an easy way of checking the number of new data readings from the API?
The text was updated successfully, but these errors were encountered:
Hi @tox1c90
Right now this TangoDS always returns the last measured value from the PEM as read-back value of the power.
I think, that this is maybe not the correct way of implementing it.
I would suggest, that the attribute return
None
orNaN
(possibly the first) if no data is available.This would make it consistent with other powermeters such as the Coherent LabMax or ThorlabsPM100 series.
Is there an easy way of checking the number of new data readings from the API?
The text was updated successfully, but these errors were encountered: