ABQIAABQSteadyStateLinDynStepSubspaceVB (Object)

Interface representing xxx.

Role: Components that implement ABQIAABQSteadyStateLinDynStepSubspace are ...

Do not use the ABQIAABQSteadyStateLinDynStepSubspace interface for such and such ClassReference, Class#MethodReference, #InternalMethod...


Properties


Property MaxDampingChange() As
Returns or sets Maximum Damping Change.
Returns:
The Maximum Damping Change. Applicable only for Projection Type = As a function of property changes.
Property MaxStiffnessChange() As
Returns or sets Maximum Stiffness Change.
Returns:
The Maximum Stiffness Change. Applicable only for Projection Type = As a function of property changes.
Property SubspaceFrictionDamping() As
Sets or returns if the Subspace Responase.
Returns:
A boolean specifying whether the Subspace Responase is ued.
Property SubspaceProjectionType() As
Returns or sets Subspace Projection Type.
Returns:
The Subspace Projection Type.
  
Legal values: 1 - Evaluate at each frequency. 2 - Constant. 3 - Interpolate at eigen frequency. 4 - As a function of property changes. 5 - Interpolate at upper and lower frequency limits.
Example:
This example sets the Subspace Projection Type as Evaluate at each frequency for abqSSDStep
 abqSSDStep.SubspaceProjectionType = 1
 
Property SubspaceResponase() As
Returns or sets Subspace Responase.
Returns:
The Subspace Responase.
  
Legal values: 1 - Real. 2 - Complex.
Example:
This example sets the Subspace Responase as Real for abqSSDStep
 abqSSDStep.SubspaceResponase = 1