Hi<div><br></div><div>I want to probe values at multiple locations and export the data in a single csv file. In one the previous email, I found the following commands:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium; "><pre>
><i> w = CSVWriter()
</i>><i> w.FileName = "/local/data/tmp/foo.csv"
</i>><i> #s1 should be of type Table
</i>><i> w.Input = s1
</i>><i> w.UpdatePipeline()</i></pre><pre><i><br></i></pre><pre><i>what is s1 for exporting probe data?</i></pre><pre><i><br></i></pre><pre><i>Omkar</i></pre></span><br>
</div>