Polarity
SCPI Command :
TRIGger<*>:OUT:POLarity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) SlopeType[source]
# TRIGger<*>:OUT:POLarity value: enums.SlopeType = driver.trigger.out.polarity.get(trigger = repcap.Trigger.Default)
Sets the polarity of the trigger out pulse.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
polarity: POSitive | NEGative
- set(polarity: SlopeType, trigger=Trigger.Default) None[source]
# TRIGger<*>:OUT:POLarity driver.trigger.out.polarity.set(polarity = enums.SlopeType.NEGative, trigger = repcap.Trigger.Default)
Sets the polarity of the trigger out pulse.
- Parameters:
polarity – POSitive | NEGative
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)