Rposition

SCPI Command :

LAYout<*>:RPOSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default) WindowPosition[source]
# LAYout<*>:RPOSition
value: enums.WindowPosition = driver.layout.rposition.get(layout = repcap.Layout.Default)

Defines the position of the result container inside the layout.

Parameters:

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

Returns:

result_position: BOTT | BOTTOM | LEFT | RIGH | RIGHT

set(result_position: WindowPosition, layout=Layout.Default) None[source]
# LAYout<*>:RPOSition
driver.layout.rposition.set(result_position = enums.WindowPosition.BOTT, layout = repcap.Layout.Default)

Defines the position of the result container inside the layout.

Parameters:
  • result_position – BOTT | BOTTOM | LEFT | RIGH | RIGHT

  • layout – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layout’)