marker1_width
Description
Sets the duration in which the Marker 1 is active.
Syntax
UInt32 marker1_width
Read
Gets current width of marker.
Example
int marker1Width;
marker1Width = awg.marker1_width;
Write
Sets a new marker width.
Example
awg.marker1_width = 0x100;
Notes
The marker width is specified in data points so if you want a marker that is 16 data points long then you would set this property to "16" or "0x10"