Gets the detected initial state of the scrambler, which is used to scramble the data bits in the device under test (DUT). RFmx uses the same seed to descramble the received bit-sequence.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetScramblerSeed(string selectorString, out int value)

Remarks

This method gets the value of OfdmModAccResultsScramblerSeed attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and User number. Example: "User0", "result::r1/User0". You can use the BuildUserString(string, int) method to build the selector string.

valueout int

Upon return, contains the detected initial state of the scrambler, which is used to scramble the data bits in the device under test (DUT). RFmx uses the same seed to descramble the received bit-sequence.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.