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: &#39;Times New Roman&#39;; font-size: medium; "><pre>
&gt;<i> w = CSVWriter()
</i>&gt;<i> w.FileName = &quot;/local/data/tmp/foo.csv&quot;
</i>&gt;<i> #s1 should be of type Table
</i>&gt;<i> w.Input = s1
</i>&gt;<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>