Video

SCPI Command :

[SOURce<HW>]:BB:GENeral:PULM:VIDeo:POLarity
class VideoCls[source]

Video commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_polarity() NormalInverted[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:VIDeo:POLarity
value: enums.NormalInverted = driver.source.bb.general.pulm.video.get_polarity()

Sets the video polarity.

return:

puls_video_pol: INVerted| NORMal

set_polarity(puls_video_pol: NormalInverted) None[source]
# SCPI: [SOURce<HW>]:BB:GENeral:PULM:VIDeo:POLarity
driver.source.bb.general.pulm.video.set_polarity(puls_video_pol = enums.NormalInverted.INVerted)

Sets the video polarity.

param puls_video_pol:

INVerted| NORMal