GetSrsbHop(string, out int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the carrier number and subblock number. |
value | out 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.