Write/Read |
About SA Application |
Description |
Set and read the maximum value for narrow DFT bandwidth. The maximum narrow DFT bandwidth setting is 11 MHz. The AutoBandwidth must be set to OFF to set this value manually. |
VB Syntax |
sa.dft.BandwidthNarrowMax = value |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
Return Type |
Double |
Examples |
sa.dft.BandwidthNarrowMax = 11e6 'Write |
value = sa.dft.BandwidthNarrowMax 'Read |
|
C++ Syntax |
HRESULT put_BandwidthNarrowMax(double maxbw); HRESULT get_BandwidthNarrowMax(double* maxbw); |
Interface |
ISpectrumAnalyzerDFT |