Class DynamicExternalInterfaceOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DynamicExternalInterfaceOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.ExternalInterfaces
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DynamicExternalInterfaceOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
GenerateLoadCase
After an external analysis generate a new DRIVA load case with the corresponding inputs.
Declaration
public bool GenerateLoadCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InputSignalFilterLevel
Amount of filtering applied to the inputs received from the external analysis.
Declaration
public InputSignalFilterLevel InputSignalFilterLevel { get; set; }
Property Value
Type | Description |
---|---|
InputSignalFilterLevel |
PathOfSavedFile
Path of file that will be saved after running an external analysis.
Declaration
public string PathOfSavedFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SampleTime
Communication interval between DRIVA and the external simulation.
Measurement: TimeShort
Declaration
public double SampleTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SaveResults
After an external analysis, save a DRIVA file containing results.
Declaration
public bool SaveResults { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>