PhysicalDampingSettings Class¶
-
class
NXOpen.CAE.ResponseSimulation.PhysicalDampingSettings¶ Bases:
NXOpen.TaggedObjectRepresents the physical damping settings for a response simulation meta solution
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| PhysicalHystereticScalingFactor | Returns or sets the scaling factor for physical hysteretic damping |
| PhysicalViscousScalingFactor | Returns or sets the scaling factor for physical viscous damping |
| Tag | Returns the Tag for this object. |
| UsingPhysicalHysteretic | Returns or sets the usage setting for physical hysteretic damping |
| UsingPhysicalViscous | Returns or sets the usage setting for physical viscous damping |
Methods¶
Property Detail¶
PhysicalHystereticScalingFactor¶
-
PhysicalDampingSettings.PhysicalHystereticScalingFactor¶ Returns or sets the scaling factor for physical hysteretic damping
-------------------------------------Getter Method
Signature
PhysicalHystereticScalingFactorReturns: Return type: float New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
PhysicalHystereticScalingFactorParameters: scalingFactor (float) – New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
PhysicalViscousScalingFactor¶
-
PhysicalDampingSettings.PhysicalViscousScalingFactor¶ Returns or sets the scaling factor for physical viscous damping
-------------------------------------Getter Method
Signature
PhysicalViscousScalingFactorReturns: Return type: float New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
PhysicalViscousScalingFactorParameters: scalingFactor (float) – New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
UsingPhysicalHysteretic¶
-
PhysicalDampingSettings.UsingPhysicalHysteretic¶ Returns or sets the usage setting for physical hysteretic damping
-------------------------------------Getter Method
Signature
UsingPhysicalHystereticReturns: Return type: bool New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
UsingPhysicalHystereticParameters: usingPhysicalHysteretic (bool) – New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
UsingPhysicalViscous¶
-
PhysicalDampingSettings.UsingPhysicalViscous¶ Returns or sets the usage setting for physical viscous damping
-------------------------------------Getter Method
Signature
UsingPhysicalViscousReturns: Return type: bool New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
UsingPhysicalViscousParameters: usingPhysicalViscous (bool) – New in version NX6.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)