marker3_width


Description

Sets the duration in which the Marker 3 is active.

Syntax

UInt32 marker3_width

Read

Gets current width of marker.

Example

int marker3Width;
marker3Width = awg.marker3_width;

Write

Sets a new marker width.

Example

awg.marker3_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"