Skip to main content

Mechanical scripting interface 2024

`VariableClassification`

Last update: 16.07.2025

class Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification

Bases: enum.Enum

This enum represents the classification of variables that can be represented by Table variables/columns. It directly correlates to the IDL-defined enum T:Ansys.Common.Interop.LoadVariationEnums.eVariableClassificationType

A full variable definition requires both a T:Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType and an T:Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification.

The explicit enum values need to be kept in-sync with the Typescript enumeration of the same name in the frontend Angular project.

Overview

Attributes

Name
Independent
Real
Real_i
Real_j
Real_k

Attribute detail

VariableClassification.Independent = 1

VariableClassification.Real = 2

VariableClassification.Real_i = 201

VariableClassification.Real_j = 202

VariableClassification.Real_k = 203

Connect with Ansys