marker_start


Description

Specifies the starting position of the marker.

Syntax

UInt32 marker_start;

Read

Gets current starting position of marker;

Example

int markerStart;
markerStart = dsm.marker_start;

Write

Sets new starting position of the marker.

Example

dsm.marker_start = 0x8;

Notes

The marker start position is relative to the beginning of the waveform and is specified by data points. Therefore, to start the marker at the beginning of the waveform, you would set this property to "0". If you wanted to start the marker 16 datapoints from the beginning of the waveform, then you would set this property to "0x10".