Gets the SRS hopping bandwidth bhop. Frequency hopping for SRS signal is enabled when the value of SRS b_hop method is less than the value of SetSrsBSrs(string, int) method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int GetSrsbHop(string selectorString, out int value)

Remarks

This method gets the value of SrsbHop attribute. The default value is 3. Valid values are from 0 to 3, inclusive.

Parameters

NameTypeDescription
selectorStringstring

Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueout int

Upon return, contains the SRS hopping bandwidth bhop. Frequency hopping for SRS signal is enabled when the value of SRS b_hop method is less than the value of SetSrsBSrs(string, int) method.

Returns

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