Write/Read |
About Time Domain |
Description |
Sets or returns the Stop time of either Gating or Time Domain transform windows |
VB Syntax |
object.Stop = value |
Variable |
(Type) - Description |
object |
(object) As Gating |
value |
(double) - Start time in seconds. Choose any number between: |
Return Type |
Double |
Default |
10 ns |
Examples |
Trans.Stop = 4.5e-9 'sets the stop time of a transform window -Write |
stp = Trans.Stop 'Read |
|
C++ Syntax |
HRESULT get_Stop(double *pVal) |
Interface |
ITransform |