Write/Read |
About SA Application |
Description |
Sets and returns the threshold value (dBm). For text file output with verbose mode, only the frequencies with power greater than this threshold setting will be written to the file. This command can be used as a kind of simple spurious search. |
VB Syntax |
sa.dft.DataLevelThreshold = value |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
Return Type |
Double |
Default |
-60 dBm |
Examples |
sa.dft.DataLevelThreshold = -5 dBm 'Write |
value = sa.dft.DataLevelThreshold 'Read |
|
C++ Syntax |
HRESULT put_DataLevelThreshold(double threshold); HRESULT get_DataLevelThreshold(double* threshold); |
Interface |
ISpectrumAnalyzerDFT2 |