Indexes   

ABQTemperatureHistory (Object)

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

Property Index

Amplitude
Sets or returns the amplitude of the temperature field.
BeginStepNum
Sets or returns the step number at which to start reading the temperature data.
EndStepNum
Sets or returns the step number at which to stop reading the temperature data.
UseAmplitude
Sets or returns the UseAmplitude flag.

Properties


o 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
 
o Property BeginStepNum() As
Sets or returns the step number at which to start reading the temperature data.
o Property EndStepNum() As
Sets or returns the step number at which to stop reading the temperature data.
o Property UseAmplitude() As
Sets or returns the UseAmplitude flag.
Returns:
A boolean specifying whether an amplitude will be used.
 

Copyright © 2006, Dassault Systèmes. All rights reserved.