ABQStep (Object)

Represents a Abaqus analysis step (ABQStep) object.
Role: Access an Abaqus analysis step or determine its properties.

Properties


Property DataOutputRequests() As (Read Only)
Returns the ABQDataOutputRequests container associated with the step.
Example:
The following example retrieves the ABQDataOutputRequests container abqOutputRequests:
 Dim abqStep As ABQGeneralStaticStep 
 Dim abqDataOutputRequests As ABQDataOutputRequests
 Set abqDataOutputRequests = abqStep.OutputRequests
 
Property FieldOutputRequests() As (Read Only)
Returns the ABQFieldOutputRequests container associated with the step.
Example:
The following example retrieves the ABQFieldOutputRequests container abqOutputRequests:
 Dim abqStep As ABQGeneralStaticStep 
 Dim abqFieldOutputRequests As ABQFieldOutputRequests
 Set abqFieldOutputRequests = abqStep.OutputRequests
 
Property HistoryOutputRequests() As (Read Only)
Returns the ABQHistoryOutputRequests container associated with the step.
Example:
The following example retrieves the ABQHistoryOutputRequests container abqOutputRequests:
 Dim abqStep As ABQGeneralStaticStep 
 Dim abqHistoryOutputRequests As ABQHistoryOutputRequests
 Set abqHistoryOutputRequests = abqStep.OutputRequests
 
Property Interactions() As (Read Only)
Returns the ABQInteractions container associated with the step.
Example:
The following example retrieves the ABQInteractions container abqInteractions:
 Dim abqStep As ABQGeneralStaticStep 
 Dim abqInteractions As ABQInteractions
 Set abqInteractions = abqStep.Interactions
 
Property Type() As (Read Only)
Returns the type of the step.
Returns:
The string representing the type of the step.