Class TransmissionErrorToOtherPowerLoad
Inheritance
System.Object
TransmissionErrorToOtherPowerLoad
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class TransmissionErrorToOtherPowerLoad : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FourierSeriesOfTE
Declaration
public FourierSeries FourierSeriesOfTE { get; }
Property Value
MeanTE
Declaration
public double MeanTE { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
PeakToPeakTE
Declaration
public double PeakToPeakTE { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods