Video

SCPI Command :

TRIGger<tp>[:SEQuence]:LEVel:VIDeo
class VideoCls[source]

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

get(triggerPort=TriggerPort.Default) float[source]
# SCPI: TRIGger<tp>[:SEQuence]:LEVel:VIDeo
value: float = driver.applications.k70Vsa.trigger.sequence.level.video.get(triggerPort = repcap.TriggerPort.Default)

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 triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

return

arg_0: No help available

set(arg_0: float, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:LEVel:VIDeo
driver.applications.k70Vsa.trigger.sequence.level.video.set(arg_0 = 1.0, triggerPort = repcap.TriggerPort.Default)

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 arg_0

Range: 0 PCT to 100 PCT, Unit: PCT

param triggerPort

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)