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.AfuMathFastRMSInfo Class Reference

Represents the Fast RMS parameter information More...

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

Public Member Functions

unsafe int GetData (out int numberOfPoints, out int order, out int relativeOrder, out int useHighpassFilter, out double cutoffFraction, out int addSidelobes, out double slope)
 Get the Fast RMS Parameter Information More...
 
unsafe void SetData (int numberOfPoints, int order, int relativeOrder, int useHighpassFilter, double cutoffFraction, int addSidelobes, double slope, int interpolationMethod)
 Set the Fast RMS Parameter Information 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 parameter information

Created in NX11.0.0

Member Function Documentation

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

The object destructor

Created in NX11.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe int NXOpen.CAE.AfuMathFastRMSInfo.GetData ( out int  numberOfPoints,
out int  order,
out int  relativeOrder,
out int  useHighpassFilter,
out double  cutoffFraction,
out int  addSidelobes,
out double  slope 
)
inline

Get the Fast RMS Parameter Information

Created in NX11.0.0

License requirements: None.

Parameters
numberOfPointsGet the Fast RMS PSD Fit number of points
orderthe order
relativeOrderthe relative order
useHighpassFilterthe use highpass filter option
cutoffFractionThe filter frequency cutoff fraction
addSidelobesthe add sidelobes option
slopethe side lobes slope value
Returns
the interpolation method
unsafe void NXOpen.CAE.AfuMathFastRMSInfo.SetData ( int  numberOfPoints,
int  order,
int  relativeOrder,
int  useHighpassFilter,
double  cutoffFraction,
int  addSidelobes,
double  slope,
int  interpolationMethod 
)
inline

Set the Fast RMS Parameter Information

Created in NX11.0.0

License requirements: None.

Parameters
numberOfPointsSet the Fast RMS PSD Fit number of points
orderthe order
relativeOrderthe relative order
useHighpassFilterthe use highpass filter option
cutoffFractionthe filter frequency cutoff fraction
addSidelobesthe add sidelobes option
slopethe side lobes slope value
interpolationMethodthe interpolation method

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