FemSignalProcessingApplication Class

class NXOpen.CAE.FemSignalProcessingApplication

Bases: NXOpen.Fields.IApplication

Implementation of the NXOpen.Fields.IApplication. This application provides support for attaching signal attributes (like acoustical weighting, energy/amplitude correction factors, …) on a field.

Not support KF.

New in version NX12.0.0.

Properties

Property Description
Name Returns the name of the application.
Tag Returns the Tag for this object.

Methods

Method Description
CreateSignalAttributes Creates a new set of signal attributes that can be attached to a field.

Method Detail

CreateSignalAttributes

FemSignalProcessingApplication.CreateSignalAttributes

Creates a new set of signal attributes that can be attached to a field.

The returned object is immutable, which means that all attributes are provided when creating the object. See NXOpen.CAE.FemSignalProcessingSignalAttributes for more informations about these attributes.

Signature CreateSignalAttributes(defaultVisualizationSpectrumScaling, defaultVisualizationCorrectionMode, amplitudeCorrectionFactor, energyCorrectionFactor, acousticalWeighting)

Parameters:
Returns:

Return type:

NXOpen.CAE.FemSignalProcessingSignalAttributes

New in version NX12.0.0.

License requirements: None.