Write/Read |
About SA Application |
Description |
Set and read the image reject value. |
VB Syntax |
sa.ImageRejectMethod = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Enum as NASAImageRejectMethod) Choose from: 0 - naIRNoneHigh 1 - naIRNoneLow 2 - naIRMin 3 - naIRNormal 4 - naIBetter 5 - naIRMax |
Return Type |
Enum |
Default |
3 - naIRNormal |
Examples |
sa.ImageRejectMethod = naIRNormal 'Write |
value = sa.ImageRejectMethod 'Read |
|
C++ Syntax |
HRESULT put_ImageReject(tagNASAImageRejectMethod algorithm); HRESULT get_ImageReject(tagNASAImageRejectMethod* algorithm); |
Interface |
ISpectrumAnalyzer |