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