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
Move the attribute use_data_service
from PVOutput._api_query (to which is is passed by for example get_status(...use_data_service=True)
to PVOutput constructor eg:
Move the attribute use_data_service
from PVOutput._api_query (to which is is passed by for example get_status(...use_data_service=True)
to PVOutput constructor eg:
use_data_service: bool=False,
):
Detailed Description
Using the data service (rather than free service) is a connection level thing.
Better to set once on creation of PVOutput instance
Context
Counter-intuitive to set in every call to get status etc
see above
The text was updated successfully, but these errors were encountered: