ConfigureSweepTime(string, RFmxWlanMXSemSweepTimeAuto, double)
- Updated2025-04-08
- 1 minute(s) read
Configures the sweep time.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int ConfigureSweepTime(string selectorString, RFmxWlanMXSemSweepTimeAuto sweepTimeAuto, double sweepTimeInterval)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
sweepTimeAuto | RFmxWlanMXSemSweepTimeAuto | Specifies whether the sweep time for the SEM measurement is computed automatically by the measurement or is configured by you. |
sweepTimeInterval | double | Specifies the sweep time for the SEM measurement. This value is expressed in seconds. This parameter is ignored when you set the sweepTimeAuto parameter to False. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.