Write/Read |
About ExternalDevices |
Description |
Sets and returns the amount of time the VNA should wait after for an external source to settle before making a measurement at each data point. |
VB Syntax |
extSource.DwellPerPoint = value |
Variable |
(Type) - Description |
chan |
An ExternalSource (object) |
value |
(Double) Dwell time in milliseconds. |
Return Type |
Double |
Default |
3 |
Examples |
extSource.DwellPerPoint = 10 'Write |
dpp = extSource.DwellPerPoint 'Read |
|
C++ Syntax |
HRESULT get_DwellPerPoint (tagNAExtDevDwellPerPoint *pValue) |
Interface |
IExternalSource |