Write/Read |
About SA Application |
Description |
Enables/disables text file (*.txt) output. |
VB Syntax |
sa.dft.TextFileEnabled = value |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
value |
(Boolean) Choose from: 0 - OFF - Disable text file output. 1 - ON - Enable text file output. |
Return Type |
Boolean |
Default |
OFF |
Examples |
sa.dft.TextFileEnabled = ON 'Write |
value = sa.dft.TextFileEnabled 'Read |
|
C++ Syntax |
HRESULT get_TextFileEnabled(VARIANT_BOOL* enable) |
Interface |
ISpectrumAnalyzerDFT |