PhysicalDampingSettings Class

class NXOpen.CAE.ResponseSimulation.PhysicalDampingSettings

Bases: NXOpen.TaggedObject

Represents 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 PhysicalHystereticScalingFactor()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature PhysicalHystereticScalingFactor(scalingFactor)

Parameters: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 PhysicalViscousScalingFactor()

Returns:
Return type:float

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature PhysicalViscousScalingFactor(scalingFactor)

Parameters: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 UsingPhysicalHysteretic()

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature UsingPhysicalHysteretic(usingPhysicalHysteretic)

Parameters: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 UsingPhysicalViscous()

Returns:
Return type:bool

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature UsingPhysicalViscous(usingPhysicalViscous)

Parameters:usingPhysicalViscous (bool) –

New in version NX6.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)