GetNumberOfOffsets(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the number of offset segments for the SEM measurement when you set the SetMaskType(string, RFmxWlanMXSemMaskType) method to Custom .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetNumberOfOffsets(string selectorString, out int value)
Remarks
This method gets the value of SemNumberOfOffsets attribute.The default value is 1.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the segment number. |
| value | out int | Upon return, contains the number of offset segments for the SEM measurement when you set the SetMaskType(string, RFmxWlanMXSemMaskType) method to Custom . |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.