Polarity

SCPI Command :

TRIGger<*>:TV:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) SlopeType[source]
# TRIGger<*>:TV:POLarity
value: enums.SlopeType = driver.trigger.tv.polarity.get(trigger = repcap.Trigger.Default)

Sets the polarity of the signal. Note that the sync pulse has the opposite polarity, for example, a positive signal has a negative sync 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<*>:TV:POLarity
driver.trigger.tv.polarity.set(polarity = enums.SlopeType.NEGative, trigger = repcap.Trigger.Default)

Sets the polarity of the signal. Note that the sync pulse has the opposite polarity, for example, a positive signal has a negative sync pulse.

Parameters:
  • polarity – POSitive | NEGative

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