marker_polarity


Description

Sets marker output to either active low or active high.

Syntax

Boolean marker_polarity

Read

Gets status of marker polarity.

Example

bool markerPolarity;
markerPolarity = dsm.marker_polarity;

Write

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

Example

dsm.marker_polarity = 1;

Notes

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