Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Introduction

Last update: 03.07.2024

The Ansys Motion Standalone Postprocessor C# Library provides a class library for users who want to automate Ansys Motion Standalone Postprocessor. The library is divided into two main categories.

Getting started

The Ansys Motion Standalone Postprocessor C# Library is installed with the Ansys Motion package, so users do not need to do anything extra to install it.

Operation API

  • Operation script is a useful functionality that allows you to execute functions provided by Postprocess by using Python Script, allowing you to automate repetitive and time-consuming operations using Python Script.

  • For example, you can use operation script to save time by automating everything from creating screens, adding results, Postprocessor results, and importing and using other library modules. (Some features may not be available.)

  • Accessible functionalities by Python operation script :

    • Animation
      • Coordinate System
    • Chart
      • Create
        • Create Chart
        • Add Curve
      • Data Postprocessing
        • Simple Math
        • Transform
        • Interpolation
        • Calculus
        • Signal Processing
        • FFT
        • STFT
      • Export
        • Export All Curves
        • Export Image
    • Analysis
      • Sound Pressure

Result File Reader

The Postprocessor API is a functionality that allows you to access Ansys Motion analysis results independently of the Postprocessor and extract the desired results. It can be used for process automation, integration with other processes, and integration with design optimization tools.

System requirements

The Ansys Motion Standalone Postprocesor C# Library requires a development environment with the .NET framework version 4.8.

Python support

The Ansys Motion Standalone Postprocesor C# Library can be executed from Python code using python.net or IronPython.

See also