e9c2efe423
Instruments/*.xml ... single components, like the gload display Sets/*.xml ... combinations of components There's no difference in filetypes between "sets" and "instruments". It's just easier to find things that way. Note that new and old files are never mixed in one dir.
36 lines
853 B
XML
36 lines
853 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
<tape>
|
|
<name>Gyrocompass</name>
|
|
<x>-100</x>
|
|
<width>200</width>
|
|
<height>28</height>
|
|
|
|
<input>
|
|
<property>/orientation/heading-deg</property>
|
|
<max>360.0</max>
|
|
<min>0.0</min>
|
|
</input>
|
|
<display-span>25.0</display-span>
|
|
<modulo>360</modulo>
|
|
|
|
<option>top</option>
|
|
|
|
<major-divisions>5</major-divisions>
|
|
<minor-divisions>1</minor-divisions>
|
|
<tick-bottom>false</tick-bottom>
|
|
<tick-top>false</tick-top>
|
|
<tick-right>true</tick-right>
|
|
<tick-left>true</tick-left>
|
|
<cap-bottom>true</cap-bottom>
|
|
<cap-top>false</cap-top>
|
|
<cap-right>false</cap-right>
|
|
<cap-left>false</cap-left>
|
|
<marker-offset>0.0</marker-offset>
|
|
<enable-pointer>true</enable-pointer>
|
|
<pointer-type>fixed</pointer-type>
|
|
<tick-type>line</tick-type>
|
|
<tick-length>variable</tick-length>
|
|
</tape>
|
|
</PropertyList>
|