Extend

SCPI Command :

DISPlay:ANNotation:PLINe<*>:EXTend
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(x: float = None, y: float = None, annotation=Annotation.Default) None[source]
# DISPlay:ANNotation:PLINe<*>:EXTend
driver.display.annotation.pline.extend.set(x = 1.0, y = 1.0, annotation = repcap.Annotation.Default)

Expands the drawn item with a segment. The x and y position of the existing endpoint is the start point of the new segment. The segments are always straight lines.

Parameters:
  • x – Horizontal position of the endpoint of the new segment

  • y – Vertical position of the endpoint of the new segment

  • annotation – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Annotation’)