Skip to main content

System Coupling C library 2024 R2

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
14extern "C" {
15#endif
16
30
40 const char* name);
41
53 const char* name,
54 const char* displayName);
55
58#ifdef __cplusplus
59}
60#endif
#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.
char displayName[SYSC_STRING_LENGTH]
char name[SYSC_STRING_LENGTH]

Connect with Ansys