Sets 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 SetNumberOfOffsets(string selectorString, int value)

Remarks

This method sets the value of SemNumberOfOffsets attribute.The default value is 1.

Parameters

NameTypeDescription
selectorStringstring

Specifies the segment number.
Example: "segment0".
You can use the BuildSegmentString(string, int) method to build the selector string.

valueint

Specifies 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.