Gets or sets the frequency offset in hertz of this carrier mapping, relative to the
Center value of
Agilent.SA.Vsa.Measurement.Frequency.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property FrequencyOffset As Double |
| C# | |
|---|
public abstract double FrequencyOffset {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double FrequencyOffset {
double get();
void set ( double value);
} |
Property Value
The default value is 0 Hz.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also