Python-SimConnect icon indicating copy to clipboard operation
Python-SimConnect copied to clipboard

Python interface for MSFS2020 SimConnect.dll

Results 37 Python-SimConnect issues
Sort by recently updated
recently updated
newest added

I believe this is what it would be pointing to: https://github.com/hankhank10/MSFS2020-cockpit-companion/tree/gh-pages The site is now parked and, as is usual with these sites, redirecting through some shady scripts someplace. I...

Hello, I am a student from the Polytechnic University of Madrid working in a aerospace project for UAV's. What I am currently doing is getting simulation data from JSBSim, and...

I would like to cycle through views or zoom in and out with the camera, but it is not working using ``` event_to_trigger = ae.find("VIEW_MODE") event_to_trigger ``` As I noted...

Specifically, I don't seem to be able to execute the IDENT event (found in this list: https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Aircraft_Radio_Navigation_Events.htm#Transponder) and I don't believe I'm able to turn the transponder into a certain...

I figured out how to call the method without errors ( already corrected the AICreateNonATCAircraft args types as in issue #112 ) This script runs fine, but the aircraft doesn't...

Hi, Is it possible to create a listener to capture events triggered in the sim, not by a program? For example, listen for the event GEAR_TOGGLE when retracting gears using...

Can you add the custom events from the aircrafts that currently have them? Many people are using the WASM module for MobiFlight and we can now get the custom events....

``` def _run(self): while self.quit == 0: try: self.dll.CallDispatch(self.hSimConnect, self.my_dispatch_proc_rd, None) time.sleep(.002) except OSError as err: print("OS error: {0}".format(err)) ``` Line 177 of SimConnect.py would cause infinite loop if sim...

Hi, I've been using this library for a while now and it's been extremely helpful. However I noticed that some of those new payware addons don't work with the "standard"...

There is a SimConnect DLL from SDK 0.6.1. Seems to be very old and should be updated to the latest version