RFmxLteMXComponentCarrier.ConfigureAutoNPuschChannelDetectionEnabled Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierConfigureAutoNPuschChannelDetectionEnabled Method
Configures whether the values of the SetNPuschToneOffset(String, Int32), SetNPuschNumberOfTones(String, Int32), and SetNPuschModulationType(String, RFmxLteMXNPuschModulationType) methods for the NPUSCH channel are auto-detected by the measurement or specified by you.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int ConfigureAutoNPuschChannelDetectionEnabled( string selectorString, RFmxLteMXAutoNPuschChannelDetectionEnabled autoNPuschChannelDetectionEnabled )
Public Function ConfigureAutoNPuschChannelDetectionEnabled ( selectorString As String, autoNPuschChannelDetectionEnabled As RFmxLteMXAutoNPuschChannelDetectionEnabled ) As Integer
Parameters
- selectorString
- Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used. - autoNPuschChannelDetectionEnabled
- Type: NationalInstruments.RFmx.LteMXRFmxLteMXAutoNPuschChannelDetectionEnabled
Specifies whether the values of NPUSCH Tone Offset, NPUSCH Number of Tones, and NPUSCH Mod Type methods are auto-detected by the measurement or specified by you.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.