Write/Read |
About SA Application |
Description |
Set and read the ON/OFF state of the detector bypass setting. |
VB Syntax |
sa.EnableDetectorBypass = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - OFF - Detector bypass OFF. 1 - ON - Detector bypass ON. |
Return Type |
Boolean |
Default |
0 |
Examples |
sa.EnableDetectorBypass = ON 'Write |
value = sa.EnableDetectorBypass 'Read |
|
C++ Syntax |
HRESULT put_EnableDetectorBypass(VARIANT_BOOL bEnable); HRESULT get_EnableDetectorBypass(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |