GetOffsetFrequencyMode(string, out RFmxGsmMXOrfsOffsetFrequencyMode)
- Updated2025-10-13
- 1 minute(s) read
Gets the list of frequency offsets for which you can perform the output radio frequency spectrum (ORFS) measurements.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public int GetOffsetFrequencyMode(string selectorString, out RFmxGsmMXOrfsOffsetFrequencyMode value)
Remarks
This method gets the value of OrfsOffsetFrequencyMode attribute.The default value is Standard.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxGsmMXOrfsOffsetFrequencyMode | Upon return, contains the list of frequency offsets for which you can perform the output radio frequency spectrum (ORFS) measurements. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.