SetMaskType(string, RFmxWlanMXSemMaskType)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the mask used for the SEM measurement is defined either as per the standard or as specified by you.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetMaskType(string selectorString, RFmxWlanMXSemMaskType value)
Remarks
This method sets the value of SemMaskType attribute.The default value is Standard .
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxWlanMXSemMaskType | Specifies whether the mask used for the SEM measurement is defined either as per the standard or as specified by you. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.