Gets the start frequency of the carrier/subblock. This value is expressed in Hz. The occupied bandwidth is calculated using the following equation:Stop frequency - Start frequency = Occupied bandwidthUse "subblock(n)" as the selector string to read this result.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetStartFrequency(string selectorString, out double value)

Remarks

This method gets the value of ObwResultsStartFrequency attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and Subblock number. Example: "Subblock0", "result::r1/Subblock0". You can use the BuildSubblockString(string, int) method to build the selector string.

valueout double

Upon return, contains the start frequency of the carrier/subblock. This value is expressed in Hz. The occupied bandwidth is calculated using the following equation:Stop frequency - Start frequency = Occupied bandwidthUse "subblock(n)" as the selector string to read this result.

Returns

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