Click or drag to resize

FarFieldProbe Class

Far Field Probe Class for the API
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25APISimObjectBaseFarFieldProbe
    ema3d.Api.V25.Core.ProbesFDTDProbeBaseFarFieldProbe
      ema3d.Api.V25.Core.ProbesFarFieldProbe

Namespace: ema3d.Api.V25.Core.Probes
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public sealed class FarFieldProbe : FDTDProbeBase<FarFieldProbe>

The FarFieldProbe type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper)
Public propertyDocument The document an object exists in.
(Inherited from FDTDProbeBaseT)
Public propertyFieldType Set the field type of the FarFieldProbe
Public propertyLocationX Set the locationX of the FarFieldProbe
Public propertyLocationY Set the locationY of the FarFieldProbe
Public propertyLocationZ Set the locationZ of the FarFieldProbe
Public propertyOrientation Set the Orientation of the FarFieldProbe
Public propertyTEnd Gets/Sets end time.
(Inherited from FDTDProbeBaseT)
Public propertyTStart Gets/Sets start time.
(Inherited from FDTDProbeBaseT)
Public propertyTStep Gets/Sets time step.
(Inherited from FDTDProbeBaseT)
Top
Methods
 NameDescription
Public methodClone Clone the intance of a FarFieldProbe
Public methodStatic memberCreate Create a FarFieldProbe
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 FarFieldProbe objects in the document.
Public methodStatic memberGetByDisplayName Get FarFieldProbe by display name
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
Example
Python
from ema3d.Api.V25.Core.Probes import FarFieldProbe as FarFieldProbe

_bf = FarFieldProbe.Create(Window.ActiveWindow.Document)
_bf.LocationX = 3.0
_bf.LocationY = 0.3
_bf.LocationZ = 0.6
See Also