marker3_polarity


Description

Sets Marker 3 output to either active low or active high.

Syntax

Boolean marker3_polarity

Read

Gets status of marker polarity.

Example

bool marker3Polarity;
marker3Polarity = awg.marker3_polarity;

Write

Sets the marker polarity to either active high or active low.

Example

awg.marker3_polarity = 1;

Notes

When marker3_polarity is set to "true", the marker polarity will be active high. When marker3_polarity is set to "false", the marker polarity is active low.