Agilent N4010A WLAN Test Suite

Instrument.FramesUsed Property

Sets how many OFDM Frames (IEEE802.11a or g) or Packets (IEEE802.11b) should be analyzed to generate the result.

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

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

Property Value

Unit none
Default 1
Resolution 1
Minimum 1
Maximum 20

Remarks

Cannot be set while a measurement is running, a calibration or self test is in progress, or the source is running.

Changing this value invalidates the Measurement Cache.

This setting affects the following measurements:

Exceptions

Exception TypeCondition
FramesUsedOutOfRangeException The value you gave for FramesUsed is outside the valid range, defined above.
MeasurementRunningException A measurement is currently running. You can find out if a measurement is running by reading the MeasurementRunning property.
CalibrationRunningException A calibration is currently running. You can find out if a calibration is running by reading the CalibrationRunning property.
SelfTestRunningException A self test is currently running. You can find out if a self test is running by reading the SelfTestRunning property.
AutorangeRunningException An autorange is currently running. You can find out if an autorange is running by reading the AutorangeRunning property.
SourceActiveException The source is currently running or a sequence file is selected. You can find out if the source is currently running by reading the SourceActive property.

See Also

Instrument Class | Agilent.N4010.WLanTest Namespace