<phyphox version="1.19" locale="en">
  <title>TVOC</title>
  <category>Raw Sensors</category>
  <description>Get raw total volatile organic compounds (TVOC) data from a Sensirion SGPC3 sensor.</description>
  <link label="Datasheet">https://sensirion.com/media/documents/0E2E7340/617BDB64/Sensirion_Gas_Sensors_Datasheet_SGPC3.pdf</link>
  <data-containers>
    <container size="0">tvoc</container>
    <container size="0">time</container>
  </data-containers>
  <input>
    <sensor type="custom" nameFilter="SGPC3">
      <output component="t">time</output>
      <output component="x">tvoc</output>
    </sensor>
  </input>
  <views>
    <view label="Graph">
      <graph label="TVOC" timeOnX="true" labelX="[[quantity_short_time]]" unitX="[[unit_short_second]]" labelY="concentration" unitY="ppm" partialUpdate="true">
        <input axis="x">time</input>
        <input axis="y">tvoc</input>
      </graph>
    </view>
    <view label="Simple">
      <value label="TVOC concentration" size="2" precision="3" unit="ppm">
        <input>tvoc</input>
      </value>
    </view>
  </views>
  <export>
    <set name="Raw Data">
      <data name="Time (s)">time</data>
      <data name="TVOC concentration (ppb)">tvoc</data>
    </set>
  </export>
</phyphox>
