PyTuflow: Difference between revisions

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