Write/Read |
About SA Application |
Description |
Set and read the ADC dither state. |
VB Syntax |
sa.EnableADCDither = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - ADC dithering is disabled. 1 - ADC dithering is enabled. |
Return Type |
Boolean |
Default |
0 |
Examples |
sa.EnableADCDither = 1 'Write |
value = sa.EnableADCDither 'Read |
|
C++ Syntax |
HRESULT put_EnableADCDither(VARIANT_BOOL bEnable); HRESULT get_EnableADCDither(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |