Write/Read
About Source Power

SweepTimeOption Property


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)
HRESULT put_SweepTimeOption(VARIANT_BOOL newVal)

Interface

ISegments3


Last modified:

9/29/06

MQQ New command