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

Represents the Fast RMS output information More...

Inheritance diagram for NXOpen.CAE.AfuMathFastRMSOutput:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe double GetPsdfitFittedData (out double[] psdfitFittedX, out double[] psdfitFittedY, out double[] abcd, out double psdfitFreqValue1)
 Returns fitted PSD data More...
 
unsafe double[] GetPsdfitOriginalData (out double[] psdfitOriginalX)
 Returns PSD original data More...
 
unsafe double GetRmsError ()
 Returns the rms error More...
 
unsafe void SetPsdfitFittedData (double[] psdfitFittedX, double[] psdfitFittedY, double[] abcd, double psdfitFreqValue1, double psdfitFreqValue2)
  More...
 
unsafe void SetPsdfitOriginalData (double[] psdfitOriginalX, double[] psdfitOriginalY)
  More...
 
unsafe void SetRmsError (double rmsError)
 Returns the rms error More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Protected Member Functions

override void FreeResource ()
 The object destructor More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the Fast RMS output information

Created in NX11.0.0

Member Function Documentation

override void NXOpen.CAE.AfuMathFastRMSOutput.FreeResource ( )
inlineprotectedvirtual

The object destructor

Created in NX11.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe double NXOpen.CAE.AfuMathFastRMSOutput.GetPsdfitFittedData ( out double[]  psdfitFittedX,
out double[]  psdfitFittedY,
out double[]  abcd,
out double  psdfitFreqValue1 
)
inline

Returns fitted PSD data

Created in NX11.0.0

License requirements: None.

Parameters
psdfitFittedXthe x values for the fitted PSD
psdfitFittedYthe y values for the fitted PSD
abcd
psdfitFreqValue1Frequency Value 1: Minimum Freq for Even Function
Returns
Frequency Value 2: Frequency Increment for Even Function
unsafe double [] NXOpen.CAE.AfuMathFastRMSOutput.GetPsdfitOriginalData ( out double[]  psdfitOriginalX)
inline

Returns PSD original data

Created in NX11.0.0

License requirements: None.

Parameters
psdfitOriginalXThe Original PSD function x values
Returns
The Original PSD function y values
unsafe double NXOpen.CAE.AfuMathFastRMSOutput.GetRmsError ( )
inline

Returns the rms error

Created in NX11.0.0

License requirements: None.

Returns
The PSD fitting rms error
unsafe void NXOpen.CAE.AfuMathFastRMSOutput.SetPsdfitFittedData ( double[]  psdfitFittedX,
double[]  psdfitFittedY,
double[]  abcd,
double  psdfitFreqValue1,
double  psdfitFreqValue2 
)
inline

Created in NX11.0.0

License requirements: None.

Parameters
psdfitFittedXThe Fitted PSD X values
psdfitFittedYThe Fitted PSD Y values
abcd
psdfitFreqValue1
psdfitFreqValue2
unsafe void NXOpen.CAE.AfuMathFastRMSOutput.SetPsdfitOriginalData ( double[]  psdfitOriginalX,
double[]  psdfitOriginalY 
)
inline

Created in NX11.0.0

License requirements: None.

Parameters
psdfitOriginalXThe Original PSD function x values
psdfitOriginalYThe Original PSD function y values
unsafe void NXOpen.CAE.AfuMathFastRMSOutput.SetRmsError ( double  rmsError)
inline

Returns the rms error

Created in NX11.0.0

License requirements: None.

Parameters
rmsErrorThe PSD fitting rms error

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