SetSpanAuto(string, RFmxWlanMXSemSpanAuto)
- Updated2025-04-08
- 1 minute(s) read
Sets whether the frequency range of the spectrum used for SEM measurement is computed automatically by the measurement or is configured by you.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetSpanAuto(string selectorString, RFmxWlanMXSemSpanAuto value)
Remarks
This method sets the value of SemSpanAuto attribute.The default value is True .
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxWlanMXSemSpanAuto | Specifies whether the frequency range of the spectrum used for SEM measurement is computed automatically by the measurement or is configured by you. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.