Fader
The faders
element consists of a list of faders. Each fader
object can contain the following elements.
Element | Mandatory | Description |
---|---|---|
index |
Index of the fader. 1 for layer A, 2 for layer B | |
event_change |
The event to execute when the fader is moved | |
min_value |
The value to send when the fader is at the bottom | |
max_value |
The value to send when the fader is at the top |
This example shows how to control the throttle. The min and max values are found by looking in the EventList.py from the simconnect library.
{
"index": 1,
"event_change": "THROTTLE_SET",
"min_value": 0,
"max_value": 16383
}