Altair IPC Functions
There are five Altair IPC functions for exchanging data between the Altair program and an external program.
View new features for HyperWorks Desktop 2021.2.
Learn the basics and discover the workspace.
Discover HyperWorks Desktop functionality with interactive tutorials.
Start HyperWorks Desktop and configure the applications.
Create, open, import, and save models.
Control the view and display of your model in the modeling window.
Use the Session Browser to view the current session and all the pages and windows it contains in a hierarchical display.
Publish your HyperWorks Desktop session to HTML, PowerPoint, or Report files.
Use the Parameters Browser to parameterize the contents of a session file or report template and automate a variety of analysis processes.
Automate common workflows using the Process Manager or Automate tool.
Explore, organize and manage your personal data, collaborate in teams, and connect to other data sources, such as corporate PLM systems to access CAD data or publish simulation data.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
Extensions are programs integrated with HyperWorks to enhance or extend the user experience.
Altair Binary Format (ABF) is the standard binary format read by the program. A library called abflib allows you to create files in ABF.
A generic ASCII reader is now available which allows you to bring custom results directly into HyperView. The Altair ASCII format is useful for reading the results of any in-house or propriety codes which are saved in a generic format.
Batch mode allows you perform a series of operations outside the program interface.
External resources can be registered in preference files, session files, or Templex files. If an external resource is registered in a program session, it is automatically registered in the session file when the session is saved.
Import templates are files that contain instructions for reading plot data files.
Export templates are Templex programs that export curve data to files.
You can create external programs for processing plot data in the program using the C programming language. Altair IPC, or inter-process communication, allows you to exchange data between the Altair program and an external program.
The external programs called from within the program must be written in C and incorporate the Altair IPC functions.
Altair IPC status codes can be used for error handling within your C program.
An external function executable should be tested and debugged using two methods before you call it from within the Altair product.
You can run an external function at the command line to verify that the function works properly.
There are five Altair IPC functions for exchanging data between the Altair program and an external program.
Reads header information from the Altair program.
Reads vector data from the Altair program.
Reads the list of vector data sent to the external program.
Parses options sent via the command line to the external program.
Parses options sent via the command line to the external program.
Sends vector data to the Altair program.
The HyperWorks Desktop scripting interface is a set of Tcl/Tk commands that follow a simple and consistent syntax.
Translators are utilities that are run from the command line of the operating system to convert various types of files into different formats.
XML commands in the Result Math Module.
Record playback workflows in HyperView.
The Script and Model Library is a database of freely accessible scripts and models posted by users and Altair engineers.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
External resources can be registered in preference files, session files, or Templex files. If an external resource is registered in a program session, it is automatically registered in the session file when the session is saved.
You can create external programs for processing plot data in the program using the C programming language. Altair IPC, or inter-process communication, allows you to exchange data between the Altair program and an external program.
There are five Altair IPC functions for exchanging data between the Altair program and an external program.
There are five Altair IPC functions for exchanging data between the Altair program and an external program.
(c) 2021. Altair Engineering Inc. All Rights Reserved.