Write/Read |
About IM Spectrum |
Description |
Sets and returns the Span of receiver frequencies for the IM Spectrum measurement. Valid ONLY when Tracking is NOT enabled and when Sweep Type = Linear. Otherwise, this setting is ignored. |
VB Syntax |
ims.SpectrumSpanFrequency = value |
Variable |
(Type) - Description |
ims |
An IMSpectrum Object |
value |
(Double) Frequency span in Hz. Choose a frequency within the range of the VNA. |
Return Type |
Double |
Default |
100 MHz |
Examples |
ims.SpectrumSpanFrequency = 10e9 'Write |
value = ims.SpectrumSpanFrequency 'Read |
|
C++ Syntax |
HRESULT get_SpectrumSpanFrequency(double *pVal) |
Interface |
IIMSpectrum |