    

 ## On this page

  

 

 # syscoutputscalardataaccessf Interface Reference

 Last update: 17.07.2025 

Provide function interface for access to output scalar data. [More...](interfacefortran_1_1syscoutputscalardataaccessf.xhtml#details)

## <a id="pub-methods" name="pub-methods"></a>Public Member Functions

type([syscoutputscalardataf](structfortran_1_1syscoutputscalardataf.xhtml)) function [syscoutputscalardataaccessf](interfacefortran_1_1syscoutputscalardataaccessf.xhtml#aae5573f883509ef1dc4b7fbcbc929aea) (regionname, variablename) Provide a function for access to output scalar data.   
 <a id="details" name="details"></a>## Detailed Description

Provide function interface for access to output scalar data.

Definition at line [54](syscFunctionTypesF_8fi_source.xhtml#l00054) of file [syscFunctionTypesF.fi](syscFunctionTypesF_8fi_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="aae5573f883509ef1dc4b7fbcbc929aea" name="aae5573f883509ef1dc4b7fbcbc929aea"></a>## [◆ ](#aae5573f883509ef1dc4b7fbcbc929aea)syscoutputscalardataaccessf()

 type([syscoutputscalardataf](structfortran_1_1syscoutputscalardataf.xhtml)) function [syscoutputscalardataaccessf](interfacefortran_1_1syscoutputscalardataaccessf.xhtml)  ( character(len=syscstrlen), intent(in)  *regionname*,    character(len=syscstrlen), intent(in)  *variablename*   ) 

Provide a function for access to output scalar data.

Parameters \[in\]regionName- the name of the region\[in\]variableName- the name of the variable Definition at line [60](syscFunctionTypesF_8fi_source.xhtml#l00060) of file [syscFunctionTypesF.fi](syscFunctionTypesF_8fi_source.xhtml).

 62 import :: syscoutputscalardataf

 63 import :: syscstrlen

 64 character(len=SyscStrLen), intent(in) :: regionName

 65 character(len=SyscStrLen), intent(in) :: variableName

 66 type(SyscOutputScalarDataF) :: ret