Remarks
Shows/hides the given line.
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.VerticalLineShow (
short nUniqueId,
short bShow
);
|
|
Parameter
|
Description
|
|
|
nUniqueId
|
Unique identification number assigned to the line
|
bShow
|
Boolean value that specifies if the line must be shown or hidden.
Supported values are the following:
Value
|
Meaning
|
BOOL_FALSE
|
Hides the line
|
BOOL_TRUE
|
Shows the line
|
|
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
|
|