GetSpaceTimeStreamOffset(string, out int)
- Updated2025-04-08
- 1 minute(s) read
Gets the space time stream offset. This method is applicable only to 802.11ax and 802.11be signals.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetSpaceTimeStreamOffset(string selectorString, out int value)
Remarks
This method gets the value of OfdmModAccResultsSpaceTimeStreamOffset 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 space time stream offset. This method is applicable only to 802.11ax and 802.11be signals. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.