Configures the sweep time.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureSweepTime(string selectorString, RFmxWlanMXSemSweepTimeAuto sweepTimeAuto, double sweepTimeInterval)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

sweepTimeAutoRFmxWlanMXSemSweepTimeAuto

Specifies whether the sweep time for the SEM measurement is computed automatically by the measurement or is configured by you.

sweepTimeIntervaldouble

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.