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