Write/Read |
About SA Application |
Description |
Set and read enable force ADC record size mode. |
VB Syntax |
sa.EnableForceADCRecordSize = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - OFF - ADC record size set automatically. 1 - ON - Manually set ADC record to specified size using ForceADCRecordSize. |
Return Type |
Boolean |
Default |
0 |
Examples |
sa.EnableForceADCRecordSize = AUTO 'Write |
value = sa.EnableForceADCRecordSize 'Read |
|
C++ Syntax |
HRESULT put_EnableForceADCRecordSize(VARIANT_BOOL bEnable); HRESULT get_EnableForceADCRecordSize(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |