MimTypeDescriptors : public class
Created: |
12/2/2005 3:07:14 PM |
Modified: |
12/12/2006 11:33:20 AM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{C5E17D8B-28CF-435b-AA71-ACD8FEED6E71} |
Appears In: |
DataManipulation |
Stores DM OutPort "type" information (Post-processed signal processing scaling type, Source signal detector type, FFT/time waveform window type), along with x-axis information.
Attribute |
Details |
public MIMKey3 postScalType |
Range:0 to 1
Notes:
|
Identifies the post-processed signal processing scaling mode.<br />
|
|
public MIMKey3 srcDetectType |
Range:0 to 1
Notes:
|
Identifies the source signal detector type.<br />
|
|
public WindowType windowType |
Range:0 to 1
Notes:
|
Identifies the type of FFT or time waveform window used.
|
|
public double xAxisMax |
Range:0 to 1
Notes:
|
The maximum x-axis value.
|
|
public double xAxisMin |
Range:0 to 1
Notes:
|
The minimum x-axis value.
|
|