Ratio
SCPI Command :
LAYout<*>:RESult<*>:HORizontal:RATio
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(layout=Layout.Default, result=Result.Default) float[source]
# LAYout<*>:RESult<*>:HORizontal:RATio value: float = driver.layout.result.horizontal.ratio.get(layout = repcap.Layout.Default, result = repcap.Result.Default)
Sets the horizontal ratio between the cursor result table and the measurement result table inside the result display container if the results are displayed at the bottom.
- 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_horiz: float, layout=Layout.Default, result=Result.Default) None[source]
# LAYout<*>:RESult<*>:HORizontal:RATio driver.layout.result.horizontal.ratio.set(container_split_ratio_horiz = 1.0, layout = repcap.Layout.Default, result = repcap.Result.Default)
Sets the horizontal ratio between the cursor result table and the measurement result table inside the result display container if the results are displayed at the bottom.
- Parameters:
container_split_ratio_horiz – 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’)