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

Represents the frequency setting to perform FRF evaluation More...

Inheritance diagram for NXOpen.CAE.ResponseSimulation.FrequencyDefinition:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Definition { Range, ModalContribution }
 Specifies the method to define frequency More...
 
enum  InterpolationMethod { LogLog, LogLinear, LinearLinear }
 Specifies the method for interpolation More...
 

Public Member Functions

unsafe double[] GetFrequencies ()
 Returns frequency values to perform FRF evaluation. More...
 
unsafe void SetFrequencies (double[] frequencies)
 Sets the frequency values to perform FRF evaluation. More...
 
- 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...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int ContributorNumber [get, set]
 Returns or sets the number of contributors. More...
 
unsafe double EndValue [get, set]
 Returns or sets the end value of frequency range. More...
 
unsafe
NXOpen.CAE.ResponseSimulation.FrequencyDefinition.Definition 
EvaluationType [get, set]
 Returns or sets the method to define frequency More...
 
unsafe bool GenerateMaximumContributors [get, set]
 Returns or sets the option for generating maximum contributors or not. More...
 
unsafe
NXOpen.CAE.ResponseSimulation.FrequencyDefinition.InterpolationMethod 
InterpolationMethodOption [get, set]
 Returns or sets the interpolation method. More...
 
unsafe bool NormalizeResults [get, set]
 Returns or sets the option to normalize results. More...
 
unsafe int SpectralLine [get, set]
 Returns or sets the additional spectral lines. More...
 
unsafe double StartValue [get, set]
 Returns or sets the start value of frequency range. 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the frequency setting to perform FRF evaluation

Created in NX5.0.0

Member Enumeration Documentation

Specifies the method to define frequency

Enumerator
Range 
ModalContribution 

Specifies the method for interpolation

Enumerator
LogLog 
LogLinear 
LinearLinear 

Member Function Documentation

unsafe double [] NXOpen.CAE.ResponseSimulation.FrequencyDefinition.GetFrequencies ( )
inline

Returns frequency values to perform FRF evaluation.

Only available when the frequency definition method is CAE.ResponseSimulation.FrequencyDefinition.Definition.ModalContribution

Created in NX6.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Returns
unsafe void NXOpen.CAE.ResponseSimulation.FrequencyDefinition.SetFrequencies ( double[]  frequencies)
inline

Sets the frequency values to perform FRF evaluation.

Only available when the frequency definition method is CAE.ResponseSimulation.FrequencyDefinition.Definition.ModalContribution

Created in NX6.0.0

License requirements: nx_response_anlys ("NX Response Analysis")

Parameters
frequencies

Property Documentation

unsafe int NXOpen.CAE.ResponseSimulation.FrequencyDefinition.ContributorNumber
getset

Returns or sets the number of contributors.

Only available when maximu contributors will be generated

Created in NX6.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe double NXOpen.CAE.ResponseSimulation.FrequencyDefinition.EndValue
getset

Returns or sets the end value of frequency range.

Only available when the frequency is defined by CAE.ResponseSimulation.FrequencyDefinition.Definition.Range

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.FrequencyDefinition.Definition NXOpen.CAE.ResponseSimulation.FrequencyDefinition.EvaluationType
getset

Returns or sets the method to define frequency

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe bool NXOpen.CAE.ResponseSimulation.FrequencyDefinition.GenerateMaximumContributors
getset

Returns or sets the option for generating maximum contributors or not.

Only available when frequency definition metod is CAE.ResponseSimulation.FrequencyDefinition.Definition.ModalContribution

Created in NX6.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe NXOpen.CAE.ResponseSimulation.FrequencyDefinition.InterpolationMethod NXOpen.CAE.ResponseSimulation.FrequencyDefinition.InterpolationMethodOption
getset

Returns or sets the interpolation method.

Only available when the frequency is defined by CAE.ResponseSimulation.FrequencyDefinition.Definition.Range

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe bool NXOpen.CAE.ResponseSimulation.FrequencyDefinition.NormalizeResults
getset

Returns or sets the option to normalize results.

Only available when maximu contributors will be generated

Created in NX6.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe int NXOpen.CAE.ResponseSimulation.FrequencyDefinition.SpectralLine
getset

Returns or sets the additional spectral lines.

Only available when frequency is defined by CAE.ResponseSimulation.FrequencyDefinition.Definition.Range

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")

unsafe double NXOpen.CAE.ResponseSimulation.FrequencyDefinition.StartValue
getset

Returns or sets the start value of frequency range.

Only available when the frequency is defined by CAE.ResponseSimulation.FrequencyDefinition.Definition.Range

Created in NX5.0.0

License requirements to get this property: nx_response_anlys ("NX Response Analysis")

License requirements to set this property: nx_response_anlys ("NX Response Analysis")


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