This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/Models/Instruments/ND/Display-text.xml

113 lines
3.1 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>MFD text</name>
<background>Aircraft/A320Family/Models/Instruments/ND/res/transparent.png</background>
<w>400</w>
<h>256</h>
<instruments>
<instrument include="page-ARC-text.xml">
<condition>
<and>
<greater-than>
<property>systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than>
<equals>
<property>instrumentation/efis/nd/display-mode</property>
<value>ARC</value>
</equals>
</and>
</condition>
<name>MFD</name>
<x>200</x>
<y>128</y>
<w>400</w>
<h>256</h>
</instrument>
<instrument include="page-ROSE-text.xml">
<condition>
<and>
<greater-than>
<property>systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than>
<equals>
<property>instrumentation/efis/nd/display-mode</property>
<value>NAV</value>
</equals>
</and>
</condition>
<name>MFD</name>
<x>200</x>
<y>128</y>
<w>400</w>
<h>256</h>
</instrument>
<instrument include="page-APP-text.xml">
<condition>
<and>
<greater-than>
<property>systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than>
<equals>
<property>instrumentation/efis/nd/display-mode</property>
<value>ILS</value>
</equals>
</and>
</condition>
<name>ILSinfo</name>
<x>200</x>
<y>128</y>
<w>400</w>
<h>256</h>
</instrument>
<instrument include="page-VOR-text.xml">
<condition>
<and>
<greater-than>
<property>systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than>
<equals>
<property>instrumentation/efis/nd/display-mode</property>
<value>VOR</value>
</equals>
</and>
</condition>
<name>VOR</name>
<x>200</x>
<y>128</y>
<w>400</w>
<h>256</h>
</instrument>
<instrument include="page-PLAN-text.xml">
<condition>
<and>
<greater-than>
<property>systems/electrical/outputs/efis</property>
<value>15</value>
</greater-than>
<equals>
<property>instrumentation/efis/nd/display-mode</property>
<value>PLAN</value>
</equals>
</and>
</condition>
<name>MFD</name>
<x>200</x>
<y>128</y>
<w>400</w>
<h>256</h>
</instrument>
</instruments>
</PropertyList>