# Aircraft Electrical Events The event IDs listed here are all related to the aircraft electrical systems. Please note that many of these events are flagged as using an electrical component name (or index). Using the name is **only applicable to the v2.00+ electrical system**, and is the recommended way to target a specific component. If you are using prior versions, only the index is valid and names will not be accepted. If you are supplying a name for the component, it should be supplied in single quotes `''` followed by `_n`. For example, consider this [line.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#linen) definition: ``` cpp line.1 = Name:115V_AC_XFR_BUS_1_To_EXT_GEN_BUS # Connection:ConA(115V_AC_XFR_BUS_1,EXT_GEN_BUS) ``` When using this line via [RPN](../../reverse-polish-notation/) in your model behaviours, you would have something like this: ``` xml '115V_AC_XFR_BUS_1_To_EXT_GEN_BUS'_n (>K:ELECTRICAL_LINE_CONNECTION_TOGGLE) ``` instead of: ``` xml 1 (>K:ELECTRICAL_LINE_CONNECTION_TOGGLE) ``` ### Batteries {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="BATTERY1_SET" />}}`BATTERY1_SET`{{< anchor id="BATTERY2_SET" />}}`BATTERY2_SET`{{< anchor id="BATTERY3_SET" />}}`BATTERY3_SET`{{< anchor id="BATTERY4_SET" />}}`BATTERY4_SET` | `KEY_BATTERY1_SET``KEY_BATTERY2_SET``KEY_BATTERY3_SET``KEY_BATTERY4_SET` | [0]: bool | Set the battery 1/2/3/4 switch to on or off. | | {{< anchor id="ELECTRICAL_BATTERY_BREAKER_TOGGLE" />}}`ELECTRICAL_BATTERY_BREAKER_TOGGLE` | `KEY_ELECTRICAL_BATTERY_BREAKER_TOGGLE` | [0] Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1] [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index) | Toggle the battery breaker state with a bus. Takes two indices, the bus and the battery name (or index).See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="MASTER_BATTERY_OFF" />}}`MASTER_BATTERY_OFF` | `KEY_MASTER_BATTERY_OFF` | [0]: [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index) | Turns the named (or indexed) battery switch off. | | {{< anchor id="MASTER_BATTERY_ON" />}}`MASTER_BATTERY_ON` | `KEY_MASTER_BATTERY_ON` | [0]: [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index) | Turns the named (or indexed) battery switch on. | | {{< anchor id="MASTER_BATTERY_SET" />}}`MASTER_BATTERY_SET` | `KEY_MASTER_BATTERY_SET` | [0]: [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index)[1]: bool | Set the named (or indexed) battery switch state. | | {{< anchor id="TOGGLE_MASTER_BATTERY" />}}`TOGGLE_MASTER_BATTERY` | `KEY_TOGGLE_MASTER_BATTERY` | [0]: [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index) | Toggle named (or indexed) battery switch state. | | {{< anchor id="TOGGLE_MASTER_BATTERY_ALTERNATOR" />}}`TOGGLE_MASTER_BATTERY_ALTERNATOR` | `KEY_TOGGLE_MASTER_BATTERY_ALTERNATOR` | [0]: [battery.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#batteryn) name (or index) | Toggles named (or indexed) master battery and alternator switch | {{< /table-wrapper >}} ### Breakers {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="BREAKER_AVNFAN_TOGGLE" />}}`BREAKER_AVNFAN_TOGGLE` | `KEY_BREAKER_AVNFAN_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the Fan breaker | | {{< anchor id="BREAKER_AUTOPILOT_TOGGLE" />}}`BREAKER_AUTOPILOT_TOGGLE` | `KEY_BREAKER_AUTOPILOT_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the autopilot breaker | | {{< anchor id="BREAKER_GPS_TOGGLE" />}}`BREAKER_GPS_TOGGLE` | `KEY_BREAKER_GPS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the GPS breaker | | {{< anchor id="BREAKER_ADF_TOGGLE" />}}`BREAKER_ADF_TOGGLE` | `KEY_BREAKER_ADF_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the ADF breaker | | {{< anchor id="BREAKER_XPNDR_TOGGLE" />}}`BREAKER_XPNDR_TOGGLE` | `KEY_BREAKER_XPNDR_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the transponder breaker | | {{< anchor id="BREAKER_FLAP_TOGGLE" />}}`BREAKER_FLAP_TOGGLE` | `KEY_BREAKER_FLAP_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the flaps breaker | | {{< anchor id="BREAKER_INST_TOGGLE" />}}`BREAKER_INST_TOGGLE` | `KEY_BREAKER_INST_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the instruments breaker | | {{< anchor id="BREAKER_TURNCOORD_TOGGLE" />}}`BREAKER_TURNCOORD_TOGGLE` | `KEY_BREAKER_TURNCOORD_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the | | {{< anchor id="BREAKER_INSTLTS_TOGGLE" />}}`BREAKER_INSTLTS_TOGGLE` | `KEY_BREAKER_INSTLTS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the | | {{< anchor id="BREAKER_ALTFLD_TOGGLE" />}}`BREAKER_ALTFLD_TOGGLE` | `KEY_BREAKER_ALTFLD_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the | | {{< anchor id="BREAKER_WARN_TOGGLE" />}}`BREAKER_WARN_TOGGLE` | `KEY_BREAKER_WARN_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the warning breaker | | {{< anchor id="BREAKER_AVNBUS1_TOGGLE" />}}`BREAKER_AVNBUS1_TOGGLE` | `KEY_BREAKER_AVNBUS1_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the | | {{< anchor id="BREAKER_AVNBUS2_TOGGLE" />}}`BREAKER_AVNBUS2_TOGGLE` | `KEY_BREAKER_AVNBUS2_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the | | {{< anchor id="BREAKER_NAVCOM1_TOGGLE" />}}`BREAKER_NAVCOM1_TOGGLE` | `KEY_BREAKER_NAVCOM1_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the NAV / COM 1 breaker | | {{< anchor id="BREAKER_NAVCOM2_TOGGLE" />}}`BREAKER_NAVCOM2_TOGGLE` | `KEY_BREAKER_NAVCOM2_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the NAV / COM 2 breaker | | {{< anchor id="BREAKER_NAVCOM3_TOGGLE" />}}`BREAKER_NAVCOM3_TOGGLE` | `KEY_BREAKER_NAVCOM3_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the NAV / COM 3 breaker | | {{< anchor id="BREAKER_AVNFAN_SET" />}}`BREAKER_AVNFAN_SET` | `KEY_BREAKER_AVNFAN_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the fan breaker | | {{< anchor id="BREAKER_AUTOPILOT_SET" />}}`BREAKER_AUTOPILOT_SET` | `KEY_BREAKER_AUTOPILOT_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the autopilot breaker | | {{< anchor id="BREAKER_GPS_SET" />}}`BREAKER_GPS_SET` | `KEY_BREAKER_GPS_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the GPS breaker | | {{< anchor id="BREAKER_NAVCOM1_SET" />}}`BREAKER_NAVCOM1_SET` | `KEY_BREAKER_NAVCOM1_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the NAV/COM 1 breaker | | {{< anchor id="BREAKER_NAVCOM2_SET" />}}`BREAKER_NAVCOM2_SET` | `KEY_BREAKER_NAVCOM2_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the NAV/COM 2 breaker | | {{< anchor id="BREAKER_NAVCOM3_SET" />}}`BREAKER_NAVCOM3_SET` | `KEY_BREAKER_NAVCOM3_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the NAV/COM 3 breaker | | {{< anchor id="BREAKER_ADF_SET" />}}`BREAKER_ADF_SET` | `KEY_BREAKER_ADF_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the ADF breaker | | {{< anchor id="BREAKER_XPNDR_SET" />}}`BREAKER_XPNDR_SET` | `KEY_BREAKER_XPNDR_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the transponder breaker | | {{< anchor id="BREAKER_FLAP_SET" />}}`BREAKER_FLAP_SET` | `KEY_BREAKER_FLAP_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the flaps breaker | | {{< anchor id="BREAKER_INST_SET" />}}`BREAKER_INST_SET` | `KEY_BREAKER_INST_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the instrument breaker | | {{< anchor id="BREAKER_AVNBUS1_SET" />}}`BREAKER_AVNBUS1_SET` | `KEY_BREAKER_AVNBUS1_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the | | {{< anchor id="BREAKER_AVNBUS2_SET" />}}`BREAKER_AVNBUS2_SET` | `KEY_BREAKER_AVNBUS2_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the | | {{< anchor id="BREAKER_TURNCOORD_SET" />}}`BREAKER_TURNCOORD_SET` | `KEY_BREAKER_TURNCOORD_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the | | {{< anchor id="BREAKER_INSTLTS_SET" />}}`BREAKER_INSTLTS_SET` | `KEY_BREAKER_INSTLTS_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the | | {{< anchor id="BREAKER_ALTFLD_SET" />}}`BREAKER_ALTFLD_SET` | `KEY_BREAKER_ALTFLD_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the | | {{< anchor id="BREAKER_WARN_SET" />}}`BREAKER_WARN_SET` | `KEY_BREAKER_WARN_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: State, either connected (1) or not (0).[2]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Set the warning breaker | {{< /table-wrapper >}} ### Lights {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="ALL_LIGHTS_TOGGLE" />}}`ALL_LIGHTS_TOGGLE` | `KEY_ALL_LIGHTS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle all lights | | {{< anchor id="BEACON_LIGHTS_ON" />}}`BEACON_LIGHTS_ON` | `KEY_BEACON_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn beacon lights on | | {{< anchor id="BEACON_LIGHTS_OFF" />}}`BEACON_LIGHTS_OFF` | `KEY_BEACON_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn beacon lights off | | {{< anchor id="BEACON_LIGHTS_SET" />}}`BEACON_LIGHTS_SET` | `KEY_BEACON_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set beacon lights on/off (1,0) | | {{< anchor id="CABIN_LIGHTS_OFF" />}}`CABIN_LIGHTS_OFF` | `KEY_CABIN_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn cabin lights off | | {{< anchor id="CABIN_LIGHTS_ON" />}}`CABIN_LIGHTS_ON` | `KEY_CABIN_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn cabin lights on | | {{< anchor id="CABIN_LIGHTS_POWER_SETTING_SET" />}}`CABIN_LIGHTS_POWER_SETTING_SET` | `KEY_CABIN_LIGHTS_POWER_SETTING_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: power setting (%) | Set cabin light circuit power setting. Takes two indices, the circuit and the power setting (see [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information). | | {{< anchor id="CABIN_LIGHTS_SET" />}}`CABIN_LIGHTS_SET` | `KEY_CABIN_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set cabin lights on/off (1,0) | | {{< anchor id="GLARESHIELD_LIGHTS_OFF" />}}`GLARESHIELD_LIGHTS_OFF` | `KEY_GLARESHIELD_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn glareshield lights off | | {{< anchor id="GLARESHIELD_LIGHTS_ON" />}}`GLARESHIELD_LIGHTS_ON` | `KEY_GLARESHIELD_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn glareshield lights on | | {{< anchor id="GLARESHIELD_LIGHTS_POWER_SETTING_SET" />}}`GLARESHIELD_LIGHTS_POWER_SETTING_SET` | `KEY_GLARESHIELD_LIGHTS_POWER_SETTING_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: power setting (%) | Set glareshield light circuit power setting. Takes two indices, the circuit and the power setting (see [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information). | | {{< anchor id="GLARESHIELD_LIGHTS_SET" />}}`GLARESHIELD_LIGHTS_SET` | `KEY_GLARESHIELD_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set glareshield lights on/off (1,0) | | {{< anchor id="GLARESHIELD_LIGHTS_TOGGLE" />}}`GLARESHIELD_LIGHTS_TOGGLE` | `KEY_GLARESHIELD_LIGHTS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle glareshield lights | | {{< anchor id="LANDING_LIGHT_DOWN" />}}`LANDING_LIGHT_DOWN` | `KEY_LANDING_LIGHT_DOWN` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Rotate landing light down | | {{< anchor id="LANDING_LIGHT_HOME" />}}`LANDING_LIGHT_HOME` | `KEY_LANDING_LIGHT_HOME` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Return landing light to default position | | {{< anchor id="LANDING_LIGHT_LEFT" />}}`LANDING_LIGHT_LEFT` | `KEY_LANDING_LIGHT_LEFT` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Rotate landing light left | | {{< anchor id="LANDING_LIGHT_RIGHT" />}}`LANDING_LIGHT_RIGHT` | `KEY_LANDING_LIGHT_RIGHT` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Rotate landing light right | | {{< anchor id="LANDING_LIGHT_UP" />}}`LANDING_LIGHT_UP` | `KEY_LANDING_LIGHT_UP` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Rotate landing light up | | {{< anchor id="LANDING_LIGHTS_ON" />}}`LANDING_LIGHTS_ON` | `KEY_LANDING_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn landing lights on | | {{< anchor id="LANDING_LIGHTS_OFF" />}}`LANDING_LIGHTS_OFF` | `KEY_LANDING_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn landing lights off | | {{< anchor id="LANDING_LIGHTS_SET" />}}`LANDING_LIGHTS_SET` | `KEY_LANDING_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set landing lights on/off (1,0) | | {{< anchor id="LANDING_LIGHTS_TOGGLE" />}}`LANDING_LIGHTS_TOGGLE` | `KEY_LANDING_LIGHTS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle landing lights | | {{< anchor id="LIGHT_AMBIENT_COLOR_SET" />}}`LIGHT_AMBIENT_COLOR_SET` | `KEY_LIGHT_AMBIENT_COLOR_SET` | [0]: Ambient light index[1]: Colour value | This can be used to set the colour of an ambient light. When providing a colour value, this can be done using either a hexadecimal value or a decimal value, for example: 0xFF994422 or 4288234530. For hexadecimal, it should be formatted as: 0xAABBGGRR.`0xFF994422 1 (>K:2:LIGHT_AMBIENT_COLOR_SET)`**NOTE**: This will set both the **start** and **end** colour of the ambient light to the same colour. | | {{< anchor id="LIGHT_POTENTIOMETER_INC" />}}`LIGHT_POTENTIOMETER_INC` | `KEY_LIGHT_POTENTIOMETER_INC` | N/A | | | {{< anchor id="LIGHT_POTENTIOMETER_DEC" />}}`LIGHT_POTENTIOMETER_DEC` | `KEY_LIGHT_POTENTIOMETER_DEC` | N/A | | | {{< anchor id="LIGHT_POTENTIOMETER_SET" />}}`LIGHT_POTENTIOMETER_SET` | `KEY_LIGHT_POTENTIOMETER_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: Potentiometer value | | | {{< anchor id="LIGHT_POTENTIOMETER_1_SET" />}}`LIGHT_POTENTIOMETER_1_SET`{{< anchor id="LIGHT_POTENTIOMETER_2_SET" />}}`LIGHT_POTENTIOMETER_2_SET`{{< anchor id="LIGHT_POTENTIOMETER_3_SET" />}}`LIGHT_POTENTIOMETER_3_SET`{{< anchor id="LIGHT_POTENTIOMETER_4_SET" />}}`LIGHT_POTENTIOMETER_4_SET`{{< anchor id="LIGHT_POTENTIOMETER_5_SET" />}}`LIGHT_POTENTIOMETER_5_SET`{{< anchor id="LIGHT_POTENTIOMETER_6_SET" />}}`LIGHT_POTENTIOMETER_6_SET`{{< anchor id="LIGHT_POTENTIOMETER_7_SET" />}}`LIGHT_POTENTIOMETER_7_SET`{{< anchor id="LIGHT_POTENTIOMETER_8_SET" />}}`LIGHT_POTENTIOMETER_8_SET`{{< anchor id="LIGHT_POTENTIOMETER_9_SET" />}}`LIGHT_POTENTIOMETER_9_SET`{{< anchor id="LIGHT_POTENTIOMETER_10_SET" />}}`LIGHT_POTENTIOMETER_10_SET`{{< anchor id="LIGHT_POTENTIOMETER_11_SET" />}}`LIGHT_POTENTIOMETER_11_SET`{{< anchor id="LIGHT_POTENTIOMETER_12_SET" />}}`LIGHT_POTENTIOMETER_12_SET`{{< anchor id="LIGHT_POTENTIOMETER_13_SET" />}}`LIGHT_POTENTIOMETER_13_SET`{{< anchor id="LIGHT_POTENTIOMETER_14_SET" />}}`LIGHT_POTENTIOMETER_14_SET`{{< anchor id="LIGHT_POTENTIOMETER_15_SET" />}}`LIGHT_POTENTIOMETER_15_SET`{{< anchor id="LIGHT_POTENTIOMETER_16_SET" />}}`LIGHT_POTENTIOMETER_16_SET`{{< anchor id="LIGHT_POTENTIOMETER_17_SET" />}}`LIGHT_POTENTIOMETER_17_SET`{{< anchor id="LIGHT_POTENTIOMETER_18_SET" />}}`LIGHT_POTENTIOMETER_18_SET`{{< anchor id="LIGHT_POTENTIOMETER_19_SET" />}}`LIGHT_POTENTIOMETER_19_SET`{{< anchor id="LIGHT_POTENTIOMETER_20_SET" />}}`LIGHT_POTENTIOMETER_20_SET`{{< anchor id="LIGHT_POTENTIOMETER_21_SET" />}}`LIGHT_POTENTIOMETER_21_SET`{{< anchor id="LIGHT_POTENTIOMETER_22_SET" />}}`LIGHT_POTENTIOMETER_22_SET`{{< anchor id="LIGHT_POTENTIOMETER_23_SET" />}}`LIGHT_POTENTIOMETER_23_SET`{{< anchor id="LIGHT_POTENTIOMETER_24_SET" />}}`LIGHT_POTENTIOMETER_24_SET`{{< anchor id="LIGHT_POTENTIOMETER_25_SET" />}}`LIGHT_POTENTIOMETER_25_SET`{{< anchor id="LIGHT_POTENTIOMETER_26_SET" />}}`LIGHT_POTENTIOMETER_26_SET`{{< anchor id="LIGHT_POTENTIOMETER_27_SET" />}}`LIGHT_POTENTIOMETER_27_SET`{{< anchor id="LIGHT_POTENTIOMETER_28_SET" />}}`LIGHT_POTENTIOMETER_28_SET`{{< anchor id="LIGHT_POTENTIOMETER_29_SET" />}}`LIGHT_POTENTIOMETER_29_SET`{{< anchor id="LIGHT_POTENTIOMETER_30_SET" />}}`LIGHT_POTENTIOMETER_30_SET` | `KEY_LIGHT_POTENTIOMETER_1_SET``KEY_LIGHT_POTENTIOMETER_2_SET``KEY_LIGHT_POTENTIOMETER_3_SET``KEY_LIGHT_POTENTIOMETER_4_SET``KEY_LIGHT_POTENTIOMETER_5_SET``KEY_LIGHT_POTENTIOMETER_6_SET``KEY_LIGHT_POTENTIOMETER_7_SET``KEY_LIGHT_POTENTIOMETER_8_SET``KEY_LIGHT_POTENTIOMETER_9_SET``KEY_LIGHT_POTENTIOMETER_10_SET``KEY_LIGHT_POTENTIOMETER_11_SET``KEY_LIGHT_POTENTIOMETER_12_SET``KEY_LIGHT_POTENTIOMETER_13_SET``KEY_LIGHT_POTENTIOMETER_14_SET``KEY_LIGHT_POTENTIOMETER_15_SET``KEY_LIGHT_POTENTIOMETER_16_SET``KEY_LIGHT_POTENTIOMETER_17_SET``KEY_LIGHT_POTENTIOMETER_18_SET``KEY_LIGHT_POTENTIOMETER_19_SET``KEY_LIGHT_POTENTIOMETER_20_SET``KEY_LIGHT_POTENTIOMETER_21_SET``KEY_LIGHT_POTENTIOMETER_22_SET``KEY_LIGHT_POTENTIOMETER_23_SET``KEY_LIGHT_POTENTIOMETER_24_SET``KEY_LIGHT_POTENTIOMETER_25_SET``KEY_LIGHT_POTENTIOMETER_26_SET``KEY_LIGHT_POTENTIOMETER_27_SET``KEY_LIGHT_POTENTIOMETER_28_SET``KEY_LIGHT_POTENTIOMETER_29_SET``KEY_LIGHT_POTENTIOMETER_30_SET` | [0]: Potentiometer value | Set the given potentiometer value. | | {{< anchor id="LOGO_LIGHTS_SET" />}}`LOGO_LIGHTS_SET` | `KEY_LOGO_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set logo lights on/off (1,0) | | {{< anchor id="NAV_LIGHTS_ON" />}}`NAV_LIGHTS_ON` | `KEY_NAV_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn navigation lights on | | {{< anchor id="NAV_LIGHTS_OFF" />}}`NAV_LIGHTS_OFF` | `KEY_NAV_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn navigation lights off | | {{< anchor id="NAV_LIGHTS_SET" />}}`NAV_LIGHTS_SET` | `KEY_NAV_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set navigation lights on/off (1,0) | | {{< anchor id="PANEL_LIGHTS_ON" />}}`PANEL_LIGHTS_ON` | `KEY_PANEL_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn panel lights on | | {{< anchor id="PANEL_LIGHTS_OFF" />}}`PANEL_LIGHTS_OFF` | `KEY_PANEL_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn panel lights off | | {{< anchor id="PANEL_LIGHTS_POWER_SETTING_SET" />}}`PANEL_LIGHTS_POWER_SETTING_SET` | `KEY_PANEL_LIGHTS_POWER_SETTING_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: power setting (%) | Set panel light circuit power setting. Takes two indices, the circuit and the power setting (see [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information). | | {{< anchor id="PANEL_LIGHTS_SET" />}}`PANEL_LIGHTS_SET` | `KEY_PANEL_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set panel lights on/off (1,0) | | {{< anchor id="PANEL_LIGHTS_TOGGLE" />}}`PANEL_LIGHTS_TOGGLE` | `KEY_PANEL_LIGHTS_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle panel lights | | {{< anchor id="PEDESTRAL_LIGHTS_OFF" />}}`PEDESTRAL_LIGHTS_OFF` | `KEY_PEDESTRAL_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn pedestral lights off | | {{< anchor id="PEDESTRAL_LIGHTS_ON" />}}`PEDESTRAL_LIGHTS_ON` | `KEY_PEDESTRAL_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn pedestral lights on | | {{< anchor id="PEDESTRAL_LIGHTS_POWER_SETTING_SET" />}}`PEDESTRAL_LIGHTS_POWER_SETTING_SET` | `KEY_PEDESTRAL_LIGHTS_POWER_SETTING_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: power setting (%) | Set pedestal light circuit power setting. Takes two indices, the circuit and the power setting (see [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information). | | {{< anchor id="PEDESTRAL_LIGHTS_SET" />}}`PEDESTRAL_LIGHTS_SET` | `KEY_PEDESTRAL_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: light circuit name (or index) | Set pedestral lights on/off (1,0) | | {{< anchor id="PEDESTRAL_LIGHTS_TOGGLE" />}}`PEDESTRAL_LIGHTS_TOGGLE` | `KEY_PEDESTRAL_LIGHTS_TOGGLE` | [0]: light circuit name (or index) | Toggle pedestral lights | | {{< anchor id="RECOGNITION_LIGHTS_SET" />}}`RECOGNITION_LIGHTS_SET` | `KEY_RECOGNITION_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set recognition lights on/off (1,0) | | {{< anchor id="STROBES_ON" />}}`STROBES_ON` | `KEY_STROBES_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn strobe lights on | | {{< anchor id="STROBES_OFF" />}}`STROBES_OFF` | `KEY_STROBES_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn strobe light off | | {{< anchor id="STROBES_SET" />}}`STROBES_SET` | `KEY_STROBES_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set strobe lights on/off (1,0) | | {{< anchor id="STROBES_TOGGLE" />}}`STROBES_TOGGLE` | `KEY_STROBES_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle strobe lights | | {{< anchor id="TAXI_LIGHTS_ON" />}}`TAXI_LIGHTS_ON` | `KEY_TAXI_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn taxi lights on | | {{< anchor id="TAXI_LIGHTS_OFF" />}}`TAXI_LIGHTS_OFF` | `KEY_TAXI_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn taxi light off | | {{< anchor id="TAXI_LIGHTS_SET" />}}`TAXI_LIGHTS_SET` | `KEY_TAXI_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set taxi lights on/off (1,0) | | {{< anchor id="TOGGLE_BEACON_LIGHTS" />}}`TOGGLE_BEACON_LIGHTS` | `KEY_TOGGLE_BEACON_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle beacon lights | | {{< anchor id="TOGGLE_CABIN_LIGHTS" />}}`TOGGLE_CABIN_LIGHTS` | `KEY_TOGGLE_CABIN_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle cockpit/cabin lights | | {{< anchor id="TOGGLE_LOGO_LIGHTS" />}}`TOGGLE_LOGO_LIGHTS` | `KEY_TOGGLE_LOGO_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle logo lights | | {{< anchor id="TOGGLE_NAV_LIGHTS" />}}`TOGGLE_NAV_LIGHTS` | `KEY_TOGGLE_NAV_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle navigation lights | | {{< anchor id="TOGGLE_RECOGNITION_LIGHTS" />}}`TOGGLE_RECOGNITION_LIGHTS` | `KEY_TOGGLE_RECOGNITION_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle recognition lights | | {{< anchor id="TOGGLE_TAXI_LIGHTS" />}}`TOGGLE_TAXI_LIGHTS` | `KEY_TOGGLE_TAXI_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle taxi lights | | {{< anchor id="TOGGLE_WING_LIGHTS" />}}`TOGGLE_WING_LIGHTS` | `KEY_TOGGLE_WING_LIGHTS` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle wing lights | | {{< anchor id="WING_LIGHTS_OFF" />}}`WING_LIGHTS_OFF` | `KEY_WING_LIGHTS_OFF` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn wing lights off | | {{< anchor id="WING_LIGHTS_ON" />}}`WING_LIGHTS_ON` | `KEY_WING_LIGHTS_ON` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Turn wing light on | | {{< anchor id="WING_LIGHTS_SET" />}}`WING_LIGHTS_SET` | `KEY_WING_LIGHTS_SET` | [0]: state, either on (1) or off (0)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Set wing lights on/off (1,0) | {{< /table-wrapper >}} ### Miscellaneous {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="ELECTRICAL_BUS_BREAKER_TOGGLE" />}}`ELECTRICAL_BUS_BREAKER_TOGGLE` | `KEY_ELECTRICAL_BUS_BREAKER_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: Target [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle the breaker state between buses. Takes two names (or indices), the source bus and the target bus.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_BUS_TO_ALTERNATOR_CONNECTION_TOGGLE" />}}`ELECTRICAL_BUS_TO_ALTERNATOR_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_BUS_TO_ALTERNATOR_CONNECTION_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: Alternator index | Toggle alternator connection state with a bus. Takes two names (or indices), the bus and the alternator.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_BUS_TO_BATTERY_CONNECTION_TOGGLE" />}}`ELECTRICAL_BUS_TO_BATTERY_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_BUS_TO_BATTERY_CONNECTION_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: battery index | Toggle battery connection state with a bus. Takes two names (or indices), the bus and the battery.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_BUS_TO_BUS_CONNECTION_TOGGLE" />}}`ELECTRICAL_BUS_TO_BUS_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_BUS_TO_BUS_CONNECTION_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: Target [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index) | Toggle bus connection state with a bus. Takes two names (or indices), the initial bus and the second bus.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE" />}}`ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_BUS_TO_CIRCUIT_CONNECTION_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle circuit connection state with a bus. Takes two names (or indices), the bus and the circuit.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_BUS_TO_EXTERNAL_POWER_CONNECTION_TOGGLE" />}}`ELECTRICAL_BUS_TO_EXTERNAL_POWER_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_BUS_TO_EXTERNAL_POWER_CONNECTION_TOGGLE` | [0]: Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1]: [externalpower.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#externalpowern) name (or index) | Toggle external power connection state with a bus. Takes two names (or indices), the bus and the external power source.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_CIRCUIT_BREAKER_TOGGLE" />}}`ELECTRICAL_CIRCUIT_BREAKER_TOGGLE` | `KEY_ELECTRICAL_CIRCUIT_BREAKER_TOGGLE` | [0] Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1] Target [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the circuit breaker state with a bus. Takes two names (or indices), the bus and the circuit index.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_CIRCUIT_POWER_SETTING_SET" />}}`ELECTRICAL_CIRCUIT_POWER_SETTING_SET` | `KEY_ELECTRICAL_CIRCUIT_POWER_SETTING_SET` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index)[1]: circuit power setting (%) | Set circuit power setting. Takes two names (or indices), the circuit and the power setting.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_CIRCUIT_TOGGLE" />}}`ELECTRICAL_CIRCUIT_TOGGLE` | `KEY_ELECTRICAL_CIRCUIT_TOGGLE` | [0]: [circuit.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#circuitn) name (or index) | Toggle the named (or indexed) circuit switch state.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_EXECUTE_PROCEDURE" />}}`ELECTRICAL_EXECUTE_PROCEDURE` | `KEY_ELECTRICAL_EXECUTE_PROCEDURE` | [0]: procedure index[1]: bInverse (*optional*) | Execute a named (or indexed) procedure with *bInverse* as an optional argument**IMPORTANT!** This event ID is **only valid for V1.00 electrical systems**. See here for more details: [LEGACY: systems.cfg - \[ELECTRICAL\]](../../../content-configuration/cfg-files/system/legacy-electrical-system/) | | {{< anchor id="ELECTRICAL_EXTERNAL_POWER_BREAKER_TOGGLE" />}}`ELECTRICAL_EXTERNAL_POWER_BREAKER_TOGGLE` | `KEY_ELECTRICAL_EXTERNAL_POWER_BREAKER_TOGGLE` | [0] Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) name (or index)[1] [externalpower.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#externalpowern) name (or index) | Toggle the named (or indexed) external power breaker state with a bus. Takes two indices, the bus and the external power index.See [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information. | | {{< anchor id="ELECTRICAL_LINE_BREAKER_SET" />}}`ELECTRICAL_LINE_BREAKER_SET` | `KEY_ELECTRICAL_LINE_BREAKER_SET` | | | | {{< anchor id="ELECTRICAL_LINE_BREAKER_TOGGLE" />}}`ELECTRICAL_LINE_BREAKER_TOGGLE` | `KEY_ELECTRICAL_LINE_BREAKER_TOGGLE` | | | | {{< anchor id="ELECTRICAL_LINE_CONNECTION_SET" />}}`ELECTRICAL_LINE_CONNECTION_SET` | `KEY_ELECTRICAL_LINE_CONNECTION_SET` | | | | {{< anchor id="ELECTRICAL_LINE_CONNECTION_TOGGLE" />}}`ELECTRICAL_LINE_CONNECTION_TOGGLE` | `KEY_ELECTRICAL_LINE_CONNECTION_TOGGLE` | | | | {{< anchor id="SET_EXTERNAL_POWER" />}}`SET_EXTERNAL_POWER` | `KEY_SET_EXTERNAL_POWER` | [0]: [externalpower.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#externalpowern) name (or index)[1]: The state on/off (1, 0) | Set the external power switch state. | | {{< anchor id="TOGGLE_EXTERNAL_POWER" />}}`TOGGLE_EXTERNAL_POWER` | `KEY_TOGGLE_EXTERNAL_POWER` | [0]: [externalpower.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#externalpowern) name (or index) | Toggle external power switch state. | | {{< anchor id="TOGGLE_ELECTRIC_VACUUM_PUMP" />}}`TOGGLE_ELECTRIC_VACUUM_PUMP` | `KEY_TOGGLE_ELECTRIC_VACUUM_PUMP` | N/A | Toggles backup electric vacuum pump | {{< /table-wrapper >}} ### Alternator The following events are only viable for aircraft using the [v1.00 electrical system](../../../content-configuration/cfg-files/system/legacy-electrical-system/). {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="ALTERNATOR_OFF" />}}`ALTERNATOR_OFF` | `KEY_ALTERNATOR_OFF` | [0]: [alternator.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#alternatorn) Index | Turns the indexed alternator off. The alternator index is the *N* index of the `alternator.N` definition. | | {{< anchor id="ALTERNATOR_ON" />}}`ALTERNATOR_ON` | `KEY_ALTERNATOR_ON` | [0]: [alternator.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#alternatorn) Index | Turns the indexed alternator on. The alternator index is the *N* index of the `alternator.N` definition. | | {{< anchor id="ALTERNATOR_SET" />}}`ALTERNATOR_SET` | `KEY_ALTERNATOR_SET` | [0]: The state on/off (bool)[1]: [alternator.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#alternatorn) Index | Sets the indexed alternator. The alternator index is the *N* index of the `alternator.N` definition. | | {{< anchor id="ELECTRICAL_ALTERNATOR_BREAKER_TOGGLE" />}}`ELECTRICAL_ALTERNATOR_BREAKER_TOGGLE` | `KEY_ELECTRICAL_ALTERNATOR_BREAKER_TOGGLE` | [0] Source [bus.N](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#busn) Index[1] [alternator.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#alternatorn) Index | Toggle the alternator breaker state with a bus. Takes two indices, the bus and the alternator index (see [Event ID's As Key Events](../key-events-index/#event-ids-as-key-events) for more information.). The bus index is the *N* index of the `bus.N` definition, and the alternator index is the *N* index of the `alternator.N` definition. | | {{< anchor id="TOGGLE_ALTERNATOR1" />}}`TOGGLE_ALTERNATOR1`{{< anchor id="TOGGLE_ALTERNATOR2" />}}`TOGGLE_ALTERNATOR2`{{< anchor id="TOGGLE_ALTERNATOR3" />}}`TOGGLE_ALTERNATOR3`{{< anchor id="TOGGLE_ALTERNATOR4" />}}`TOGGLE_ALTERNATOR4` | `KEY_TOGGLE_ALTERNATOR1``KEY_TOGGLE_ALTERNATOR2``KEY_TOGGLE_ALTERNATOR3``KEY_TOGGLE_ALTERNATOR4` | N/A | Toggles alternator/generator 1/2/3/4 switch. | | {{< anchor id="TOGGLE_MASTER_ALTERNATOR" />}}`TOGGLE_MASTER_ALTERNATOR` | `KEY_TOGGLE_MASTER_ALTERNATOR` | [0]: [alternator.N](../../../content-configuration/cfg-files/system/legacy-electrical-system/#alternatorn) Index | Toggles main alternator/generator switch. The alternator index is the *N* index of the `alternator.N` definition. | {{< /table-wrapper >}} ### APU The following events are only viable for aircraft with at least one [`CIRCUIT_APU_STARTER`](../../../content-configuration/cfg-files/system/electric-system-setup-information/#CIRCUIT_APU_STARTER) circuit defined. {{< callout context="note" title="NOTE" icon="outline/bulb" >}} While it appears that you can define multiple APUs in an aircraft, currently the simulation will only permit one APU to work. This may change in future updates. {{< /callout >}} {{< table-wrapper "colclass-3=font-size:0.75rem" "200px" "200px" "150px" "" >}} | Key Name | Event ID | Parameters | Description | |---|---|---|---| | {{< anchor id="APU_BLEED_AIR_SOURCE_SET" />}}`APU_BLEED_AIR_SOURCE_SET` | `KEY_APU_BLEED_AIR_SOURCE_SET` | [0]: [Generator](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#generatorn) name (or index)[1]: Bool | Sets if the APU is the source of the bleed air system (true) or not (false). | | {{< anchor id="APU_BLEED_AIR_SOURCE_TOGGLE" />}}`APU_BLEED_AIR_SOURCE_TOGGLE` | `KEY_APU_BLEED_AIR_SOURCE_TOGGLE` | [0]: [Generator](../../../content-configuration/cfg-files/system/modular-electrical-system-information/#generatorn) name (or index) | Toggle if the APU is the source of the bleed air system or not. | | {{< anchor id="APU_EXTINGUISH_FIRE" />}}`APU_EXTINGUISH_FIRE` | `KEY_APU_EXTINGUISH_FIRE` | [0]: fire extinguisher index | Extinguish fire on APU using the indexed fire extinguisher. | | {{< anchor id="APU_GENERATOR_SWITCH_TOGGLE" />}}`APU_GENERATOR_SWITCH_TOGGLE` | `KEY_APU_GENERATOR_SWITCH_TOGGLE` | N/A | Turn the auxiliary generator on or off. | | {{< anchor id="APU_GENERATOR_SWITCH_SET" />}}`APU_GENERATOR_SWITCH_SET` | `KEY_APU_GENERATOR_SWITCH_SET` | [0]: New switch value (0, or 1)[1]: index of the APU switch | Set the auxiliary generator switch (0,1). | | {{< anchor id="APU_OFF_SWITCH" />}}`APU_OFF_SWITCH` | `KEY_APU_OFF_SWITCH` | N/A | Turn the APU off. | | {{< anchor id="APU_STARTER" />}}`APU_STARTER` | `KEY_APU_STARTER` | N/A | Start up the auxiliary power unit (APU). | {{< /table-wrapper >}}