NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.CAE.SimLoadRecipeFunctionAttributes Class Reference

This is the class handling the default attributes of a source used by a load recipe. More...

Inheritance diagram for NXOpen.CAE.SimLoadRecipeFunctionAttributes:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AcousticalWeightings {
  Unknown, None, A, B,
  C, D, Ab, Bc
}
 This enum defines the acoustical weightings More...
 
enum  CorrectionModes { Unknown, Energy, Amplitude }
 This enum defines the correction modes More...
 
enum  ScalingType { Unknown, Peak, Rms }
 This enum defines the spectrum scaling More...
 

Properties

unsafe
NXOpen.CAE.SimLoadRecipeFunctionAttributes.AcousticalWeightings 
AcousticalWeighting [get, set]
 Returns or sets the default acoustical weighting of the functions in the file More...
 
unsafe double AmplitudeCorrectionFactor [get, set]
 Returns or sets the default amplitude correction factor of the functions in the file More...
 
unsafe
NXOpen.CAE.SimLoadRecipeFunctionAttributes.CorrectionModes 
CorrectionMode [get, set]
 Returns or sets the default correction mode of the functions in the file More...
 
unsafe double EnergyCorrectionFactor [get, set]
 Returns or sets the default energy correction factor of the functions in the file More...
 
unsafe
NXOpen.CAE.SimLoadRecipeFunctionAttributes.ScalingType 
SpectrumScaling [get, set]
 Returns or sets the default spectrum scaling of the functions in the file More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This is the class handling the default attributes of a source used by a load recipe.

This is used by data sources which cannot derive these attributes from the file itself (like UNV, OP2, ...). They specify the default attributes of all functions in the file. Whenever this object is modified, a call to UPDATE_do_update is needed in order to propagate the changes to the LoadRecipe.

Use CAE.SimLoadRecipeSource.GetFunctionAttributes

Created in NX12.0.0

Member Enumeration Documentation

This enum defines the acoustical weightings

Enumerator
Unknown 

Unkonwn

None 

None

A 

A

B 

B

C 

C

D 

D

Ab 

AB

Bc 

BC

This enum defines the correction modes

Enumerator
Unknown 

Unkonwn

Energy 

Energy

Amplitude 

Amplitude

This enum defines the spectrum scaling

Enumerator
Unknown 

Unkonwn

Peak 

Peak

Rms 

RMS

Property Documentation

unsafe NXOpen.CAE.SimLoadRecipeFunctionAttributes.AcousticalWeightings NXOpen.CAE.SimLoadRecipeFunctionAttributes.AcousticalWeighting
getset

Returns or sets the default acoustical weighting of the functions in the file

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAE.SimLoadRecipeFunctionAttributes.AmplitudeCorrectionFactor
getset

Returns or sets the default amplitude correction factor of the functions in the file

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.SimLoadRecipeFunctionAttributes.CorrectionModes NXOpen.CAE.SimLoadRecipeFunctionAttributes.CorrectionMode
getset

Returns or sets the default correction mode of the functions in the file

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAE.SimLoadRecipeFunctionAttributes.EnergyCorrectionFactor
getset

Returns or sets the default energy correction factor of the functions in the file

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.SimLoadRecipeFunctionAttributes.ScalingType NXOpen.CAE.SimLoadRecipeFunctionAttributes.SpectrumScaling
getset

Returns or sets the default spectrum scaling of the functions in the file

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.