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