Skip to main content

System Coupling Fortran library 2025 R1

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. More...
 

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