marker2_width


Description

Sets the duration in which the Marker 2 is active.

Syntax

UInt32 marker2_width

Read

Gets current width of marker.

Example

int marker2Width;
marker2Width = awg.marker2_width;

Write

Sets a new marker width.

Example

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