Jump to content

Importing multiple CMM point files as stages (crash)


---
 Share

Recommended Posts

Hello, 

Normally I would drag and drop multiple csv files with CMM results (coordinates, point name and type) in and follow the software to import these file. In most cases this suits me well. 

But in certain cases another method is needed. I need to iterate over each file in a list of selected files and perform the import file by file. Doing that with the code as below, the program crashes. 

gom.script.sys.import_ascii (
    files=['C:/1_AC112_2025-11-22 B-D.csv'],
    import_mode='new_stage',
    template_bin=gom.Binary ('some string')
	)

Zeiss Inspect 2025 sp2 is used. 

What else has to be done when importing the csv files one by one? 

Do I need to use : 'gom.script.sys.add_new_stage()' function? 

Thanks in advance. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...