Skip to main content

System Coupling C++ library 2024 R2

sysc::RealAttribute Class Reference

Last update: 17.07.2025

Provide a class for a real-valued attribute. More...

#include <Attribute.hpp>

Public Member Functions

 RealAttribute (AttributeName name, double value, Dimensionality dimensionality)
 Provide a constructor for the RealAttribute class.
 
const AttributeNamegetName () const noexcept
 
double getValue () const noexcept
 
const DimensionalitygetDimensionality () const noexcept
 
std::string getUnits () const
 

Detailed Description

Provide a class for a real-valued attribute.

Definition at line 23 of file Attribute.hpp.

Constructor & Destructor Documentation

◆ RealAttribute()

sysc::RealAttribute::RealAttribute ( AttributeName  name,
double  value,
Dimensionality  dimensionality 
)

Provide a constructor for the RealAttribute class.

Parameters
[in]name- attribute name.
[in]value- attribute value.
[in]dimensionality- attribute dimensionality.

Connect with Ansys