![]() | Sine |
The SineSquaredSignal type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amplitude | Gets/Sets amplitude of Sine squared waveform |
![]() | AShift | Gets / Sets amplitude shift (up/down) |
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | Frequency | Gets / Sets frequency in of Sine squared waveform in Hz |
![]() | Name |
Name of the Analytic Signal
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
![]() | TEnd |
The simulation time the signal turns off. The default end time matches the simulation end time
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
![]() | TShift | Gets / sets time shify (left/right) |
![]() | TStart |
The simulation time the signal turns on. The default start time matches the simulation start time.
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
![]() | TStep |
The sample rate of the signal. The default step time matches the simulation step time.
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
Name | Description | |
---|---|---|
![]() | AttachTo |
Attaches the signal to the Wave
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
![]() ![]() | Create | Create a Sine Squared Signal |
![]() | Delete |
Delete the Analytic Signal
(Inherited from AnalyticSignalBaseTWrapper, TWave) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | GetAll | Retrieve all SineSquaredSignal objects in the document. |
![]() | 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.
(Overrides APISimObjectBaseTWrapperGetSiblings(Document)) |
![]() | 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) |
from ema3d.Api.V25.Core.Signals import SineSquaredSignal as SineSquaredSignal # Create the signal _sinesq = SineSquaredSignal.Create() _sinesq.DisplayName = "SineSquaredSignal" _sinesq.Amplitude = 90 _sinesq.Frequency = 9e6