Polarity
SCPI Command :
TRIGger<*>:PARallel:WIDTh:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) Edge[source]
# TRIGger<*>:PARallel:WIDTh:POLarity value: enums.Edge = driver.trigger.parallel.width.polarity.get(trigger = repcap.Trigger.Default)
Sets the polarity of a pulse. When triggering on a positive pulse, the trigger event occurs on the high to low transition of the pulse if the timing condition is true. When triggering on a negative pulse, the trigger event occurs on the low to high transition of the pulse if the timing condition is true.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
polarity: POSitive | NEGative | EITHer
- set(polarity: Edge, trigger=Trigger.Default) None[source]
# TRIGger<*>:PARallel:WIDTh:POLarity driver.trigger.parallel.width.polarity.set(polarity = enums.Edge.EITHer, trigger = repcap.Trigger.Default)
Sets the polarity of a pulse. When triggering on a positive pulse, the trigger event occurs on the high to low transition of the pulse if the timing condition is true. When triggering on a negative pulse, the trigger event occurs on the low to high transition of the pulse if the timing condition is true.
- Parameters:
polarity – POSitive | NEGative | EITHer
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)