Click or drag to resize

AnalyticSignalBaseTWrapper, TWave Class

Base Class to Creating Analytic Signals
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25APISimObjectBaseTWrapper
    ema3d.Api.V25.Core.SignalsAnalyticSignalBaseTWrapper, TWave
      More

Namespace: ema3d.Api.V25.Core.Signals
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public abstract class AnalyticSignalBase<TWrapper, TWave> : APISimObjectBase<TWrapper>, 
	IHasTime, ISignal
where TWrapper : Signal<TWrapper>
where TWave : new(), AnalyticWaveform

Type Parameters

TWrapper
TWave

The AnalyticSignalBaseTWrapper, TWave type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper)
Public propertyName Name of the Analytic Signal
Public propertyTEnd The simulation time the signal turns off. The default end time matches the simulation end time
Public propertyTStart The simulation time the signal turns on. The default start time matches the simulation start time.
Public propertyTStep The sample rate of the signal. The default step time matches the simulation step time.
Top
Methods
 NameDescription
Public methodAttachTo Attaches the signal to the Wave
Public methodDelete Delete the Analytic Signal
(Overrides APISimObjectBaseTWrapperDelete)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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.
(Inherited from APISimObjectBaseTWrapper)
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
See Also
Inheritance Hierarchy