marker3_enabled
Description
Enables or disables Marker 3 output.
Syntax
Boolean marker3_enabled
Read
Gets status of marker output.
Example
bool isMarker3Enabled;
isMarker3Enabled = awg.marker3_enabled;
Write
Sets marker output to enabled or disabled.
Example
awg.marker3_enabled = true;
Notes
When marker3_enabled is set to "true", there will be a marker output. When marker3_enabled is set to "false", there will be no marker output.