Skip to main content

System Coupling C Library 2023 R2

SyscSetupInfo Struct Reference

Last update: 17.07.2025

Provide a structure for System Coupling setup information. More...

#include <syscCommonTypes.h>

Data Fields

enum SyscAnalysisType analysisType
 
int restartsSupported
 

Detailed Description

Provide a structure for System Coupling setup information.

To create and/or initialize the SyscSetupInfo struct, it is highly recommended to use one of the functions with names starting with syscGetSetupInfo. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

SyscSetupInfo syscGetSetupInfoA(enum SyscAnalysisType analysisType)
Create a setup info struct.
@ SyscSteady
Provide a structure for System Coupling setup information.

Definition at line 160 of file syscCommonTypes.h.

Field Documentation

◆ analysisType

enum SyscAnalysisType SyscSetupInfo::analysisType

Analysis type.

Definition at line 161 of file syscCommonTypes.h.

◆ restartsSupported

int SyscSetupInfo::restartsSupported

Flag indicating whether restarts are supported.

Definition at line 162 of file syscCommonTypes.h.

Connect with Ansys