Skip to main content

System Coupling Fortran library 2024 R2

syscvariablegetrealattributef Interface Reference

Last update: 17.07.2025

Provide an interface to get real attribute from variable. More...

Public Member Functions

type(syscrealattributef) function syscvariablegetrealattributef (variable, index)
 

Detailed Description

Provide an interface to get real attribute from variable.

Definition at line 326 of file syscVariableF.fi.

Constructor & Destructor Documentation

◆ syscvariablegetrealattributef()

type(syscrealattributef) function syscvariablegetrealattributef ( type(syscvariablef variable,
integer(kind=8)  index 
)

Definition at line 328 of file syscVariableF.fi.

329!
330import :: syscvariablef, syscrealattributef
331type(SyscVariableF) :: variable
332integer(kind=8) :: index
333type(SyscRealAttributeF) :: ret
334!
335!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
336!DIR$ ATTRIBUTES DLLIMPORT :: syscVariableGetRealAttributeF
337!DIR$ ENDIF
338!

Connect with Ansys