Indexes   

ABQTabularAmplitude (Object)

Represents a tabular amplitude (ABQTabularAmplitude) object.
Role: Access an Abaqus tabular amplitude or determine its properties.

Property Index

TimeAmplitudeTableSize
Returns the size of the time/amplitude table.
TimeSpan
Sets or returns the timespan in tabular amplitude.

Method Index

AddTimeAmplitudeTable
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.
GetTimeAmplitudeTable
Returns a list of time and amplitude for the specified timespan (STEP_TIME or TOTAL_TIME).

Properties


o Property TimeAmplitudeTableSize() As (Read Only)
Returns the size of the time/amplitude table.
Returns:
The size of the time/amplitude table.
  
 
o Property TimeSpan() As
Sets or returns the timespan in tabular amplitude.
Returns:
The timespan

Legal values:
STEP_TIME
TOTAL_TIME

Methods


o 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.
iAmplitude
The list of amplitudes.
o 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.
oTemperature
The list of amplitudes.

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