Sets whether the offset segment is present on one side or on both sides of the carrier.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int SetOffsetSideband(string selectorString, RFmxWlanMXSemOffsetSideband value)

Remarks

This method sets the value of SemOffsetSideband attribute.The default value is Both .

Parameters

NameTypeDescription
selectorStringstring

Specifies the offset number and segment number.
Example:
"segment0" or
"segment0/offset0".
You can use the BuildOffsetString(string, int) method to build the selector string.

valueRFmxWlanMXSemOffsetSideband

Specifies whether the offset segment is present on one side or on both sides of the carrier.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.