Search Results for

    Show / Hide Table of Contents

    Class ResultParametersWithProbe

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ResultParametersWithProbe
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ResultParametersWithProbe : TaggedObject, IMessageSink

    Constructors

    ResultParametersWithProbe()

    Declaration
    protected ResultParametersWithProbe()

    Methods

    GetAcousticWeighting()

    Declaration
    public SignalProcessingPlotData.AcousticalWeighting GetAcousticWeighting()
    Returns
    Type Description
    SignalProcessingPlotData.AcousticalWeighting

    GetComplexType()

    Declaration
    public Result.Complex GetComplexType()
    Returns
    Type Description
    Result.Complex

    GetCurrentIteration()

    Declaration
    public BaseIteration GetCurrentIteration()
    Returns
    Type Description
    BaseIteration

    GetCurrentLoadcase()

    Declaration
    public BaseLoadcase GetCurrentLoadcase()
    Returns
    Type Description
    BaseLoadcase

    GetDBFormat()

    Declaration
    public Result.DbScale GetDBFormat()
    Returns
    Type Description
    Result.DbScale

    GetDBreference()

    Declaration
    public double GetDBreference()
    Returns
    Type Description
    System.Double

    GetDBScaling()

    Declaration
    public bool GetDBScaling()
    Returns
    Type Description
    System.Boolean

    GetInterpolated()

    Declaration
    public bool GetInterpolated()
    Returns
    Type Description
    System.Boolean

    GetIterationValue()

    Declaration
    public double GetIterationValue()
    Returns
    Type Description
    System.Double

    GetLcaseValue()

    Declaration
    public double GetLcaseValue()
    Returns
    Type Description
    System.Double

    GetPhaseAngle()

    Declaration
    public double GetPhaseAngle()
    Returns
    Type Description
    System.Double

    GetResultProbe()

    Declaration
    public ResultProbe GetResultProbe()
    Returns
    Type Description
    ResultProbe

    GetSpectrumScaling()

    Declaration
    public SignalProcessingPlotData.ScalingType GetSpectrumScaling()
    Returns
    Type Description
    SignalProcessingPlotData.ScalingType

    GetUnit()

    Declaration
    public Unit GetUnit()
    Returns
    Type Description
    Unit

    SetAcousticWeighting(SignalProcessingPlotData.AcousticalWeighting)

    Declaration
    public void SetAcousticWeighting(SignalProcessingPlotData.AcousticalWeighting weighting)
    Parameters
    Type Name Description
    SignalProcessingPlotData.AcousticalWeighting weighting

    SetComplexType(Result.Complex)

    Declaration
    public void SetComplexType(Result.Complex complexType)
    Parameters
    Type Name Description
    Result.Complex complexType

    SetCurrentIteration(BaseIteration)

    Declaration
    public void SetCurrentIteration(BaseIteration iteration)
    Parameters
    Type Name Description
    BaseIteration iteration

    SetCurrentLoadcase(BaseLoadcase)

    Declaration
    public void SetCurrentLoadcase(BaseLoadcase loadcase)
    Parameters
    Type Name Description
    BaseLoadcase loadcase

    SetDBFormat(Result.DbScale)

    Declaration
    public void SetDBFormat(Result.DbScale dbScale)
    Parameters
    Type Name Description
    Result.DbScale dbScale

    SetDBReference(Double)

    Declaration
    public void SetDBReference(double dBreference)
    Parameters
    Type Name Description
    System.Double dBreference

    SetDBScaling(Boolean)

    Declaration
    public void SetDBScaling(bool dBscaling)
    Parameters
    Type Name Description
    System.Boolean dBscaling

    SetInterpolated(Boolean)

    Declaration
    public void SetInterpolated(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    SetIterationValue(Double)

    Declaration
    public void SetIterationValue(double value)
    Parameters
    Type Name Description
    System.Double value

    SetLcaseValue(Double)

    Declaration
    public void SetLcaseValue(double value)
    Parameters
    Type Name Description
    System.Double value

    SetPhaseAngle(Double)

    Declaration
    public void SetPhaseAngle(double value)
    Parameters
    Type Name Description
    System.Double value

    SetSpectrumScaling(SignalProcessingPlotData.ScalingType)

    Declaration
    public void SetSpectrumScaling(SignalProcessingPlotData.ScalingType scaling)
    Parameters
    Type Name Description
    SignalProcessingPlotData.ScalingType scaling

    SetUnit(Unit)

    Declaration
    public void SetUnit(Unit unit)
    Parameters
    Type Name Description
    Unit unit

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX