marker_start
Description
Specifies when the marker will be first asserted
Syntax
UInt32 marker_start
Read
Gets start of active marker.
Example
int markerStart;
markerStart = dsm.marker_start;
Write
Sets start of active marker.
Example
dsm.marker_start = 0x10;
Notes
This property is specified in memory data points so if it was set to "16" then the marker will be active at the 16th data point in the waveform. To set how many points you want the marker to be active, you must change the marker_width property.