AfuMathFastRMSInfo Class

class NXOpen.CAE.AfuMathFastRMSInfo

Bases: NXOpen.TransientObject

Represents the Fast RMS parameter information

New in version NX11.0.0.

Methods

Method Description
Dispose The object destructor
GetData Get the Fast RMS Parameter Information @return the interpolation method
SetData Set the Fast RMS Parameter Information

Method Detail

Dispose

AfuMathFastRMSInfo.Dispose

The object destructor

Signature Dispose()

New in version NX11.0.0.

License requirements: None.

GetData

AfuMathFastRMSInfo.GetData

Get the Fast RMS Parameter Information

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (interpolationMethod, numberOfPoints, order, relativeOrder, useHighpassFilter, cutoffFraction, addSidelobes, slope). interpolationMethod is a int. the interpolation method numberOfPoints is a int. Get the Fast RMS PSD Fit number of points order is a int. the order relativeOrder is a int. the relative order useHighpassFilter is a int. the use highpass filter option cutoffFraction is a float. The filter frequency cutoff fraction addSidelobes is a int. the add sidelobes option slope is a float. the side lobes slope value

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

SetData

AfuMathFastRMSInfo.SetData

Set the Fast RMS Parameter Information

Signature SetData(numberOfPoints, order, relativeOrder, useHighpassFilter, cutoffFraction, addSidelobes, slope, interpolationMethod)

Parameters:
  • numberOfPoints (int) – Set the Fast RMS PSD Fit number of points
  • order (int) – the order
  • relativeOrder (int) – the relative order
  • useHighpassFilter (int) – the use highpass filter option
  • cutoffFraction (float) – the filter frequency cutoff fraction
  • addSidelobes (int) – the add sidelobes option
  • slope (float) – the side lobes slope value
  • interpolationMethod (int) – the interpolation method

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)