RFmxWlanMXOfdmModAccResults.FetchDecodedLSigBitsTrace Method
- Updated2024-07-17
- 1 minute(s) read
RFmxWlanMXOfdmModAccResultsFetchDecodedLSigBitsTrace Method
Fetches the decoded L-SIG bits trace.
Namespace: NationalInstruments.RFmx.WlanMX
Assembly: NationalInstruments.RFmx.WlanMX.Fx40 (in NationalInstruments.RFmx.WlanMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int FetchDecodedLSigBitsTrace( string selectorString, double timeout, ref int[] decodedLSigBits )
Public Function FetchDecodedLSigBitsTrace ( selectorString As String, timeout As Double, ByRef decodedLSigBits As Integer() ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
""
"result::r1"
You can use the BuildResultString(String) method to build the selector string. - timeout
- Type: SystemDouble
Specifies the timeout for fetching the specified measurement. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete. This value is expressed in seconds. - decodedLSigBits
- Type: SystemInt32
Upon return, contains the array of bits in the SIGNAL field of the 802.11a/g waveform or the L-SIG field of the 802.11n/802.11ac/802.11ax/802.11be waveforms.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.