Video

SCPI Command :

[SOURce<HW>]:PULM:OUTPut:VIDeo:POLarity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_polarity() NormalInverted[source]
# [SOURce<HW>]:PULM:OUTPut:VIDeo:POLarity
value: enums.NormalInverted = driver.source.pulm.output.video.get_polarity()

Sets the polarity of the pulse video (modulating) signal, related to the RF (modulated) signal.

Returns:

polarity: NORMal | INVerted NORMal the video signal follows the RF signal, that means it is high wihen RF signal is high and vice versa. INVerted the video signal follows in inverted mode.

set_polarity(polarity: NormalInverted) None[source]
# [SOURce<HW>]:PULM:OUTPut:VIDeo:POLarity
driver.source.pulm.output.video.set_polarity(polarity = enums.NormalInverted.INVerted)

Sets the polarity of the pulse video (modulating) signal, related to the RF (modulated) signal.

Parameters:

polarity – NORMal | INVerted NORMal the video signal follows the RF signal, that means it is high wihen RF signal is high and vice versa. INVerted the video signal follows in inverted mode.