Write/Read |
About SA Application |
Description |
Set and read the ADC sample frequency setting. The entered frequency is rounded to the closest value supported by the VNA (25 MHz or 100 MHz). |
VB Syntax |
sa.ADCSampleRate = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Double) Choose from 100 MHz or 25 MHz. |
Return Type |
Double |
Default |
100 MHz |
Examples |
sa.ADCSampleRate = 100MHz 'Write |
value = sa.ADCSampleRate 'Read |
|
C++ Syntax |
HRESULT put_ADCSampleRate(double rate); HRESULT get_ADCSampleRate(double* rate); |
Interface |
ISpectrumAnalyzer |