Click or drag to resize

FieldStatisticsResult Class

A result object created by calculating the field statistics of a FieldProbeResult.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25APISimObjectBaseFieldStatisticsResult
    ema3d.Api.V25.ResultsFieldStatisticsResult

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class FieldStatisticsResult : APISimObjectBase<FieldStatisticsResult>

The FieldStatisticsResult type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper)
Top
Methods
 NameDescription
Public methodCalculateTransferFunction(ISignal) Calculate a transfer function from an EMC Plus signal object.
Public methodCalculateTransferFunction(String) Calculate a transfer function from a valid source file (.dat).
Public methodStatic memberCreateFromProbeResult Create a FieldStatisticsResult from a FieldProbeResult object.
Public methodDelete Deletes sim object.
(Inherited from APISimObjectBaseTWrapper)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberGetAll Retrieve all FieldStatisticsResult objects in the document.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetName Returns the name of the object.
(Inherited from APISimObjectBaseTWrapper)
Public methodGetSiblings Get all objects that share this object's type in the document.
(Overrides APISimObjectBaseTWrapperGetSiblings(Document))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetName Sets the name of the object
(Inherited from APISimObjectBaseTWrapper)
Public methodSetVisibility Sets the visibility status of the object.
(Inherited from APISimObjectBaseTWrapper)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Field statistics calculated are minimum, mean, and maximum fields at each frequency bin.
See Also