Determines the type of drawing performed for the embedded Oscilloscope visual feedback.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
OSCILL_TYPE_LINES (default)
|
0
|
The oscilloscope line is rendered through contiguous lines
|
OSCILL_TYPE_DOTS
|
1
|
The oscilloscope line is rendered through dots
|
|