marker2_polarity
Description
Sets Marker 2 output to either active low or active high.
Syntax
Boolean marker2_polarity
Read
Gets status of marker polarity.
Example
bool marker2Polarity;
marker2Polarity = awg.marker2_polarity;
Write
Sets the marker polarity to either active high or active low.
Example
awg.marker2_polarity = 1;
Notes
When marker2_polarity is set to "true", the marker polarity will be active high. When marker2_polarity is set to "false", the marker polarity is active low.