Line
SCPI Command :
TRIGger<*>:TV:LINE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:TV:LINE value: int = driver.trigger.tv.line.get(trigger = repcap.Trigger.Default)
Specifies the line number to trigger on. The command is relevant if method
RsRtx.trigger.tv.mode.set()is set to LINe. Usually the lines of the frame are counted beginning from the frame start. For NTSC signals, the lines are counted per field, not per frame. For these signals, set also the field with methodRsRtx.trigger.tv.lfield.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
line_number: Depends on the standard, see table below
- set(line_number: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:TV:LINE driver.trigger.tv.line.set(line_number = 1, trigger = repcap.Trigger.Default)
Specifies the line number to trigger on. The command is relevant if method
RsRtx.trigger.tv.mode.set()is set to LINe. Usually the lines of the frame are counted beginning from the frame start. For NTSC signals, the lines are counted per field, not per frame. For these signals, set also the field with methodRsRtx.trigger.tv.lfield.set().- Parameters:
line_number – Depends on the standard, see table below
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)