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
You call "self.dll.RequestDataOnSimObjectType", which limits the request to the user object and issues a new "request" to the SimConnect DLL for information on the target SimObject.
On the following line:
https://github.com/odwdinc/Python-SimConnect/blob/master/SimConnect/SimConnect.py#L214
You call "self.dll.RequestDataOnSimObjectType", which limits the request to the user object and issues a new "request" to the SimConnect DLL for information on the target SimObject.
If it's possible to swich that to "RequestDataOnSimObject", we can make requests against different objects AND submit a "SIMCONNECT_PERIOD" variable so SimConnect can push data to us when it's updated in the sim instead of constantly pulling the data.
https://docs.flightsimulator.com/html/Programming_Tools/SimConnect/API_Reference/Events_And_Data/SimConnect_RequestDataOnSimObject.htm
The text was updated successfully, but these errors were encountered: