Class DynamicExternalInterfaceOptions
Inheritance
System.Object
DynamicExternalInterfaceOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DynamicExternalInterfaceOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
GenerateLoadCase
Declaration
public bool GenerateLoadCase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public InputSignalFilterLevel InputSignalFilterLevel { get; set; }
Property Value
PathOfSavedFile
Declaration
public string PathOfSavedFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SampleTime
Declaration
public double SampleTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SaveResults
Declaration
public bool SaveResults { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods