Write/Read |
About Time Domain |
Description |
Sets or returns the Span time of either Gating or Time Domain transform windows |
VB Syntax |
object.Span = value |
Variable |
(Type) - Description |
object |
(object) As Gating |
value |
(double) - Span time in seconds. Choose any number between: 2*[(number of points-1) / frequency span] and 0 |
Return Type |
Double |
Default |
20ns |
Examples |
Trans.Span = 4.5e-9 'sets the time span of a transform window -Write |
span = Trans.Span 'Read |
|
C++ Syntax |
HRESULT get_Span(double *pVal) |
Interface |
ITransform |