Video

SCPI Command :

TRIGger[:SEQuence]:LEVel:VIDeo
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# 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.

Returns:

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

set(level: float) None[source]
# 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.

Parameters:

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