Sets the number of frequency points of the segment at which the measurement needs to be performed.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int SetSegmentNumberOfFrequencyPoints(string selectorString, int value)

Remarks

This method sets the value of SegmentNumberOfFrequencyPoints attribute.The default value is 21.

Parameters

NameTypeDescription
selectorStringstring

Specifies the segment number.
Example:
"" or
"segment0".
You can use the BuildSegmentString(string, int) method to build the selector string.

valueint

Specifies the number of frequency points of the segment at which the measurement needs to be performed.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.