Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FourierPlotPoint

Represents a point in a fourier plot.

version

1.4

Hierarchy

Index

Constructors

Private constructor

  • new FourierPlotPoint(tolerance: PlotTolerance | undefined, properties: PlotPropertyCollection, state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap, harmonic: number, amplitude: number): FourierPlotPoint
  • Parameters

    • tolerance: PlotTolerance | undefined
    • properties: PlotPropertyCollection
    • state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap
    • harmonic: number
    • amplitude: number

    Returns FourierPlotPoint

Properties

amplitude

amplitude: number

Amplitude.

harmonic

harmonic: number

Harmonic component.

properties

The properties of this point.

state

state: PlotPointState.None | PlotPointState.Outlier | PlotPointState.Overlap | PlotPointState.TiltedForce | PlotPointState.TiltedAcceleration | PlotPointState.EvaluationRange | PlotPointState.Duplicate | PlotPointState.IgnoreGroove1 | PlotPointState.IgnoreGroove2 | PlotPointState.AirScanning | PlotPointState.Virtual | PlotPointState.Gap

The state of this point.

tolerance

tolerance: PlotTolerance | undefined

The tolerance of this particular point. Fallback to the plot tolerance in case it's undefined.

Generated using TypeDoc