Agilent N4010A WLAN Test Suite

MeasurementMultiStepPower.NumSteps Property

Setting

Number of steps in the waveform

[Visual C++ 6.0 / COM]
long GetMultiStepPower_NumSteps();

void PutMultiStepPower_NumSteps( long value );
[Visual Basic 6.0]
MultiStepPower_NumSteps [ = value ]
[Visual Basic]
Public Property NumSteps As Integer
[C#]
public int NumSteps {get; set;}

Property Value

Unit s
Minimum 1
Maximum 20

Remarks

This setting defines the Number of steps in the waveform. This value also defines the number of measurement results that will be available.

Note that the product of the number of steps in the waveform and the MeasurementInterval must be less than or equal to 5.19218ms. If this is not the case then an InconsistentMultiStepPowerSettingsException is thrown when the measurement is initiated.

See Also

MeasurementMultiStepPower Class | Agilent.N4010.WLanTest.Measurements Namespace