Ratio

SCPI Command :

LAYout<*>:RESult<*>:VERTical:RATio
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(layout=Layout.Default, result=Result.Default) float[source]
# LAYout<*>:RESult<*>:VERTical:RATio
value: float = driver.layout.result.vertical.ratio.get(layout = repcap.Layout.Default, result = repcap.Result.Default)

Sets the vertical ratio between the cursor result table and the other measurement results inside the result display container if the results are displayed on the right or left.

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

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

set(container_split_ratio_vert: float, layout=Layout.Default, result=Result.Default) None[source]
# LAYout<*>:RESult<*>:VERTical:RATio
driver.layout.result.vertical.ratio.set(container_split_ratio_vert = 1.0, layout = repcap.Layout.Default, result = repcap.Result.Default)

Sets the vertical ratio between the cursor result table and the other measurement results inside the result display container if the results are displayed on the right or left.

Parameters:
  • container_split_ratio_vert – 0 to 1

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

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