marker_width
Description
Sets the duration in which the marker is active.
Syntax
UInt32 marker_width
Read
Gets current width of marker.
Example
int markerWidth;
markerWidth = dsm.marker_width;
Write
Sets a new marker width.
Example
dsm.marker_width = 0x100;
Notes
The marker width is specified in data points.