Sets 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 SetOfdmScramblerSeed(string selectorString, int value)

Remarks

This method sets the value of OfdmScramblerSeed attribute. The default value is 93.

Parameters

NameTypeDescription
selectorStringstring

Specifies the user number.
Example: "user0".
You can use the BuildUserString(string, int) method to build the selector string.

valueint

Specifies 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.