<?xml version="1.0" encoding="UTF-8" ?>

<PropertyList>
	<path>PANC_northterm.ac</path>

	<animation>
		<type>select</type>
		<object-name>NoTerm</object-name>
		<condition>
			<less-than>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.6</value>
			</less-than>
		</condition>
	</animation>
	<animation>
		<type>select</type>
		<object-name>NoTerm_night</object-name>
		<condition>
			<greater-than-equals>
				<property>/sim/time/sun-angle-rad</property>
				<value>1.6</value>
			</greater-than-equals>
		</condition>
	</animation>
</PropertyList>
