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