Write/Read
About Mixer/Converter Settings

SegmentPoints Property


Description

Sets and returns the number of data points to be measured in the sweep segment.

Send Apply before sending a query (read). Learn more.

 VB Syntax

conv.SegmentPoints(index) = value

Variable

(Type) - Description

conv

A Converter Object

index

(Long integer) Segment for which points is to be set. Choose a segment between 1 and the current segment count. Use SegmentCount Property to read the current count in the Applied Mixer.

value

(Long integer) - Choose a value between 1 and the maximum number of data points allowed in the PNA. This is also the total number of points allowed for ALL segments.

Return Type

Long integer

Default

21

Examples

mxr.SegmentPoints(1)=3 'Sets 3 points for segment 1.

See example program

C++ Syntax

HRESULT get_SegmentPoints(long index, long * val);

HRESULT put_SegmentPoints(long index, long val);

Interface

IConverter5


Last Modified:

26-Oct-2010

New command (A.09.33)