Search Results for

    Show / Hide Table of Contents

    Class FrequencyDefinition

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FrequencyDefinition
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class FrequencyDefinition : TaggedObject, IMessageSink

    Constructors

    FrequencyDefinition()

    Declaration
    protected FrequencyDefinition()

    Properties

    ContributorNumber

    Declaration
    public int ContributorNumber { get; set; }
    Property Value
    Type Description
    int

    EndValue

    Declaration
    public double EndValue { get; set; }
    Property Value
    Type Description
    double

    EvaluationType

    Declaration
    public FrequencyDefinition.Definition EvaluationType { get; set; }
    Property Value
    Type Description
    FrequencyDefinition.Definition

    GenerateMaximumContributors

    Declaration
    public bool GenerateMaximumContributors { get; set; }
    Property Value
    Type Description
    bool

    InterpolationMethodOption

    Declaration
    public FrequencyDefinition.InterpolationMethod InterpolationMethodOption { get; set; }
    Property Value
    Type Description
    FrequencyDefinition.InterpolationMethod

    NormalizeResults

    Declaration
    public bool NormalizeResults { get; set; }
    Property Value
    Type Description
    bool

    SpectralLine

    Declaration
    public int SpectralLine { get; set; }
    Property Value
    Type Description
    int

    StartValue

    Declaration
    public double StartValue { get; set; }
    Property Value
    Type Description
    double

    Methods

    GetFrequencies()

    Declaration
    public double[] GetFrequencies()
    Returns
    Type Description
    double[]

    SetFrequencies(double[])

    Declaration
    public void SetFrequencies(double[] frequencies)
    Parameters
    Type Name Description
    double[] frequencies

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX