PyTuflow: Difference between revisions

Content deleted Content added
Line 6:
 
<pre>
import pytuflow as pttu
 
 
res = pttu.ResData() # initialising as an empty object
# or
res = pttu.ResData('M01_5m_001.tpc') # initialising with results
</pre>