Write/Read |
About Source Power |
Description |
Enables the Sweep time or Dwell time to be set on individual sweep segments. This property must be set True before the sweep or dwell time commands are sent. Otherwise, those commands will be ignored. |
VB Syntax |
segs.SweepTimeOption = state |
Variable |
(Type) - Description |
segs |
A Segments collection (object) |
state |
(boolean) True - Enables Sweep or Dwell time to be set independently. False - Disables Sweep or Dwell time from being set independently. |
Return Type |
Boolean |
Default |
False |
Examples |
segs.SweepTimeOption = True 'Write |
timeOption = SweepTimeOption 'Read |
|
C++ Syntax |
HRESULT get_SweepTimeOption(VARIANT_BOOL *pVal) |
Interface |
ISegments3 |