Click or drag to resize

FieldProbeResult Class

An EMC Plus Field Probe Result object.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25APISimObjectBaseFieldProbeResult
    ema3d.Api.V25.ResultsFieldProbeResult

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

The FieldProbeResult type exposes the following members.

Properties
 NameDescription
Public propertyBounds Gets the bounding Box for this field probe.
Public propertyDisplayName Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper)
Top
Methods
 NameDescription
Public methodCalculateFieldStatistics Calculate Field Statistics from this probe object.
Public methodCalculateShieldingEffectiveness(ISignal) Calculates the shielding effectiveness transfer function from this field probe result and a signal object in the EMC Plus document.
Public methodCalculateShieldingEffectiveness(String) Calculates the shielding effectiveness transfer function from this field probe result and path to a source file waveform
Public methodStatic memberCalculateShieldingEffectiveness(FieldProbeResult, ISignal) Calculates the shielding effectiveness transfer function from a field probe result and a signal object in the EMC Plus document.
Public methodStatic memberCalculateShieldingEffectiveness(FieldProbeResult, String) Calculates the shielding effectiveness transfer function from a field probe result and path to a source file waveform
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 FieldProbeResult 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
These objects contain metadata and information for calculating field probe statistics and transfer functions.
See Also