What's New

This topic lists the new features and improvements that are included in each Ansys Systems Tool Kit® (STK®) version 13 release. If you want to read about known issues, issues fixed with each STK application version 13 release, and important announcements, see Release Notes.

To learn how to use the STK application, see the STK Tutorials.

STK version 13.0.1 features

gRPC and Connect network connections and authentication modes

The STK application defaults to disconnected for both gRPC and Connect. For Connect, this means that both single-machine and computer-to-computer network connections now default to off. You must deliberately turn on network connections. Remember that for Connect, you can always send commands through COM and the Object Model regardless of any network connection settings.

When connecting to the STK application through network connections via gRPC and Connect, you can now specify one of the following authentication modes:

  • Windows Name User Authentication (Windows only) - This restricts socket/network connections to the STK application to an individual user.
  • Unix Domain Socket (Linux only) - This restricts socket/network connections to an individual Linux user.
  • Mutual TLS - This restricts socket/network connections to the STK application to ones where both client and server authenticate each other through digital certificates.
  • Insecure - This allows open access to socket/network connections to the STK application.

    This option leaves the application open to unauthorized access.

For gRPC, you can specify network connection and authentication mode options by using the Edit Preferences settings for GRPC in the UI or by sending a GRPC Connect command.

For Connect, you can specify network connection and authentication mode options by using the Edit Preferences settings for Connect in the UI, by executing the AgIPCExp command line function with appropriate arguments, through the Python API, and through ConnectConsole.

 

Click here for the STK 12 Release Notes.