Write/Read |
About SA Application |
Description |
Enables/disables exporting data to shared memory, which is the fastest way to transfer data between applications. |
VB Syntax |
sa.dft.MemShareEnabled = value |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
value |
(Boolean) Choose from: 0 - OFF - Disable memory sharing. 1 - ON - Enable memory sharing. |
Return Type |
Boolean |
Default |
OFF |
Examples |
sa.dft.MemShareEnabled = ON 'Write |
value = sa.dft.MemShareEnabled 'Read |
|
C++ Syntax |
HRESULT get_MemShareEnabled(VARIANT_BOOL* enable) |
Interface |
ISpectrumAnalyzerDFT |