FemSignalProcessingApplication Class¶
-
class
NXOpen.CAE.FemSignalProcessingApplication¶ Bases:
NXOpen.Fields.IApplicationImplementation 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.FemSignalProcessingSignalAttributesfor more informations about these attributes.Signature
CreateSignalAttributes(defaultVisualizationSpectrumScaling, defaultVisualizationCorrectionMode, amplitudeCorrectionFactor, energyCorrectionFactor, acousticalWeighting)Parameters: - defaultVisualizationSpectrumScaling (
NXOpen.CAE.FemSignalProcessingSignalAttributesSpectrumScalings) – - defaultVisualizationCorrectionMode (
NXOpen.CAE.FemSignalProcessingSignalAttributesCorrectionModes) – - amplitudeCorrectionFactor (float) –
- energyCorrectionFactor (float) –
- acousticalWeighting (
NXOpen.CAE.FemSignalProcessingSignalAttributesAcousticalWeightings) –
Returns: Return type: New in version NX12.0.0.
License requirements: None.
- defaultVisualizationSpectrumScaling (