<?xml version="1.0" encoding="utf-8"?>
<script>
  <name>Powerdown test</name>
  <description>&lt;description&gt;</description>
  <command_list>
    <command>
      <command_string>HOLDPWDN 0</command_string>
      <description>Force into power down</description>
    </command>
    <command>
      <command_string>DELAY 1000</command_string>
      <description>Delay 1 second</description>
    </command>
    <command>
      <command_string>HOLDPWDN 1</command_string>
      <description>Take ADC out of power down</description>
    </command>
    <command>
      <command_string>DELAY 0</command_string>
      <description>Vary the amount of this delay to see the impact on wake-up data</description>
    </command>
    <command>
      <command_string>COLLECT 300</command_string>
      <description>Collect 300 data points</description>
    </command>
  </command_list>
</script>