Role: Access an Abaqus tabular amplitude or determine its properties.
Properties
- Property TimeAmplitudeTableSize() As (Read Only)
-
Returns the size of the time/amplitude table.
- Returns:
- The size of the time/amplitude table.
dd>
- Property TimeSpan() As
-
Sets or returns the timespan in tabular amplitude.
- Returns:
- The timespan
Legal values:- STEP_TIME
- TOTAL_TIME
Methods
- Sub AddTimeAmplitudeTable( iTime, iAmplitude)
-
Adds a list of time and amplitude for the specified time span STEP_TIME or TOTAL_TIME
The number of values in both of the parameters must
match. If either list contains extra values, the extra values are discarded.
- Parameters:
-
- iTime
- The list of times.
dd> - iAmplitude
- The list of amplitudes.
dd>
- Sub GetTimeAmplitudeTable( oTime, oAmplitude)
-
Returns a list of time and amplitude for the specified timespan (STEP_TIME or TOTAL_TIME).
- Parameters:
-
- oTime
- The list of times.
dd> - oTemperature
- The list of amplitudes.
dd>