Class ModelAndLoadPreProcessTimeSignalBuilder
Inheritance
System.Object
System.MarshalByRefObject
ModelAndLoadPreProcessTimeSignalBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class ModelAndLoadPreProcessTimeSignalBuilder : ModelAndLoadPreProcessOperationBuilder, IMessageSink, IComponentBuilder
Constructors
ModelAndLoadPreProcessTimeSignalBuilder()
Declaration
protected ModelAndLoadPreProcessTimeSignalBuilder()
Properties
AveragingType
Declaration
public ModelAndLoadPreProcessTimeSignalBuilder.AveragingTypeEnum AveragingType { get; set; }
Property Value
BlockSize
Declaration
public int BlockSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CorrectionMode
Declaration
public ModelAndLoadPreProcessTimeSignalBuilder.CorrectionModeEnum CorrectionMode { get; set; }
Property Value
Enable0Padding
Declaration
public bool Enable0Padding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableAveraging
Declaration
public bool EnableAveraging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableFFT
Declaration
public bool EnableFFT { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableLowerFrequencyLimit
Declaration
public bool EnableLowerFrequencyLimit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePrePadding
Declaration
public bool EnablePrePadding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableSignalRepetition
Declaration
public bool EnableSignalRepetition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableTimeSegmentation
Declaration
public bool EnableTimeSegmentation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableUpperFrequencyLimit
Declaration
public bool EnableUpperFrequencyLimit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FrequencyResolution
Declaration
public Expression FrequencyResolution { get; }
Property Value
LowerFrequencyLimit
Declaration
public Expression LowerFrequencyLimit { get; }
Property Value
LowerLimitType
Declaration
public ModelAndLoadPreProcessTimeSignalBuilder.TimeLimitEnum LowerLimitType { get; set; }
Property Value
LowerSampleLimit
Declaration
public int LowerSampleLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LowerTimeLimit
Declaration
public Expression LowerTimeLimit { get; }
Property Value
NumberOfRepetitions
Declaration
public int NumberOfRepetitions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overlap
Declaration
public double Overlap { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeStepTolerance
Declaration
public double TimeStepTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
UpperFrequencyLimit
Declaration
public Expression UpperFrequencyLimit { get; }
Property Value
UpperLimitType
Declaration
public ModelAndLoadPreProcessTimeSignalBuilder.TimeLimitEnum UpperLimitType { get; set; }
Property Value
UpperSampleLimit
Declaration
public int UpperSampleLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UpperTimeLimit
Declaration
public Expression UpperTimeLimit { get; }
Property Value
WindowType
Declaration
public ModelAndLoadPreProcessTimeSignalBuilder.WindowTypeEnum WindowType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink