Skip to main content

System Coupling C library 2025 R1

syscParameter

Last update: 17.07.2025
1 /*
2 * Copyright ANSYS, Inc. Unauthorized use, distribution, or duplication is prohibited.
3 */
4 
5 #pragma once
6 
7 #include "SystemCouplingParticipant/LibraryType.hpp"
8 
9 #include "SystemCouplingParticipant/syscCommonTypes.h"
10 
11 #include <stddef.h>
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
26 typedef struct SyscParameter {
30 
40  const char* name);
41 
53  const char* name,
54  const char* displayName);
55 
58 #ifdef __cplusplus
59 }
60 #endif
struct SyscParameter SyscParameter
Provide a struct for a System Coupling parameter.
#define SYSC_STRING_LENGTH
Define maximum string length.
SyscParameter syscGetParameter(const char *name)
Create parameter to be used in a coupled analysis.
SyscParameter syscGetParameterD(const char *name, const char *displayName)
Create parameter to be used in a coupled analysis.
Provide a struct for a System Coupling parameter.
Definition: syscParameter.h:26
char displayName[SYSC_STRING_LENGTH]
Definition: syscParameter.h:28
char name[SYSC_STRING_LENGTH]
Definition: syscParameter.h:27

Connect with Ansys