marker_polarity
Description
Sets the marker to either active high or active low.
Syntax
Boolean marker_polarity
Read
Gets status of marker polarity.
Example
bool markerPolarity;
markerPolarity = dsm.marker_polarity;
Write
Sets marker polarity.
Example
dsm.marker_polarity = "true";
Notes
If this property is set to "1", then the marker will be active high. If set to "0", then the marker will be active low. Marker assertion can be set by the marker_start and marker_width properties.