Write/Read |
About Swept IMD |
Description |
Sets and returns the center frequency of the main tones. Use with IMD sweep types:
|
VB Syntax |
object.FrequencyCenter = value |
Variable |
(Type) - Description |
object |
A SweptIMD or IMSpectrum Object |
value |
(Double) Tone center frequency in Hz. Both the F1 and F2 tones MUST be within the frequency range of the VNA. |
Return Type |
Double |
Default |
1.0 GHz |
Examples |
imd.FrequencyCenter = 2e9 'Write |
value = imd.FrequencyCenter 'Read |
|
C++ Syntax |
HRESULT get_FrequencyCenter(double *pVal) |
Interface |
ISweptIMD IIMSpectrum |