Output

SCPI Command :

[SOURce<HW>]:SWEep:MARKer:OUTPut:POLarity
class OutputCls[source]

Output commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_polarity() NormalInverted[source]
# SCPI: [SOURce<HW>]:SWEep:MARKer:OUTPut:POLarity
value: enums.NormalInverted = driver.source.sweep.marker.output.get_polarity()

Selects the polarity of the marker signal.

return:

polarity: NORMal| INVerted NORMal Marker level is high when after reaching the mark. INVerted Marker level is low after reaching the mark.

set_polarity(polarity: NormalInverted) None[source]
# SCPI: [SOURce<HW>]:SWEep:MARKer:OUTPut:POLarity
driver.source.sweep.marker.output.set_polarity(polarity = enums.NormalInverted.INVerted)

Selects the polarity of the marker signal.

param polarity:

NORMal| INVerted NORMal Marker level is high when after reaching the mark. INVerted Marker level is low after reaching the mark.