Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Automating MAC Matrix Export in ANSYS Workbench Reply To: Automating MAC Matrix Export in ANSYS Workbench

thierry.bourdon
Subscriber

 

Hello,

The Get command isn’t working and is returning 0 in the output parameter. 

I tried using the script from the link you provided and found the ‘export’ command. However, I couldn’t figure out how to set the file path for the export

Do you have any idea how to use the ExportMAC function ?

nvh_addon = ExtAPI.ExtensionManager.GetExtensionByName(“NVHToolkit”)
nvh_module = nvh_addon.GetModule()
mac_data=nvh_module.ExportMAC

 

[bingo_chatbox]