Polarity

SCPI Command :

TRIGger:EVENt<*>:WIDTh:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) PulseSlope[source]
# TRIGger:EVENt<*>:WIDTh:POLarity
value: enums.PulseSlope = driver.trigger.event.width.polarity.get(evnt = repcap.Evnt.Default)

Sets the polarity of a pulse, which is the direction of the first pulse slope.

Parameters:

evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)

Returns:

polarity: POSitive | NEGative | EITHer

set(polarity: PulseSlope, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:WIDTh:POLarity
driver.trigger.event.width.polarity.set(polarity = enums.PulseSlope.EITHer, evnt = repcap.Evnt.Default)

Sets the polarity of a pulse, which is the direction of the first pulse slope.

Parameters:
  • polarity – POSitive | NEGative | EITHer

  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)