Write/Read |
About Time Domain |
Description |
Sets or returns the Impulse Width of Time Domain transform windows |
VB Syntax |
trans.ImpulseWidth = value |
Variable |
(Type) - Description |
trans |
A Transform (object) |
value |
(double) - Impulse Width in seconds. Range of settings depends on the frequency range of your analyzer. |
Return Type |
Double |
Default |
.98 / Default Span |
Examples |
trans.ImpulseWidth = 200e-12 'sets the Impulse width of a transform window -Write |
IW = trans.ImpulseWidth 'Read |
|
C++ Syntax |
HRESULT get_ImpulseWidth(double *pVal) |
Interface |
ITransform |