ABQTemperatureHistory (Object)

Represents an Abaqus temperature history object (ABQTemperatureHistory).
Role: Access an Abaqus temperature history object or determine its properties.

Properties


Property ActivationStatus() As
Sets or returns the activation status.
Returns:
A boolean specifying whether the feature is activated.
Property Amplitude() As
Sets or returns the amplitude of the temperature field.
Example:
This example retrieves the ABQTabularAmplitude abqAmplitude.
 Dim abqTemperature As ABQTemperature
 Dim abqAmplitude As ABQTabularAmplitude 
 Set abqAmplitude = abqTemperature.Amplitude
 
Property BeginStepNum() As
Sets or returns the step number at which to start reading the temperature data.
Property EndStepNum() As
Sets or returns the step number at which to stop reading the temperature data.
Property UseAmplitude() As
Sets or returns the UseAmplitude flag.
Returns:
A boolean specifying whether an amplitude will be used.