1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <PropertyList>
- <path>initphasepage.ac</path>
- <!--initial test page-->
- <animation>
- <type>select</type>
- <object-name>face</object-name>
- <condition>
- <and>
- <greater-than>
- <property>/systems/electrical/volts</property>
- <value>22</value>
- </greater-than>
- <less-than>
- <property>instrumentation/VEMD/Phase/tested</property>
- <value>1</value>
- </less-than>
- </and>
- </condition>
- </animation>
- <!-- dimming -->
- <animation>
- <type>material</type>
- <object-name>face</object-name>
- <condition>
- <greater-than>
- <property>controls/lighting/instrument-lights-selection</property>
- <value>0</value>
- </greater-than>
- </condition>
- <emission>
- <red> 0.8 </red>
- <green> 0.8 </green>
- <blue> 1.0 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights-vemd-norm</factor-prop>
- </emission>
- </animation>
- </PropertyList>
|