Write/Read |
About SA Application |
Description |
Set and read enable force LO to frequency mode. |
VB Syntax |
sa.EnableForceLOToFrequency = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - OFF - Force LO to frequency is disabled. 1 - ON - Force LO to frequency is set manually using ForceLOToFrequency. |
Return Type |
Boolean |
Default |
0 |
Examples |
sa.EnableForceLOToFrequency = AUTO 'Write |
value = sa.EnableForceLOToFrequency 'Read |
|
C++ Syntax |
HRESULT put_EnableForceLOToFrequency(VARIANT_BOOL bEnable); HRESULT get_EnableForceLOToFrequency(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |