Remarks
Enables/disable automatic vertical zoom on waveforms with low volume level.
For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.
For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.
Syntax
[C++]
short control.WaveformAnalyzer.AutoZoomEnable (
short bEnable
);
|
|
Parameter
|
Description
|
|
|
bEnable
|
Boolean value that specifies if auto-zoom is enabled or disabled.
Supported values are the following:
Value
|
Meaning
|
BOOL_FALSE (default)
|
Auto-zoom is disabled
|
BOOL_TRUE
|
Auto-zoom is enabled
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to get the error code
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|
|