Class SignalProcessingPlotData
Inheritance
System.Object
System.MarshalByRefObject
SignalProcessingPlotData
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class SignalProcessingPlotData : NXObject, IMessageSink, INXObject, IApplicationData
Constructors
SignalProcessingPlotData()
Declaration
protected SignalProcessingPlotData()
Properties
TargetCorrectionMode
Declaration
public SignalProcessingPlotData.CorrectionMode TargetCorrectionMode { get; set; }
Property Value
Type | Description |
---|---|
SignalProcessingPlotData.CorrectionMode |
TargetScaling
Declaration
public SignalProcessingPlotData.ScalingType TargetScaling { get; set; }
Property Value
Type | Description |
---|---|
SignalProcessingPlotData.ScalingType |
TargetWeighting
Declaration
public SignalProcessingPlotData.AcousticalWeighting TargetWeighting { get; set; }
Property Value
Type | Description |
---|---|
SignalProcessingPlotData.AcousticalWeighting |
Methods
AskNthDisplayableAttributeName(Int32)
Declaration
public string AskNthDisplayableAttributeName(int nth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nth |
Returns
Type | Description |
---|---|
System.String |
AskNthDisplayableAttributeValue(Int32)
Declaration
public string AskNthDisplayableAttributeValue(int nth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nth |
Returns
Type | Description |
---|---|
System.String |
AskNumberOfDisplayableAttributes()
Declaration
public int AskNumberOfDisplayableAttributes()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink