Variable
#
- class ansys.mechanical.stubs.v241.Ansys.ACT.Mechanical.Fields.Variable#
Bases:
object
Represents an object that is either an input or an output for a P:Ansys.ACT.Mechanical.Fields.Variable.Field. Depending on whether it is an input or output and on the way it is defined, this object holds a series of discrete values or an expression that may involve other variables.
Overview#
Changes a value at a given position in the tabular definition of the variable. |
|
Changes a value at a given position in the tabular definition of the variable. |
Gets a value that indicates how this variable is defined. |
|
Gets the number of discrete values of this variable. |
|
Gets or sets the discrete values of this variable or |
|
Gets the owner field. |
|
Gets or sets the expression that is used to defined this variable, or |
|
Gets the index of this variable in its container field. |
|
Gets a value indicating whether this variable is an input for its container field. Otherwise, it is an output variable. |
|
Gets a value indicating whether this variable is an output for its container field. Otherwise, it is an input variable. |
|
Returns a Tuple containing the min and max values from the list of discrete values. |
|
Gets the variable's name. |
|
Gets the name of the quantity represented by this variable. |
|
Gets the domain of validity for variable's value. |
|
Gets the symbol of the unit used to express this variable's values. |
Property detail#
- property Variable.DefinitionType: Ansys.ACT.Mechanical.Fields.VariableDefinitionType | None#
Gets a value that indicates how this variable is defined.
- property Variable.DiscreteValueCount: int | None#
Gets the number of discrete values of this variable.
- property Variable.DiscreteValues: List[Ansys.Core.Units.Quantity] | None#
Gets or sets the discrete values of this variable or
- property Variable.Field: Ansys.ACT.Mechanical.Fields.Field | None#
Gets the owner field.
- property Variable.Formula: str | None#
Gets or sets the expression that is used to defined this variable, or
- property Variable.IsInput: bool | None#
Gets a value indicating whether this variable is an input for its container field. Otherwise, it is an output variable.
- property Variable.IsOutput: bool | None#
Gets a value indicating whether this variable is an output for its container field. Otherwise, it is an input variable.
- property Variable.MinMaxDiscreteValues: tuple[Ansys.Core.Units.Quantity, Ansys.Core.Units.Quantity] | None#
Returns a Tuple containing the min and max values from the list of discrete values.
- property Variable.QuantityName: str | None#
Gets the name of the quantity represented by this variable.