Video

SCPI Command :

TRIGger[:SEQuence]:LEVel:VIDeo
class VideoCls[source]

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

get() float[source]
# SCPI: TRIGger[:SEQuence]:LEVel:VIDeo
value: float = driver.trigger.sequence.level.video.get()

Defines the level the video signal must exceed to cause a trigger event. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed.

return

level: Range: 0 PCT to 100 PCT, Unit: PCT

set(level: float) None[source]
# SCPI: TRIGger[:SEQuence]:LEVel:VIDeo
driver.trigger.sequence.level.video.set(level = 1.0)

Defines the level the video signal must exceed to cause a trigger event. Note that any RF attenuation or preamplification is considered when the trigger level is analyzed.

param level

Range: 0 PCT to 100 PCT, Unit: PCT