GetScramblerSeed(string, out int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | 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. |
value | out 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.