![]() | Analytic |
public abstract class AnalyticSignalBase<TWrapper, TWave> : APISimObjectBase<TWrapper>, IHasTime, ISignal where TWrapper : Signal<TWrapper> where TWave : new(), AnalyticWaveform
The AnalyticSignalBaseTWrapper, TWave type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | Name | Name of the Analytic Signal |
![]() | TEnd | The simulation time the signal turns off. The default end time matches the simulation end time |
![]() | TStart | The simulation time the signal turns on. The default start time matches the simulation start time. |
![]() | TStep | The sample rate of the signal. The default step time matches the simulation step time. |
Name | Description | |
---|---|---|
![]() | AttachTo | Attaches the signal to the Wave |
![]() | Delete |
Delete the Analytic Signal
(Overrides APISimObjectBaseTWrapperDelete) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetName |
Returns the name of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | GetSiblings |
Get all objects that share this object's type in the document.
(Inherited from APISimObjectBaseTWrapper) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | SetName |
Sets the name of the object
(Inherited from APISimObjectBaseTWrapper) |
![]() | SetVisibility |
Sets the visibility status of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |