|
NX Open C++ Reference Guide
|
Represents the frequency setting to perform FRF evaluation
Created in NX5.0.0.
More...
Public Types | |
| enum | Definition { DefinitionRange, DefinitionModalContribution } |
| Specifies the method to define frequency. More... | |
| enum | InterpolationMethod { InterpolationMethodLogLog, InterpolationMethodLogLinear, InterpolationMethodLinearLinear } |
| Specifies the method for interpolation. More... | |
Public Member Functions | |
| int | ContributorNumber () |
| Returns the number of contributors. | |
| double | EndValue () |
| Returns the end value of frequency range. | |
| NXOpen::CAE::ResponseSimulation::FrequencyDefinition::Definition | EvaluationType () |
| Returns the method to define frequency Created in NX5.0.0. | |
| bool | GenerateMaximumContributors () |
| Returns the option for generating maximum contributors or not. | |
| std::vector< double > | GetFrequencies () |
| Returns frequency values to perform FRF evaluation. | |
| NXOpen::CAE::ResponseSimulation::FrequencyDefinition::InterpolationMethod | InterpolationMethodOption () |
| Returns the interpolation method. | |
| bool | NormalizeResults () |
| Returns the option to normalize results. | |
| void | SetContributorNumber (int contributorNumber) |
| Sets the number of contributors. | |
| void | SetEndValue (double endValue) |
| Sets the end value of frequency range. | |
| void | SetEvaluationType (NXOpen::CAE::ResponseSimulation::FrequencyDefinition::Definition type) |
| Sets the method to define frequency Created in NX5.0.0. | |
| void | SetFrequencies (const std::vector< double > &frequencies) |
| Sets the frequency values to perform FRF evaluation. | |
| void | SetGenerateMaximumContributors (bool generateMaximumContributors) |
| Sets the option for generating maximum contributors or not. | |
| void | SetInterpolationMethodOption (NXOpen::CAE::ResponseSimulation::FrequencyDefinition::InterpolationMethod interpolationMethod) |
| Sets the interpolation method. | |
| void | SetNormalizeResults (bool normalizeResults) |
| Sets the option to normalize results. | |
| void | SetSpectralLine (int spectralLines) |
| Sets the additional spectral lines. | |
| void | SetStartValue (double startValue) |
| Sets the start value of frequency range. | |
| int | SpectralLine () |
| Returns the additional spectral lines. | |
| double | StartValue () |
| Returns the start value of frequency range. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the frequency setting to perform FRF evaluation
Created in NX5.0.0.
| int NXOpen::CAE::ResponseSimulation::FrequencyDefinition::ContributorNumber | ( | ) |
Returns the number of contributors.
Only available when maximu contributors will be generated
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::FrequencyDefinition::EndValue | ( | ) |
Returns the end value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| NXOpen::CAE::ResponseSimulation::FrequencyDefinition::Definition NXOpen::CAE::ResponseSimulation::FrequencyDefinition::EvaluationType | ( | ) |
Returns the method to define frequency
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| bool NXOpen::CAE::ResponseSimulation::FrequencyDefinition::GenerateMaximumContributors | ( | ) |
Returns the option for generating maximum contributors or not.
Only available when frequency definition metod is CAE::ResponseSimulation::FrequencyDefinition::DefinitionModalContribution
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| std::vector<double> NXOpen::CAE::ResponseSimulation::FrequencyDefinition::GetFrequencies | ( | ) |
Returns frequency values to perform FRF evaluation.
Only available when the frequency definition method is CAE::ResponseSimulation::FrequencyDefinition::DefinitionModalContribution
| NXOpen::CAE::ResponseSimulation::FrequencyDefinition::InterpolationMethod NXOpen::CAE::ResponseSimulation::FrequencyDefinition::InterpolationMethodOption | ( | ) |
Returns the interpolation method.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| bool NXOpen::CAE::ResponseSimulation::FrequencyDefinition::NormalizeResults | ( | ) |
Returns the option to normalize results.
Only available when maximu contributors will be generated
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetContributorNumber | ( | int | contributorNumber | ) |
Sets the number of contributors.
Only available when maximu contributors will be generated
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| contributorNumber | contributornumber |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetEndValue | ( | double | endValue | ) |
Sets the end value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| endValue | end value |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetEvaluationType | ( | NXOpen::CAE::ResponseSimulation::FrequencyDefinition::Definition | type | ) |
Sets the method to define frequency
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| type | type |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetFrequencies | ( | const std::vector< double > & | frequencies | ) |
Sets the frequency values to perform FRF evaluation.
Only available when the frequency definition method is CAE::ResponseSimulation::FrequencyDefinition::DefinitionModalContribution
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| frequencies | frequencies |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetGenerateMaximumContributors | ( | bool | generateMaximumContributors | ) |
Sets the option for generating maximum contributors or not.
Only available when frequency definition metod is CAE::ResponseSimulation::FrequencyDefinition::DefinitionModalContribution
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| generateMaximumContributors | generatemaximumcontributors |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetInterpolationMethodOption | ( | NXOpen::CAE::ResponseSimulation::FrequencyDefinition::InterpolationMethod | interpolationMethod | ) |
Sets the interpolation method.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| interpolationMethod | interpolation method |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetNormalizeResults | ( | bool | normalizeResults | ) |
Sets the option to normalize results.
Only available when maximu contributors will be generated
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| normalizeResults | normalizeresults |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetSpectralLine | ( | int | spectralLines | ) |
Sets the additional spectral lines.
Only available when frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| spectralLines | spectral lines |
| void NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SetStartValue | ( | double | startValue | ) |
Sets the start value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| startValue | start value |
| int NXOpen::CAE::ResponseSimulation::FrequencyDefinition::SpectralLine | ( | ) |
Returns the additional spectral lines.
Only available when frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| double NXOpen::CAE::ResponseSimulation::FrequencyDefinition::StartValue | ( | ) |
Returns the start value of frequency range.
Only available when the frequency is defined by CAE::ResponseSimulation::FrequencyDefinition::DefinitionRange
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")