Skip to main content

System Coupling Fortran library 2025 R1

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 326 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.
Returns
a SyscSetupFileInfoF type

Definition at line 335 of file syscCommonTypesF.fi.

336 !
337  import :: syscsetupfileinfof
338  character(len=*), intent(in) :: setupFileName
339  type(SyscSetupFileInfoF) :: ret
340 !
341 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
342 !DIR$ ATTRIBUTES DLLIMPORT :: syscGetSetupFileInfoF
343 !DIR$ ENDIF
344 !

Connect with Ansys