marker2_enabled


Description

Enables or disables Marker 2 output.

Syntax

Boolean marker2_enabled

Read

Gets status of marker output.

Example

bool isMarker2Enabled;
isMarker2Enabled = awg.marker2_enabled;

Write

Sets marker output to enabled or disabled.

Example

awg.marker2_enabled = true;

Notes

When marker2_enabled is set to "true", there will be a marker output. When marker2_enabled is set to "false", there will be no marker output.