marker_width


Description

Specifies the how long the marker will be asserted.

Syntax

UInt32 marker_width

Read

Gets current marker width

Example

int markerWidth;
markerWidth = dsm.marker_width;

Write

Sets new marker width.

Example

dsm.marker_width = 0x10;

Notes

This property is specified in memory data points so if you set it to "16" then the marker will be active for 16 data points.