 | SourceFileSignalTStart Property |
The simulation time the signal turns on. The default start time matches the simulation start time.
Namespace: ema3d.Api.V25.Core.SignalsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic DomainDependentDouble TStart { get; set; }
Public Property TStart As DomainDependentDouble
Get
Set
public:
virtual property DomainDependentDouble^ TStart {
DomainDependentDouble^ get () sealed;
void set (DomainDependentDouble^ value) sealed;
}
abstract TStart : DomainDependentDouble with get, set
override TStart : DomainDependentDouble with get, set
Property Value
DomainDependentDoubleImplements
IHasTimeTStart
See Also