Skip to main content

System Coupling Fortran library 2025 R1

syscsetupfileinfof Type Reference

Last update: 17.07.2025

Provide a type for writing System Coupling setup files. More...

Public Attributes

character(len=syscfilepathlen) setupfilename
 Setup file name.
 
logical restartssupported
 Restarts support flag.
 

Detailed Description

Provide a type for writing System Coupling setup files.

To create and/or initialize the SyscSetupFileInfoF type, it is highly recommended to use syscGetSetupFileInfoF function. This function will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscSetupFileInfoF) :: setupFileInfo
setupfileinfo = syscgetsetupfileinfof("setup.scp")

Definition at line 316 of file syscCommonTypesF.fi.

Connect with Ansys