save_motorcad_screen_to_file#

MotorCAD.save_motorcad_screen_to_file(screen_name, file_name)#

Save the entire Motor-CAD screen of a tab to an image file.

Call the initialise_tab_names method before called this method.l The Motor-CAD UI must be visible.

Parameters:
screen_namestr

Path of the screen to save. The path must be in this format: "tabName;tabName;tabName". For example, "Geometry;Axial".

file_namestr

Full path for the image file, including the file name and file extension. The extensions supported are BMP, JPG, and PNG.