Read-only |
About SA Application |
Description |
Read the current multitone settings and determine if they are valid or not. |
VB Syntax |
value = sa.coherence.MultitoneSettingsValid |
Variable |
(Type) - Description |
sa.coherence |
A SpectrumAnalyzerCoherence (object) |
value |
(Long) Variable to store the returned value. A "1" is valid and a "0" is invalid. |
Return Type |
Boolean |
Example |
value = sa.coherence.MultitoneSettingsValid 'Read |
C++ Syntax |
HRESULT get_MultitoneSettingsValid(VARIANT_BOOL* value); |
Interface |
ICoherenceSA2 |