Role: Components that implement
ABQIAABQSteadyStateLinDynStepBasic are ...
Do not use the ABQIAABQSteadyStateLinDynStepBasic interface for such and such
ClassReference, Class#MethodReference, #InternalMethod...
Properties
Property BoundaryConditions() As (Read Only)
Returns the ABQBoundaryConditions container associated with the step.
Example:
This example retrieves the ABQBoundaryConditions container abqBCs.
Dim abqSSDStep As ABQSteadStateStep
Dim abqBCs As ABQBoundaryConditions
Set abqBCs = abqSSDStep.BoundaryConditions
Property Description() As
Returns or sets the description of the Abaqus steady state dynamic step.
Returns:
The description of the Abaqus steady state dynamic step.
dd>
Property IntervalType() As
Returns or sets Interval Type.
Returns:
The Interval Type.
Legal values:
1 - Eigenvalue.
2 - Range.
Example:
This example sets the Interval Type as Eigenvalue for abqSSDStep
abqSSDStep.IntervalType = 1
dd>
Property Loads() As (Read Only)
Returns the ABQLoads container associated with the step.
Example:
The following example retrieves the ABQLoads container abqLoads:
Dim abqSSDStep As ABQSteadStateStep
Dim abqLoads As ABQLoads
Set abqLoads = abqSSDStep.Loads
Property ScaleType() As
Returns or sets Scale Type.
Returns:
The Scale Type.
Legal values:
1 - Logarithmic.
2 - Linear.
Example:
This example sets the Scale Type as Logarithmic for abqSSDStep
abqSSDStep.ScaleType = 1
dd>
Methods
Sub AddFrequencyDataTable( iLwrFrequency, iUprFrequency, iNbPoints, iBias)
Adds a list of frequency, real and imaginary
The number of values in all the four of the parameters must
match. If either list contains extra values, the extra values are discarded.