export#
- GM3DResultFileReader.export(filename: str, exporter=None, *args, **kwargs)#
- Export the result file. - Parameters:
- filename – - File name of the file to be exported. If the exporter is not specified, the exporter is determined by the file name suffix. - Known suffixes are *.tesr, *.csv 
- exporter – Specify the exporter explicitely, either by file name suffix, the Exporter class or than Exporter instance. 
- **kwargs – Specify exporter options. 
 
 - See also 
 
