![]() | Source |
The SourceFileSignal type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatchSource | Gets/Sets if time options should match source file. |
![]() | 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(AntennaSource) | Attaches the signal to the Antenna Source |
![]() | AttachTo(PlaneWave) | Attaches the signal to the Wave |
![]() ![]() | Create | Create a new Source file Signal object. |
![]() | Delete | Delete the Source File Signal |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | GetByDisplayName | Get Source file Signals by display name |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V25.Core.Signals import SourceFileSignal as SourceFileSignal # Create the signal _filepath = r"C:/Users/Default User/Source File.dat" _sf = SourceFileSignal.Create(_filepath) _sf.MatchSource = True