Gets 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 GetSegmentStartFrequency(string selectorString, out double value)

Remarks

This method gets 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.

valueout double

Upon return, contains 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.