GetOfdmScramblerSeed(string, out int)
- Updated2025-04-08
- 1 minute(s) read
Gets the scrambler seed for combined signal demodulation. This is applicable only if SetCombinedSignalDemodulationEnabled(string, RFmxWlanMXOfdmModAccCombinedSignalDemodulationEnabled) is set to True.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetOfdmScramblerSeed(string selectorString, out int value)
Remarks
This method gets the value of OfdmScramblerSeed attribute.The default value is 93.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the user number. |
value | out int | Upon return, contains the scrambler seed for combined signal demodulation. 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.