RFmxGsmMXOrfsConfiguration.ConfigureEvaluationSymbols Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Configures the evaluation symbols. The GSM standard specifies that 50% to 90% portion of the burst, excluding the midamble, be measured. However, RFmxGSM allows you to specify which portion of the burst to measure for ORFS due to Modulation. RFmx considers the measurement over evaluation symbols for a single burst as one average.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureEvaluationSymbols( string selectorString, double evaluationSymbolsStart, RFmxGsmMXOrfsEvaluationSymbolsIncludeTsc evaluationSymbolsIncludeTsc, double evaluationSymbolsStop )
Public Function ConfigureEvaluationSymbols ( selectorString As String, evaluationSymbolsStart As Double, evaluationSymbolsIncludeTsc As RFmxGsmMXOrfsEvaluationSymbolsIncludeTsc, evaluationSymbolsStop As Double ) As Integer
Parameters
- selectorString String
- Pass an empty string. The signal name that is passed when creating the signal configuration is used.
- evaluationSymbolsStart Double
- Specifies the start position of the burst over which you perform the ORFS measurement. This value is expressed as a percentage.
- evaluationSymbolsIncludeTsc RFmxGsmMXOrfsEvaluationSymbolsIncludeTsc
- Specifies whether to include the TSC portion of burst in the ORFS measurement.
- evaluationSymbolsStop Double
- Specifies the stop position of the burst over which you perform the ORFS measurement. This value is expressed as a percentage.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.