Interface IOperationsHeatMapSTFTDataViewModel
Last update: 03.07.2024
Interface IOperationsHeatMapSTFTDataViewModel
Namespace: VM.Operations.Post.Interfaces
Assembly: VM.Operations.Post.dll
public interface IOperationsHeatMapSTFTDataViewModel
Properties
End
Get or Set the end time for using FFT on target data series.
double End { get; set; }
Property Value
LegendColorType
Get or Set the type of legend color. It has NORMAL, NORMAL_INVERTED, BLACK_TO_WHITE WHITE_TO_BLACK, GREEN_TO_BROWN, WHITE_TO_BROWN, METAL_CASTING THERMAL_1, THERMAL_2, THERMAL_3
ColorSchemeType LegendColorType { get; set; }
Property Value
ColorSchemeType
Overlap
Get or Set the value of the percentage for setting overlapped intervals.
double Overlap { get; set; }
Property Value
ReferenceValue
Get or Set the reference value on decibel as the type of the scale.
double ReferenceValue { get; set; }
Property Value
SamplingFrequency
Get or Set the value about setting the number of the interval for dividing Y direction grids on color map.
int SamplingFrequency { get; set; }
Property Value
ScaleFactor
Get or Set the scale factor to change from time domain to another domain.
double ScaleFactor { get; set; }
Property Value
SelectedPoints
Get or Set the number of data point for FFT.
int SelectedPoints { get; set; }
Property Value
SelectedScaleType
Get or Set the scale type of STFT. STFT Scale Type has Original, Decibel.
STFTScaleType SelectedScaleType { get; set; }
Property Value
STFTScaleType
Start
Get or Set the start time for using FFT on target data series.
double Start { get; set; }
Property Value
TimeSlice
Get or Set the value about setting the number of the interval for dividing X direction grids on color map.
double TimeSlice { get; set; }
Property Value
Methods
ExportOrderTrackingCurve(string)
Export a curve to order tracking.
void ExportOrderTrackingCurve(string name)
Parameters
name
string
The name of curve.