initphase.xml 988 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <PropertyList>
  2. <path>initphasepage.ac</path>
  3. <!--initial test page-->
  4. <animation>
  5. <type>select</type>
  6. <object-name>face</object-name>
  7. <condition>
  8. <and>
  9. <greater-than>
  10. <property>/systems/electrical/volts</property>
  11. <value>22</value>
  12. </greater-than>
  13. <less-than>
  14. <property>instrumentation/VEMD/Phase/tested</property>
  15. <value>1</value>
  16. </less-than>
  17. </and>
  18. </condition>
  19. </animation>
  20. <!-- dimming -->
  21. <animation>
  22. <type>material</type>
  23. <object-name>face</object-name>
  24. <condition>
  25. <greater-than>
  26. <property>controls/lighting/instrument-lights-selection</property>
  27. <value>0</value>
  28. </greater-than>
  29. </condition>
  30. <emission>
  31. <red> 0.8 </red>
  32. <green> 0.8 </green>
  33. <blue> 1.0 </blue>
  34. <factor-prop>systems/electrical/outputs/instrument-lights-vemd-norm</factor-prop>
  35. </emission>
  36. </animation>
  37. </PropertyList>