Skip to main content

System Coupling Fortran library 2025 R1

syscgetresultsinfof Interface Reference

Last update: 17.07.2025

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

Public Member Functions

type(syscresultsinfof) function syscgetresultsinfof (baseFileName)
 Provide a function to create SyscResultsInfoF type. More...
 

Detailed Description

Provide an interface to get a System Coupling results info type.

Definition at line 361 of file syscCommonTypesF.fi.

Constructor & Destructor Documentation

◆ syscgetresultsinfof()

type(syscresultsinfof) function syscgetresultsinfof ( character(len=*), intent(in)  baseFileName)

Provide a function to create SyscResultsInfoF type.

Parameters
[in]baseFileName- base file name.
Returns
a SyscResultsInfoF type

Definition at line 370 of file syscCommonTypesF.fi.

371  import :: syscresultsinfof
372  character(len=*), intent(in) :: baseFileName
373  type(SyscResultsInfoF) :: ret
374 !DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
375 !DIR$ ATTRIBUTES DLLIMPORT :: syscGetResultsInfoF
376 !DIR$ ENDIF

Connect with Ansys