Skip to main content

ModelCenter APIs 2025 R2

DataHistoryVariableStruct

Last update: 16.07.2025

public class DataHistoryVariableStruct

This object is used to pass a variable's data and metadata to the addVariableStructs function for data history, which sets the results for a run. For more information see addVariableStructs.

Constructors

DataHistoryVariableStruct constructor()

Properties

Name Summary
index open var index: Any
Either a 0 based index to the Variable, or the name of a Variable.
isModified open var isModified: Boolean
Whether this value's modified flag is set.
isValid open var isValid: Boolean
Whether this value is valid.
metadata open var metadata: DataHistoryVariableMetadataStruct
The metadata for the Variable
varValue open var varValue: Any
The value of the Variable.

Connect with Ansys