Agilent N4010A WLAN Test Suite

Instrument.Frequency Property

Measurement frequency and base frequency for source.

[Visual C++ 6.0 / COM]
double GetFrequency();

void PutFrequency( double value );
[Visual Basic 6.0]
Frequency [ = value ]
[Visual Basic]
Public Property Frequency As Double
[C#]
public double Frequency {get; set;}

Property Value

Unit Hz
Default 2 412 000 000 (2.412GHz)
Resolution 1 000 000 (1MHz)
2GHz band
Minimum
2 410 000 000 (2.410GHz)
Maximum 2 484 000 000 (2.484GHz)
5GHz band
Minimum
4 833 000 000 (4.833GHz)
Maximum 5 825 000 000 (5.825GHz)

Remarks

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

Exceptions

Exception Type Condition
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.
NotLicensedException The instrument is not licensed to perform the operation you have requested.
FrequencyOutOfRangeException Invalid frequency value.

See Also

Instrument Class | Agilent.N4010.WLanTest Namespace