Skip to main content

System Coupling Fortran library 2024 R2

syscoutputcomplexvectordataaccessf Interface Reference

Last update: 17.07.2025

Provide function interface for access to output complex vector data. More...

Public Member Functions

type(syscoutputcomplexvectordataf) function syscoutputcomplexvectordataaccessf (regionname, variablename)
 Provide a function for access to output complex vector data.
 

Detailed Description

Provide function interface for access to output complex vector data.

Definition at line 113 of file syscFunctionTypesF.fi.

Constructor & Destructor Documentation

◆ syscoutputcomplexvectordataaccessf()

type(syscoutputcomplexvectordataf) function syscoutputcomplexvectordataaccessf ( character(len=syscstrlen), intent(in)  regionname,
character(len=syscstrlen), intent(in)  variablename 
)

Provide a function for access to output complex vector data.

Parameters
[in]regionName- the name of the region
[in]variableName- the name of the variable

Definition at line 119 of file syscFunctionTypesF.fi.

121 import :: syscoutputcomplexvectordataf
122 import :: syscstrlen
123 character(len=SyscStrLen), intent(in) :: regionName
124 character(len=SyscStrLen), intent(in) :: variableName
125 type(SyscOutputComplexVectorDataF) :: ret

Connect with Ansys