Sets the highest frequency of the segment at which the measurement needs to be performed. This value is expressed in Hz.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int SetSegmentStopFrequency(string selectorString, double value)

Remarks

This method sets the value of SegmentStopFrequency attribute.The default value is 2G.

Parameters

NameTypeDescription
selectorStringstring

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

valuedouble

Specifies the highest frequency of the segment at which the measurement needs to be performed. This value is expressed in Hz.

Returns

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