pycatia.abq_automation_interfaces.abqiaabq_steady_state_lin_dyn_step_subspace_vb

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.abq_automation_interfaces.abqiaabq_steady_state_lin_dyn_step_subspace_vb.ABQIAABQSteadyStateLinDynStepSubspaceVB(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
ABQAutomationItf.ABQStep
ABQAutomationItf.ABQIAABQSteadyStateLinDynStepBasicVB
ABQIAABQSteadyStateLinDynStepSubspaceVB

Interface representing xxx.

Role: Components that implement ABQIAABQSteadyStateLinDynStepSubspace are

Do not use the ABQIAABQSteadyStateLinDynStepSubspace interface for such and
such ClassReference, Class#MethodReference, #InternalMethod…
property max_damping_change: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MaxDampingChange() As double

Returns or sets Maximum Damping Change.

Returns:
The Maximum Damping Change. Applicable only for Projection Type = As a function of property changes.
Return type:

float

property max_stiffness_change: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MaxStiffnessChange() As double

Returns or sets Maximum Stiffness Change.

Returns:
The Maximum Stiffness Change. Applicable only for Projection Type = As a function of property changes.
Return type:

float

property subspace_friction_damping: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SubspaceFrictionDamping() As boolean

Sets or returns if the Subspace Response.

Returns:
A boolean specifying whether the Subspace Response is used.
Return type:

bool

property subspace_projection_type: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SubspaceProjectionType() As short

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
Return type:

int

property subspace_response: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SubspaceResponase() As short

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
Return type:

int