Video
SCPI Command :
[SOURce<HW>]:PULM:OUTPut:VIDeo:POLarity
- class VideoCls[source]
Video commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_polarity() NormalInverted [source]
# SCPI: [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.
- return:
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]
# SCPI: [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.
- param 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.