Skip to main content

System Coupling Fortran library 2023 R2

syscgetsetupfileinfof Interface Reference

Last update: 17.07.2025

Provide an interface to get a System Coupling setup file info type. More...

Public Member Functions

type(syscsetupfileinfof) function syscgetsetupfileinfof (setupFileName)
 Provide a function to create SetupFileInfoF type. More...
 

Detailed Description

Provide an interface to get a System Coupling setup file info type.

Definition at line 254 of file syscCommonTypesF.fi.

Constructor & Destructor Documentation

◆ syscgetsetupfileinfof()

type(syscsetupfileinfof) function syscgetsetupfileinfof ( character(len=*), intent(in)  setupFileName)

Provide a function to create SetupFileInfoF type.

Parameters
[in]setupFileNameSetup file name.

Restarts supported flag will be set to false.

Returns
a SyscSetupFileInfoF type

Definition at line 265 of file syscCommonTypesF.fi.

266!
267 import :: syscsetupfileinfof
268 character(len=*), intent(in) :: setupFileName
269 type(SyscSetupFileInfoF) :: ret
270!
271!DIR$ IF DEFINED(_WIN32)
272!DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupFileInfoF
273!DIR$ ENDIF
274!

Connect with Ansys