Polarity
SCPI Command :
TRIGger:EVENt<*>:RUNT:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) PulseSlope[source]
# TRIGger:EVENt<*>:RUNT:POLarity value: enums.PulseSlope = driver.trigger.event.runt.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<*>:RUNT:POLarity driver.trigger.event.runt.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’)