syscsetupfileinfof Type Reference
Last update: 17.07.2025Provide 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.
Member Data Documentation
◆ restartssupported
| logical restartssupported |
Restarts support flag.
Definition at line 318 of file syscCommonTypesF.fi.
318 logical :: restartsSupported
◆ setupfilename
| character(len=syscfilepathlen) setupfilename |
Setup file name.
Definition at line 317 of file syscCommonTypesF.fi.
317 character(len=SyscFilePathLen) :: setupFileName