GetMaskType(string, out RFmxWlanMXSemMaskType)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 GetMaskType(string selectorString, out RFmxWlanMXSemMaskType value)
Remarks
This method gets 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 | out RFmxWlanMXSemMaskType | Upon return, contains 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.