Example #1
0
 def export_yt(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'yt')
     o_export_plot.export()
Example #2
0
 def export_ix(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'ix')
     o_export_plot.export()
Example #3
0
 def export_stitching_data(self):
     o_export_plot = ExportPlotAscii(parent = self,
                                     data_type = 'stitched')
     o_export_plot.export()
Example #4
0
 def export_yt(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='yt')
     o_export_plot.export()
Example #5
0
 def export_ix(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='ix')
     o_export_plot.export()
Example #6
0
 def export_stitching_data(self):
     o_export_plot = ExportPlotAscii(parent=self, data_type='stitched')
     o_export_plot.export()