Write/Read |
About SA Application |
Description |
Sets and returns the data display mode. |
VB Syntax |
sa.coherence.MultiToneDataDisplay = value |
Variable |
(Type) - Description |
sa.coherence |
A SpectrumAnalyzerCoherence (object) |
value |
(enum NASACoherentDataDisplay) - Choose from: 0 naSAShowAll: Legacy SA mode - all frequency points are displayed. 1 naSAZeroNonTones: All the frequencies that are not on the multi-tone coherence grid are set to 200 dBm before being displayed. |
Return Type |
Enum as NASACoherentDataDisplay |
Default |
naSAShowAll |
Examples |
sa.coherence.MultiToneDataDisplay = naSAShowAll 'Write |
DisplayMode = sa.coherence.MultiToneDataDisplay 'Read |
|
C++ Syntax |
HRESULT get_MultiToneDataDisplay(tagNASACoherentDataDisplay*
value) |
Interface |
ICoherenceSA |