Skip to main content

System Coupling Fortran library 2023 R2

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 291 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 300 of file syscCommonTypesF.fi.

301 import :: syscresultsinfof
302 character(len=*), intent(in) :: baseFileName
303 type(SyscResultsInfoF) :: ret
304!DIR$ IF DEFINED(_WIN32)
305!DIR$ ATTRIBUTES DLLIMPORT :: syscGetResultsInfoF
306!DIR$ ENDIF

Connect with Ansys