1
0
Fork 0
A320-family/Systems/a320-lights-proprules.xml

64 lines
1.8 KiB
XML
Raw Normal View History

2019-10-31 19:13:20 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<!-- this is really annoying - we compute all the properties in JSBSim, but they end up being tied -->
<!-- and can't be fed to the effects system directly, so we copy them via property rule -->
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>/controls/lighting/fcu-panel-norm-tied</input>
<output>/controls/lighting/fcu-panel-norm</output>
</filter>
2021-07-28 18:03:06 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>/controls/lighting/fcu-digit-norm-tied</input>
<output>/controls/lighting/fcu-digit-norm</output>
</filter>
2019-10-31 19:13:20 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>/controls/lighting/main-panel-norm-tied</input>
<output>/controls/lighting/main-panel-norm</output>
</filter>
2021-10-28 20:06:57 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>
<property>/controls/lighting/main-panel-norm-tied</property>
<min>0.15</min>
<max>1.0</max>
</input>
<output>/controls/lighting/main-panel-norm-digital</output>
</filter>
2019-10-31 19:13:20 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>/controls/lighting/overhead-panel-norm-tied</input>
<output>/controls/lighting/overhead-panel-norm</output>
</filter>
2022-07-27 17:44:55 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>/controls/lighting/stby-compass-tied</input>
<output>/controls/lighting/stby-compass</output>
</filter>
2021-10-28 20:06:57 +00:00
<filter>
<type>gain</type>
<gain>1.0</gain>
<input>
<property>/controls/lighting/overhead-panel-norm-tied</property>
<min>0.15</min>
<max>1.0</max>
</input>
<output>/controls/lighting/overhead-panel-norm-digital</output>
</filter>
2019-10-31 19:13:20 +00:00
</PropertyList>