marker1_start
Description
Specifies the starting position of Marker 1.
Syntax
UInt32 marker1_start;
Read
Gets current starting position of marker;
Example
int marker1Start;
marker1Start = awg.marker1_start;
Write
Sets new starting position of the marker.
Example
awg.marker1_start = 0x8;
Notes
The marker start position is relative to the beginning of the waveform and is specified in data points. Therefore, to start the marker at the beginning of the waveform, you would set this property to "0". To start the marker 16 data points from the beginning of the waveform, you would set this property to "16" or "0x10".