Skip to main content

System Coupling Fortran library 2025 R1

syscoutputscalardataf Type Reference

Last update: 17.07.2025

Provide an output scalar data access type. More...

Public Attributes

integer(kind=8) primitivetype
 Primitive type.
 
integer(kind=8) dataptr
 Pointer to the data array.
 
integer(kind=8) datasize
 Array size.
 

Detailed Description

Provide an output scalar data access type.

Output scalar data provides read-only access to an array of scalar data. To create and/or initialize SyscOutputScalarDataF, it is highly recommended to use one of the functions within syscGetOutputScalarDataF interface. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

type(SyscOutputScalarDataF) :: osd
osd = syscgetoutputscalardataf(array, arraysize)

Definition at line 25 of file syscOutputScalarDataF.fi.

Connect with Ansys