Write/Read |
About SA Application |
Description |
Set and read the minimum value for narrow DFT bandwidth. The minimum narrow DFT bandwidth setting is 500 kHz. The AutoBandwidth must be set to OFF to set this value manually. |
VB Syntax |
sa.dft.BandwidthNarrowMin = value |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
Return Type |
Double |
Examples |
sa.dft.BandwidthNarrowMin = 5e5 'Write |
value = sa.dft.BandwidthNarrowMin 'Read |
|
C++ Syntax |
HRESULT put_BandwidthNarrowMin(double minbw); HRESULT get_BandwidthNarrowMin(double* minbw); |
Interface |
ISpectrumAnalyzerDFT |