Sets the lowest 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 SetSegmentStartFrequency(string selectorString, double value)

Remarks

This method sets the value of SegmentStartFrequency attribute.The default value is 1G.

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 lowest 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.