Class TorqueInputOptions
Inheritance
System.Object
TorqueInputOptions
Assembly: SMT.MastaAPI.14.1.1.dll
public class TorqueInputOptions : PowerLoadInputOptions, IEquatable<APIBase>
Properties
Declaration
public double BinStart { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double BinWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public TorqueValuesObtainedFrom ConversionToLoadCase { get; set; }
Property Value
Declaration
public bool IncludeBinBoundaryAtZero { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public int NumberOfBins { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public bool SpecifyBins { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods