Write/Read |
About Sweep Time |
Description |
Sets the Sweep time of the analyzer. If sweep time accuracy is critical, use ONLY the values that are attained using the up and down arrows next to the sweep time entry box. See Sweep Time. |
VB Syntax |
object.SweepTime = value |
Variable |
(Type) - Description |
object |
Channel (object) or Segment (object) first set SweepTimeOption to true. or CalSet (object) - Read-only property |
value |
(double) - Sweep time in seconds. The maximum sweep time of the VNA is 86400 seconds (1 day). To set the fastest sweep speed possible, set this value to 0. |
Return Type |
Double |
Default |
0 |
Examples |
chan.SweepTime = 3e-3 'Write |
swptme = chan.SweepTime 'Read |
|
C++ Syntax |
HRESULT get_SweepTime(double *pVal) |
Interface |
IChannel CalSet3 ISegment2 |