1.

When Should I Use Pytecplot Instead Of The Macro Language?

Answer»

When you need to perform batch processing. In this case, PyTecplot gives you:

  • Direct access to your data – Use PyTecplot to load any data file format SUPPORTED by Tecplot 360 and access the data directly to perform post-processing otherwise not possible WITHIN Tecplot 360 or with macros.
  • Speed – PyTecplot executes faster than equivalent Macros. In one use case we cut execution TIME from 18 minutes down to 7.3 seconds.
  • A real programming language – PyTecplot allows you to use all of the utilities afforded by Python such as ARRAYS, string processing, and integration with other Python packages. You can also debug and develop using the same tools you’re already using for your existing Python scripts.
  • Integration with other processes – Python allows to you more easily integrate Tecplot 360’s capabilities into existing workflows.

When you need to perform batch processing. In this case, PyTecplot gives you:



Discussion

No Comment Found