Class CacheMemoryEstimates
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Acoustics
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CacheMemoryEstimates : APIBase, IEquatable<APIBase>
Properties
AtTheMaximumFrequency
Estimated memory usage at the inputted maximum frequency.
Declaration
public string AtTheMaximumFrequency { get; }
Property Value
Type | Description |
---|---|
System.String |
AtTheMinimumFrequency
Estimated memory usage at the inputted minimum frequency.
Declaration
public string AtTheMinimumFrequency { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
UpperBoundForTotalEstimate
Largest upper bound for the total estimated memory usage during the acoustic analysis, assuming the maximum number of threads are all running simultaneously. Equal to the maximum of the memory estimates multiplied by the maximum number of threads.
Declaration
public string UpperBoundForTotalEstimate { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>