Write/Read |
About Fast Sweep |
Description |
Sets and returns the sweep speed mode: FastSweep or Normal. |
VB Syntax |
chan.SweepSpeedMode = value |
Variable |
(Type) - Description |
chan |
A Channel (object) |
value |
(enum as NASweepSpeedMode) - Choose from: 0 - naSweepSpeedModeNormal - Standard VNA sweep mode 1 - naSweepSpeedModeFast - Fast sweep mode |
Return Type |
Enum |
Default |
0 - naSweepSpeedModeNormal |
Examples |
chan.SweepSpeedMode = naSweepSpeedModeNormal 'Write |
swpSpeed = chan.SweepSpeedMode 'Read |
|
C++ Syntax |
HRESULT get_SweepSpeedMode(tagNASweepSpeedModes* pVal) |
Interface |
IChannel14 |