SetReferenceDataConstellationIdentifier(string, string)
- Updated2025-10-13
- 1 minute(s) read
Identifies the reference files used for combined signal demodulation. The value of this method must be same as the value of the Reference Data Identifier string specified while creating the reference files. This is applicable only if SetCombinedSignalDemodulationEnabled(string, RFmxWlanMXOfdmModAccCombinedSignalDemodulationEnabled) is set to True.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetReferenceDataConstellationIdentifier(string selectorString, string value)
Remarks
This method sets the value of OfdmModAccReferenceDataConstellationIdentifier attribute. The default value is "" (empty string).
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | string | Identifies the reference files used for combined signal demodulation. The value of this method must be same as the value of the Reference Data Identifier string specified while creating the reference files. This is applicable only if SetCombinedSignalDemodulationEnabled(string, RFmxWlanMXOfdmModAccCombinedSignalDemodulationEnabled) is set to True. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.