GetAutoNPuschChannelDetectionEnabled(string, out RFmxLteMXAutoNPuschChannelDetectionEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets whether the values of the SetNPuschToneOffset(string, int), NPUSCH Number of Tones, and SetNPuschModulationType(string, RFmxLteMXNPuschModulationType) properties are auto-detected by the measurement or specified by you.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int GetAutoNPuschChannelDetectionEnabled(string selectorString, out RFmxLteMXAutoNPuschChannelDetectionEnabled value)
Remarks
This method gets the value of AutoNPuschChannelDetectionEnabled attribute. The default value is True.
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 RFmxLteMXAutoNPuschChannelDetectionEnabled | Upon return, contains whether the values of the SetNPuschToneOffset(string, int), NPUSCH Number of Tones, and SetNPuschModulationType(string, RFmxLteMXNPuschModulationType) properties are auto-detected by the measurement or specified by you. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.