marker_enabled


Description

Specifies marker signal status.

Syntax

Boolean marker_enabled

Read

Gets markers status.

Example

bool markerStatus;
markerStatus = dsm.marker_enabled;

Write

Sets new markers status.

Example

dsm.marker_enabled = true;

Notes

If you turn on markers, be sure to set the other marker properties (marker_polarity, marker_start and marker_width).