Class RSEventParameters
Inheritance
RSEventParameters
Assembly: NXOpen.dll
Syntax
public class RSEventParameters : TaggedObject, IMessageSink
Constructors
RSEventParameters()
Declaration
protected RSEventParameters()
Properties
AmplitudeInterpMethod
Declaration
public RSEvent.InterpolationMethod AmplitudeInterpMethod { get; set; }
Property Value
ConfidenceLevel
Declaration
public double ConfidenceLevel { get; set; }
Property Value
ConfidenceLevelOption
Declaration
public RSEvent.ConfidenceLevelOption ConfidenceLevelOption { get; set; }
Property Value
FrequencyInterpMethod
Declaration
public RSEvent.InterpolationMethod FrequencyInterpMethod { get; set; }
Property Value
FrequencyOutputRequestObject
Declaration
public ModelingObjectPropertyTable FrequencyOutputRequestObject { get; set; }
Property Value
OutputRequestObject
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.ResponseSimulation.RSEventParameters.RandomOutputRequestObject instead.")]
public ModelingObjectPropertyTable OutputRequestObject { get; set; }
Property Value
RandomOutputRequestObject
Declaration
public ModelingObjectPropertyTable RandomOutputRequestObject { get; set; }
Property Value
ReferenceType
Declaration
public RSEvent.ReferenceType ReferenceType { get; set; }
Property Value
SineOutputRequestObject
Declaration
public ModelingObjectPropertyTable SineOutputRequestObject { get; set; }
Property Value
StandardDeviation
Declaration
public double StandardDeviation { get; set; }
Property Value
StaticContributions
Declaration
public bool StaticContributions { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink